-
Try out the new Jake: AI Coding Assistant for LabVIEW (beta)!
Get answers to questions about LabVIEW and discuss your code.
G-Image by Dataflow_G - Toolkit for LabVIEW Download
Version | 0.5.0.1 |
Released | Aug 03, 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:
-- SVG, PNG, JPEG, BMP, GIF, Animated GIF, TGA, PSD, HDR, PIC, PNM, QOI, PCX
* 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 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 `Dither` option from Save GIF Image.vi and Save Animated GIF Image.vi
-- Image will always be dithered