Releases: StbSharp/StbImageSharp
Releases · StbSharp/StbImageSharp
2.30.15
2.27.12
2.27.11
2.22.6
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
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: