Skip to content

G-Image v0.4.0

Choose a tag to compare

@dataflowg dataflowg released this 05 May 09:20
· 5 commits to main since this release
dbaa751
  • 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