Search found 9 matches

by Prasad520
2016-09-06T01:22:48-07:00
Forum: Developers
Topic: Clipping Path Name property name disappears in converted TIFF file
Replies: 13
Views: 21937

Re: Clipping Path Name property name disappears in converted TIFF file

Hi Fred,

Sorry, after a long break I m resuming this issue again. I have ran the below command as suggested earlier

identify -quiet -format "%[8BIM:1999,2998:#1]" test_input_file.tif |\
convert -quiet test_input_file.tif +profile "*" \( - -negate \) \
-alpha off -compose copy_opacity -composite ...
by Prasad520
2016-06-13T03:24:08-07:00
Forum: Developers
Topic: Clipping Path Name property name disappears in converted TIFF file
Replies: 13
Views: 21937

Re: Clipping Path Name property name disappears in converted TIFF file

Hi Snibgo & Fred,

Silly me, for the wrong command that I ran.

As suggested I ran two commands using pipe as below

identify -quiet -format "%[8BIM:1999,2998:#1]” input.tif | convert -quiet input.tif +profile "*" -negate -alpha off -compose copy_opacity -composite -define tiff:alpha=associated ...
by Prasad520
2016-06-08T05:03:22-07:00
Forum: Developers
Topic: Clipping Path Name property name disappears in converted TIFF file
Replies: 13
Views: 21937

Re: Clipping Path Name property name disappears in converted TIFF file

Hi Fred,

Thanks for your suggestion.

I have tried the above suggested way but still I m facing some issues. I have ran the below command

identify -quiet -format "%[8BIM:1999,2998:#1]" /users/prasad/E/test/test_input_file.tif convert -quiet /users/prasad/E/test/test_input_file.tif +profile ...
by Prasad520
2016-06-01T06:55:30-07:00
Forum: Developers
Topic: Clipping Path Name property name disappears in converted TIFF file
Replies: 13
Views: 21937

Re: Clipping Path Name property name disappears in converted TIFF file

Hi,

Thanks for the follow up.

IM Version: ImageMagick 6.8.8-6 Q16 x86_64 2014-02-17
Platform: OS X 10.9.4

Please post a real source file

If you are talking about converted output files then please refer below dropbox location

https://www.dropbox.com/s/gs61ckst2je0duh/test_output_using_strip ...
by Prasad520
2016-05-31T08:00:12-07:00
Forum: Developers
Topic: Clipping Path Name property name disappears in converted TIFF file
Replies: 13
Views: 21937

Re: Clipping Path Name property name disappears in converted TIFF file

Hi,

Thanks for your reply

The minimum command which reproduces the issue is

Scenario 1 [Using Strip Switch]:
========
convert [SourceFile] -strip [OutputFile.tiff]

which strips all metadata including clipping path name from source file. To check it, I ran below exiftool command [ if Photoshop ...
by Prasad520
2016-05-20T02:30:17-07:00
Forum: Developers
Topic: Clipping Path Name property name disappears in converted TIFF file
Replies: 13
Views: 21937

Clipping Path Name property name disappears in converted TIFF file

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 -units PixelsPerInch -auto-orient -intent Perceptual -black-point-compensation [SourceFile] -resample [Dpi] -resize 2480x -resize x2480 ...
by Prasad520
2016-05-17T23:41:11-07:00
Forum: Users
Topic: Clipping Path Name property name disappears in converted TIFF file
Replies: 3
Views: 3865

Re: Clipping Path Name property name disappears in converted TIFF file

Hi,

Thanks for your prompt reply.

Yes, "-set" switch is not setting anything there. I have removed -set and ran the command but still facing same issue, clipping path name is not included in the output file using -strip switch..

Can you please suggest that is there any way that we can include ...
by Prasad520
2016-05-13T00:54:16-07:00
Forum: Users
Topic: Clipping Path Name property name disappears in converted TIFF file
Replies: 3
Views: 3865

Clipping Path Name property name disappears in converted TIFF file

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 ...