I got an issue when convert JPG to JPG, color of converted file is changed.
I tried with many args to test like: -type TrueColor, -strip, -set colorspace:auto-grayscale off,... or without arg but the problem is still there.
Maybe there are something I don't know to put in arg to keep original color of image?
Sample code:
Code: Select all
convert.exe <arg> image1.jpg output.jpg
Sample files and the different: https://drive.google.com/file/d/18D3gGM ... sp=sharing
Thanks.