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
Currently TIFFDecoder::Reader is Cursor<Vec<u8>>. My use case is processing of huge images and would like too have incremental loading of images (one strip at a time). This is something I would love to contribute, but I just want to check that this is something would be appreciated. At first I would like to start out with tiff, but if successful then I would like to look into other formats.
The text was updated successfully, but these errors were encountered:
Currently
TIFFDecoder::Reader
isCursor<Vec<u8>>
. My use case is processing of huge images and would like too have incremental loading of images (one strip at a time). This is something I would love to contribute, but I just want to check that this is something would be appreciated. At first I would like to start out with tiff, but if successful then I would like to look into other formats.The text was updated successfully, but these errors were encountered: