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

dcm2jpg: option --iccprofile no|yes|srgb|adobergb|rommrgb #784

Closed
gunterze opened this issue Sep 7, 2020 · 0 comments
Closed

dcm2jpg: option --iccprofile no|yes|srgb|adobergb|rommrgb #784

gunterze opened this issue Sep 7, 2020 · 0 comments
Assignees
Milestone

Comments

@gunterze
Copy link
Member

gunterze commented Sep 7, 2020

Support option --iccprofile no|yes|srgb|adobergb|rommrgb by dcm2jpg utility.

    --iccprofile <profile>    specifies the color characteristics of, and
                              inclusion of an ICC Profile in the rendered
                              image:
                              - no: include no ICC profile
                              - yes: include the ICC Profile specified in
                              the DICOM image, otherwise the sRGB ICC
                              profile
                              - srgb: transform original pixels to sRGB
                              color space and include sRGB ICC profile
                              - adobergb: transform original pixels to
                              Adobe RGB color space and include Adobe RGB
                              ICC profile
                              - rommrgb: transform original pixels to ROMM
                              RGB color space and include ROMM RGB ICC
                              profile)
                              Only include ICC profile if one is specified
                              in the DICOM image by default.

Related dcm4che/dcm4chee-arc-light#2756

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

No branches or pull requests

1 participant