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

Hack202406 #8154

Closed
wants to merge 15 commits into from
Closed

Hack202406 #8154

wants to merge 15 commits into from

Conversation

aclark4life
Copy link
Member

Fixes #1888 .

Changes proposed in this pull request:

  • Add support for high depth multi-channel images

@@ -60,6 +60,7 @@
from .TiffTags import TYPES

logger = logging.getLogger(__name__)
logger.setLevel(logging.DEBUG) # XXX hack202406
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
logger.setLevel(logging.DEBUG) # XXX hack202406

@@ -117,6 +117,8 @@ def __init__(self, fp=None, filename=None):

self.readonly = 1 # until we know better

self.newconfig = ()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we have a more descriptive name for this?

Copy link
Contributor

mergify bot commented Jul 10, 2024

⚠️ The sha of the head commit of this PR conflicts with #8223. Mergify cannot evaluate rules on this PR. ⚠️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for high bit depth multichannel images
4 participants