convert -distort resize / Keep EXIF
Posted: 2017-03-23T12:27:17-07:00
System : Debian 64 Sid
Imagemagick : Version: 6.9.7.4+dfsg-2
Image DSC_0622-F.tif TIFF 6000x4000 6000x4000+0+0 8-bit sRGB 72.12MB 0.000u 0:00.009
I wish not to loose exif when doing the below conversion...
Is this possible to keep the EXIF on the Result.tif ?
Thank you.
Imagemagick : Version: 6.9.7.4+dfsg-2
Image DSC_0622-F.tif TIFF 6000x4000 6000x4000+0+0 8-bit sRGB 72.12MB 0.000u 0:00.009
I wish not to loose exif when doing the below conversion...
Code: Select all
convert DSC_0622-F.tif -colorspace RGB -filter Catrom -density 72 -units PixelsPerInch -distort resize 3000 -colorspace sRGB Result.tif
Thank you.