Skip to content

Releases: fschultz/NetImageLibrary

.NET Image Library version 3.0.2

Choose a tag to compare

@fschultz fschultz released this 07 Jul 11:00
  • Fixed bug where BlitFill doesn't properly fill portrait sized images
  • Added option to prevent upscaling when resizing images

.NET Image Library version 3.0.0

Choose a tag to compare

@fschultz fschultz released this 02 Oct 19:09
  • Added multi-threaded optimized filter alternatives for full trust environmnets
  • Added support for saving image dimensions

.NET Image Library version 2.0.6

Choose a tag to compare

@fschultz fschultz released this 08 Sep 05:10
  • Added support to store original or set new resolution (DPI)
  • Added RotateFlip method
  • Added access to bitmap data

.NET Image Library version 2.0.5

Choose a tag to compare

@fschultz fschultz released this 30 Mar 19:46

New in 2.0.5

  • Rewritten file loader to prevent file locks
  • Fixed image loading to ignore pixel-per-inch resolutions of original images
  • Fixed constructor using System.Drawing.Image to support indexed palettes