- Home /
Question by
AlfAtUnity · Feb 13, 2015 at 10:20 AM ·
color-space
How to identify color space of image?
To identify color space I used ImageMagick:
identify my_image.png
The problem is that it's not reliable. Seems that ImageMagick can display sRGB color space for RGB image when metadata is missing. It just assumes sRGB by default. Does anyone know most reliable way to identify color space (I'm particularly interested in 16-bit png images)?
Comment
Your answer
Follow this Question
Related Questions
How to use HSB color space in scripting instead of RGB? 1 Answer
[ReWorded] When my trees are rendered, the leaves are transparent... 0 Answers
Change color gamut in windows standalone builds 0 Answers
Change "Color Space" to linear problem 0 Answers
How to make background transparent in Unity WebGL program using linear color space 0 Answers