Skip to content

Releases: StbSharp/StbImageSharp

2.30.15

Choose a tag to compare

@rds1983 rds1983 released this 19 Sep 04:51
More fixes

2.27.12

Choose a tag to compare

@rds1983 rds1983 released this 12 Sep 07:25

Some refactoring

2.27.11

Choose a tag to compare

@rds1983 rds1983 released this 02 Jul 14:49
  • Ported the latest stb_image(2.27)
  • Dropped the target framework "net45"

2.22.6

Choose a tag to compare

@rds1983 rds1983 released this 03 Jul 06:19

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

Choose a tag to compare

@rds1983 rds1983 released this 15 Feb 05:37
01e5d5f

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