Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate if we need to implement ZIP compression support #31

Open
pastelmind opened this issue Jun 15, 2022 · 0 comments
Open

Investigate if we need to implement ZIP compression support #31

pastelmind opened this issue Jun 15, 2022 · 0 comments
Labels
question Further information is requested

Comments

@pastelmind
Copy link
Collaborator

Adobe's PSD file format document claims that there are four compression methods for image channels: uncompressed (0), RLE (1), ZIP (2), ZIP with prediction (3). However, I have yet to find a PSD file that uses compression methods 2 and 3. If they do exist, we may have to support them as well.

What to do

  • Attempt to find or obtain a PSD file that uses compression methods 2 and 3
  • Find other PSD parsers that support methods 2 or 3
  • Decide if we want to implement ZIP compression support

Prior art

@pastelmind pastelmind added the question Further information is requested label Jun 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant