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

Version | 0.2.0.1 |
Released | Aug 10, 2022 |
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
* Save images to file or to memory in a range of formats, including:
--- PNG, JPEG, BMP, GIF, Animated GIF, TGA
* Basic image processing functions:
--- Resize
--- Rotate
--- Flip
--- Quantize (True Color to Indexed Color)
Release Notes
* 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