Skip to content

Releases: StbSharp/StbImageSharp

2.27.12

12 Sep 07:25
Compare
Choose a tag to compare

Some refactoring

2.27.11

02 Jul 14:49
Compare
Choose a tag to compare
  • Ported the latest stb_image(2.27)
  • Dropped the target framework "net45"

2.22.6

03 Jul 06:19
Compare
Choose a tag to compare

New Features:
Now it's possible to load all frames of an animated gif along with its delays using following code:

    foreach(AnimatedFrameResult frame in ImageResult.AnimatedGifFramesFromStream(stream))
    {
        // Do something with a frame
    }

Closed Issues:
#7 - Feature Request: Add ability to read all frames of an animated gif

2.22.5

15 Feb 05:37
01e5d5f
Compare
Choose a tag to compare

New Features:

  • HDR format support.
  • New class ImageResultFloat for the precise loading of HDR. Though image in any supported format can be loaded through it.
  • New utility class ImageInfo.

Fixed Issues:

  • #4 - Any plans for an .hdr images?
  • #5 - stb_image HDR/LINEAR manipulation compiler flags are disabled