dataflowg / g-image

A LabVIEW image library.
The Unlicense
6 stars 3 forks source link

Better handle non-24/32-bit images #2

Closed dataflowg closed 1 year ago

dataflowg commented 1 year ago

The image processing functions work on 24 and 32-bit images, but have issues with 1/2/4/8-bit images (due to color palette, byte padding, bit/byte packing, etc).

Better handle these image types, or at least check for and ignore these images.

dataflowg commented 1 year ago

8-bit images are correctly handled, removing padding before processing, or converting to 24- or 32-bit as required. Issue #4 raised to track 1- and 4-bit image types.