Clipping Path Name property name disappears in converted TIFF file
Posted: 2016-05-13T00:54:16-07:00
Hello All
I'm new at using IM and have a scenario which I got stuck.
I need to convert images ( from any format ) to TIFF.I m using below IM command
"convert -set -units PixelsPerInch -auto-orient -intent Perceptual -black-point-compensation [SourceFile] -resample [Dpi] -resize 2480x -resize x2480> -crop 2480x2480+0+0 +repage -strip [OutputFile]"
After conversion, in the output file, the clipping path name property gets disappeared.
When I remove “-strip” switch from above command, clipping path name property is included in the converted output TIFF file but image is broken when trying to preview in PS.
Can anyone help me to sort/suggest an approach, how to include the clipping name property in the output TIFF file without breaking image in PS.
IM Version: ImageMagick 6.8.8-6 Q16 x86_64 2014-02-17
Thanks
I'm new at using IM and have a scenario which I got stuck.
I need to convert images ( from any format ) to TIFF.I m using below IM command
"convert -set -units PixelsPerInch -auto-orient -intent Perceptual -black-point-compensation [SourceFile] -resample [Dpi] -resize 2480x -resize x2480> -crop 2480x2480+0+0 +repage -strip [OutputFile]"
After conversion, in the output file, the clipping path name property gets disappeared.
When I remove “-strip” switch from above command, clipping path name property is included in the converted output TIFF file but image is broken when trying to preview in PS.
Can anyone help me to sort/suggest an approach, how to include the clipping name property in the output TIFF file without breaking image in PS.
IM Version: ImageMagick 6.8.8-6 Q16 x86_64 2014-02-17
Thanks