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
In TIFFImageWriter::writeTile there is an optimised section for simple images, but this is only effective for 8-bit images, while we want to write lots of 16- and 32-bit images.
The text was updated successfully, but these errors were encountered:
btbouwens
pushed a commit
to btbouwens/jai-imageio-core
that referenced
this issue
Jan 28, 2021
…e TIFF images
Send the DataBuffer to the TIFFCompressor, as that knows the stream
and therefore its byte order, so it can serialize it and then send it to
the original encode(..) method.
In
TIFFImageWriter::writeTile
there is an optimised section for simple images, but this is only effective for 8-bit images, while we want to write lots of 16- and 32-bit images.The text was updated successfully, but these errors were encountered: