32bits jpg to 24bits jpg
Posted: 2015-04-24T07:52:40-07:00
I'm trying to convert a 32bits Jpg image to 24bits jpg image, so I put this command:
convert Image.jpg -colorspace rgb image_rgb.jpg
It works, but the image looks diferent:
32 Bits
https://drive.google.com/file/d/0BzDALy ... sp=sharing
Converted 24 Bits
https://drive.google.com/file/d/0BzDALy ... sp=sharing
Is there other way??
Thanks
convert Image.jpg -colorspace rgb image_rgb.jpg
It works, but the image looks diferent:
32 Bits
https://drive.google.com/file/d/0BzDALy ... sp=sharing
Converted 24 Bits
https://drive.google.com/file/d/0BzDALy ... sp=sharing
Is there other way??
Thanks