All Versions
13
Latest Version
Avg Release Cycle
109 days
Latest Release
1450 days ago

Changelog History
Page 2

  • v1.0.0-beta3 Changes

    May 31, 2018

    ๐Ÿ‘Œ Improvements since beta 2

    • ๐Ÿ’ฅ Breaking change: Refactored the namespaces to logical groups based on functionality.
    • Introduced a full memory management API that allows fine grained control of how ImageSharp manages large buffers.
      • For the default pooling memory management implementation we managed to halve the memory footprint of the library without significant loss in speed.
    • ๐ŸŽ Made codecs easier to use. The performance of the Jpeg decoder is doubled since the first beta!
    • ๐Ÿ“‡ Introduced a new metadata-only decoding API with the help of the community.
    • Introduced new affine transform methods that allow the composition of affine transforms.
    • ๐Ÿ”จ Refactored all filters (Hue, Brightness, Saturation etc) to match the behaviour described in the W3C specification.
    • Introduced static instances of reusable algorithms for use as method parameters.
    • ๐Ÿ›  Fixed the resampling processes to correctly blend semi-transparent output.
    • ๐ŸŽ Many other performance improvements and bug fixes.

    Blog post

    https://sixlabors.com/blog/beta-3-is-a-magic-number/

  • v1.0.0-beta2 Changes

    November 17, 2017

    ๐Ÿš€ Beta Release

    • โž• Added new netstandard 2.0 target to take advantage of performance improvements
    • Increased the speed of the Jpeg decoder by 100%-200% for most images
    • Normalized and improved animated Gif output
    • ๐Ÿšš Revised API for IImageFrameCollection<T> (image.Frames). From now, it is responsible for managing the lifecycle of image frames. Added CloneFrame(idx) and ExportFrame(idx) methods to copy/move individual frames into new images.
    • ๐ŸŽ Various Png performance improvements and fixes
    • Expanded range of decodable Bmp types
    • ref returning extension methods for low-level/interop scenarios. (Only for advanced users, familiar with pointer arithmetics!)
    • ๐Ÿ›  Many other bug fixes

    ๐Ÿ“ฆ You can download the packages from nuget

  • v1.0.0-beta1

    September 14, 2017