-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
@eroux and @TBRC-JimK, the scanners we use in China don't have Zip compression for Tiff, while LZW is only available for 8 bits.
I believe we want to scan in Tiff 24 bits rather than 8 bits (16 is a no-n0), or do we:
- Yay
- Nay
TIFF 24 bits presents the following compression options, which one do we prefer:
- None # too big for practical handling on the ground
- Packbits # seems to be a retired algorithm
- JPEG # lossy, but do we care?
- Progressive JPEG # lossy too, is the progressive part of any use?
We did analyse the pros and cons of various options and J2K seemed to be the best option at the time, check the documentation here.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels