You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems feasible to support raw vector input, say as a 3 or 4 column matrix for RGB,RGBA. I'm reading raw direct from GDAL imagery, but it seems I need to expand to integer type to then convert to character hex or nativeRaster.
It would save some memory to avoid expansion to integer, but is there another pathway perhaps? Ultimately it's probably best if the conversion is done all in Cpp in my own read code, and I have UI to provide nativeRaster output or hex output from there - but maybe this is of interest generally.
The text was updated successfully, but these errors were encountered:
It seems feasible to support raw vector input, say as a 3 or 4 column matrix for RGB,RGBA. I'm reading raw direct from GDAL imagery, but it seems I need to expand to integer type to then convert to character hex or nativeRaster.
Created on 2022-06-30 by the reprex package (v2.0.1)
It would save some memory to avoid expansion to integer, but is there another pathway perhaps? Ultimately it's probably best if the conversion is done all in Cpp in my own read code, and I have UI to provide nativeRaster output or hex output from there - but maybe this is of interest generally.
The text was updated successfully, but these errors were encountered: