geosolutions-it / jai-ext

Java Advanced Imaging Open Source Replacement Wannabe
Apache License 2.0
90 stars 38 forks source link

Scale and Scale2 fail against MultiPixelPacked sample models #214

Closed aaime closed 5 years ago

aaime commented 5 years ago

And in general, against any output sample model that makes RasterAccessor expand the data into the data array, and thus require the arrays to be copied back into the raster. With the current code the copy does not happen and the output raster is all zeroes.

aaime commented 5 years ago

Resolved on master (1.1-SNAPSHOT)