dataflowg / g-image

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

Auto convert 1- and 4-bit images to 8-bit when processing #4

Open dataflowg opened 2 years ago

dataflowg commented 2 years ago

For indexed images, processing routines only work on 8-bit. Add functions to auto convert 1- and 4-bit to 8-bit when processing, and back to 1-bit or 4-bit when complete. Similar to the flatten / unflatten pixmap VIs, but using a 1D U8 array as input / output.