A simple ImageAdapter class implementing a Tiff writer ImageAdapter
object for use with BLOCKPROC.
- Tile dimensions must be multiples of 16.
- Only uint8, RGB input image data is supported.
Ashish Uthama (2021). bigTiffWriter (https://www.mathworks.com/matlabcentral/fileexchange/42086-bigtiffwriter), MATLAB Central File Exchange. Retrieved .
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Create scripts with code, output, and formatted text in a single executable document.
Thanks so much for this! I'm curious: is there any equivalent to the MATLAB Tiff interface for JPEG2000? The issue I'm having is how to even create large files to begin with in JPEG2000 format (which would allow me to bypass the need for all the BigTIFF workarounds). There's no interface for tile writing for JPEG2000 that's publicly exposed, at least that I could find.
Help example should read:
outFileWriter = bigTiffWriter(outFile, inFileInfo(1).Height, inFileInfo(1).Width, tileSize(1), tileSize(2));