ImageMagick >6.7 : How convert any image (.png) to sRGB colorspace properly?
Posted: 2018-12-08T07:39:08-07:00
Hello everyone !
Despite long hours spent reading the documentation and various trial, I could not solve the following simple problem (IM version >=6.7).
How, given any image (grayscale, sRGB , .... ) with any gamma (1, 0.4545 , ....) can one convert it to a final image with fixed gamma, in sRGB colorspace, 8 bits, while keeping the original appearance ?
This would infinitely simplify appending different images in a later afterwards.
I tried many things and syntaxes, including channels splitting and then recombine, auto-level, etc ... but to no avail .....
Please help me see the magick in IM : )
Thank you in advance, Cheers
PS: This a copy of my question posted on stackoverflow
https://stackoverflow.com/questions/536 ... e-properly
Despite long hours spent reading the documentation and various trial, I could not solve the following simple problem (IM version >=6.7).
How, given any image (grayscale, sRGB , .... ) with any gamma (1, 0.4545 , ....) can one convert it to a final image with fixed gamma, in sRGB colorspace, 8 bits, while keeping the original appearance ?
This would infinitely simplify appending different images in a later afterwards.
I tried many things and syntaxes, including channels splitting and then recombine, auto-level, etc ... but to no avail .....
Please help me see the magick in IM : )
Thank you in advance, Cheers
PS: This a copy of my question posted on stackoverflow
https://stackoverflow.com/questions/536 ... e-properly