Re: Resize JPG files and keep the clipping path
Re: Resize JPG files and keep the clipping path
- Subject: Re: Resize JPG files and keep the clipping path
- From: Jan Bultereys <email@hidden>
- Date: Wed, 17 Mar 2010 17:43:48 +0100
- Thread-topic: Resize JPG files and keep the clipping path
Hi Bert,
Use imagemagick by using this command:
mogrify -resize 300x300 -background white -gravity center -extent 300x300
-colorspace RGB -format jpg *.eps
I think the command is more or less self-explaining ....
Maybe Gravity center is something you can skip (it will center your image in
the canvas 'in this case' 300 x 300 px
Just let me know if you need any more help
Jan
> From: Bert Groeneveld <email@hidden>
> Date: Wed, 17 Mar 2010 17:21:14 +0100
> To: "email@hidden" <email@hidden>
> Subject: Re: Resize JPG files and keep the clipping path
>
> With "preserve" I mean "keep".
>
> When the original Photoshop file contains a clipping path, this path
> will be lost when you crop, pad or resize the file with Image Events.
> That's all.
>
> On 17 mrt 2010 (11), at 17:04, Alex Zavatone wrote:
>
>> What does the original poster mean be "preserve the clipping path"??
>>
>> On Mar 17, 2010, at 10:58 AM, Richard Rönnbäck wrote:
>>
>>> The only way I and a partner of mine could fine was by using
>>> ImageMagick,
>>> and then only with a very convoluted command, which actually, on
>>> average, is
>>> significantly slower than Photoshop.
>>>
>>> Should you be able to find another way I would be most interested
>>> in seeing
>>> it.
>>>
>>> Rgds
>>>
>>> // Richard
>>>
>>
>> _______________________________________________
>> Do not post admin requests to the list. They will be ignored.
>> AppleScript-Users mailing list (applescript-
>> email@hidden)
>> Help/Unsubscribe/Update your Subscription:
>> -ivc.nl
>> Archives: http://lists.apple.com/archives/applescript-users
>>
>> This email sent to email@hidden
>>
>>
>
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> AppleScript-Users mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
> edepot.com
> Archives: http://lists.apple.com/archives/applescript-users
>
> This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden