Closed DLiblik closed 6 years ago
This library uses custom data type codes for things like RGB, but getInterpolatedData() does not recognize this and so only looks for the standard two formats (signed, unsigned).
getInterpolatedData()
Looks fine. I agree there's lots to improve about getInterpretedData().
This library uses custom data type codes for things like RGB, but
getInterpolatedData()
does not recognize this and so only looks for the standard two formats (signed, unsigned).