G-Image by Dataflow_G - Toolkit for LabVIEW Download
A LabVIEW image library.

Version | 0.4.0.1 |
Released | May 05, 2023 |
Publisher | Dataflow_G |
License | The Unlicense |
LabVIEW Version | LabVIEW>=20.0 |
Operating System | Windows, Mac, and Linux |
Project links | Homepage Repository |
Description
A cross-platform LabVIEW library for loading, saving, and processing images.
Features include:
* Load images from file or from memory in a range of formats, including:
-- PNG, JPEG, BMP, GIF, Animated GIF, TGA, PSD, HDR, PIC, PNM, QOI
* Load 8-bit or 16-bit per channel images
* Save images to file or to memory in a range of formats, including:
-- PNG, JPEG, BMP, GIF, Animated GIF, TGA, QOI
* Basic image processing functions:
-- Resize
-- Rotate
-- Flip
-- Quantize (True Color to Indexed Color)
Release Notes
* 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