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 saving 16 bit and 32 bit images #2083

Merged
merged 2 commits into from
Aug 12, 2023

Conversation

RunDevelopment
Copy link
Member

Resolves #1934.

Changes:

  • Added support for saving PNG images with either 8 or 16 bits per channel.
  • Added support for saving TIFF images with either 8, 16, or 32 bits per channel.
  • Removed dither option from to_uint8. The option is useless now that we have a useable Dither node.

Discussion around how to present these option is still ongoing, so this PR is still a draft.

@RunDevelopment RunDevelopment marked this pull request as ready for review August 12, 2023 22:14
@joeyballentine joeyballentine merged commit e1212bd into chaiNNer-org:main Aug 12, 2023
@RunDevelopment RunDevelopment deleted the save-16 branch August 12, 2023 22:37
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.

16 Bits per color support.
2 participants