Skip to content

jpeg vs progressive jpeg #4

@ngawangtrinley

Description

@ngawangtrinley

@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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions