Releases: dataflowg/g-image
Releases · dataflowg/g-image
G-Image v0.5.0
- Support for reading PCX images
- Save GIF and animated GIF to memory (issue #3)
- Support GIF and animated GIF transparency (issue #6)
- Transparency taken from LabVIEW image mask or alpha channel
- Set animated GIF loop count (issue #7)
Changed VIs
- Indexed Color To True Color.vi renamed to To True Color.vi
- VI supports converting 24-bit image + mask input to 32-bit ARGB output
- True Color To Indexed Color.vi renamed to To Indexed Color.vi
- Removed
Ditheroption from Save GIF Image.vi and Save Animated GIF Image.vi- Image will always be dithered
G-Image v0.4.0
- Support for reading and writing QOI ('Quite OK Image Format') images
- Lossless 24-bit and 32-bit image type with fast encode + decode
- Support for loading 16-bit per channel images
- Fix incorrect error output when saving GIF files
- Fix incorrect alpha channel when converting certain 8-bit images to 32-bit
- Fix incorrect default scale when loading SVG from UTF-8 path
- Misc. VI doc updates
- Update stb_image.h to v2.28
New VIs
- Save QOI Image.vi
- Load Image (16-bit).vi
- Convert Image To 8-bit Per Channel.vim
- Convert Image To 16-bit Per Channel.vim
- Create Mask By Index.vi
Changed VIs
- Resize Image.vi is now polymorphic, accepting either width x height or a scale multiplier
G-Image v0.3.0
- Basic support for loading Scalable Vector Graphics (SVG)
- Path based vectors only
- Image rotation performance improvement
- Fix when loading certain 8-bit images
- Fix crash when saving images to memory
G-Image v0.2.0
- Support saving GIF and animated GIF (with optional dithering)
- Add PNG compression option when saving
- Add TGA compression option when saving
- Image resize filter option
- Box, Triangle, Cubic B-Spline, Catmull-Rom, Mitchell
- Improved PNG compression
- New image processing functions
- Flip Image
- True Color <-> Indexed Color (with optional dithering)
- Fix image processing on certain 8-bit images
G-Image v0.1.0
- Initial release