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

Add support for cmyk and greyscale #119

Merged
merged 31 commits into from
Oct 22, 2024

Conversation

EmilDohne
Copy link
Owner

@EmilDohne EmilDohne commented Oct 22, 2024

  • Add support for cmyk and greyscale with tests
  • [CI] Build wheels in parallel
  • Add python tests
  • Automatically forward mask in constructor of Layer from PhotoshopFile
  • Add setMask() function on all layers
  • Add findBitdepth function on PhotoshopFile which will give you the bitdepth of a file programmatically
  • Add flatLayers() function in C++ that will give you a view over the flattened layer hierarchy

Python:

  • Add rescale_canvas example
  • ImageLayer: add num_channels and channels property
  • Layer: rename -> layer_mask property to be mask and make it read-writeable
  • Layer: add is_visible property
  • Layer: add is_locked property
  • Layer: add has_mask() function
  • LayeredFile: add layers_flat property for iterating the flattened layer hierarchy

General:

  • Restructure python declaration to be more error safe and with better logging

@EmilDohne EmilDohne added this to the 0.5.0 Release milestone Oct 22, 2024
@EmilDohne EmilDohne self-assigned this Oct 22, 2024
@EmilDohne EmilDohne merged commit d9ee70f into master Oct 22, 2024
27 checks passed
@EmilDohne EmilDohne deleted the feat-add-support-for-cmyk-and-grayscale branch October 22, 2024 10:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant