Search found 5 matches

by islogged
2013-01-03T04:04:22-07:00
Forum: Users
Topic: ImageMagick - [Error] - with (-liquid-rescale) option
Replies: 2
Views: 3828

Re: ImageMagick - [Error] - with (-liquid-rescale) option

Oh! viewtopic.php?f=1&t=16364

It's mean in 2013 i can not use -liquid-rescale option on the most popular Os of the world ?
I need change my operating system or buy a mac computer for use this -option ?

Can you confirm that ???
Thanks
by islogged
2013-01-03T03:40:38-07:00
Forum: Users
Topic: ImageMagick - [Error] - with (-liquid-rescale) option
Replies: 2
Views: 3828

ImageMagick - [Error] - with (-liquid-rescale) option

Hi

When i follow the manual :
http://www.imagemagick.org/Usage/resize/#liquid-rescale
http://www.imagemagick.org/script/command-line-processing.php#geometry

I get :
Microsoft Windows [version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. Tous droits réservés.

C:\Program Files (x86 ...
by islogged
2013-01-02T10:49:23-07:00
Forum: Users
Topic: Resize Animated Gif ... and FileSize Problem!
Replies: 8
Views: 17915

Re: Resize Animated Gif ... and FileSize Problem!

Hi and Thanks

I begin to understand the real pb!

if i extract all the frames of my file : http://minus.com/lbhoeRf1376zcx ( 225ko )
convert lbhoeRf1376zcx.gif -coalesce frames\%%04d.gif

The frames\ directory ( 400ko )
It's ok, cause the -coalesce option add/complete informations in each frame ...
by islogged
2012-12-31T10:23:12-07:00
Forum: Users
Topic: Resize Animated Gif ... and FileSize Problem!
Replies: 8
Views: 17915

Re: Resize Animated Gif ... and FileSize Problem!

Ok, thank you!

I tried all, but nothing work!!!

Only (-coalesce) with (-resize 100x100!) option work!
With the same problem i explain before (filezise = 4x)

Can you download this GIF file : http://minus.com/lbhoeRf1376zcx and try to do better me ?
Cause for this time i can't solve this pb!

No ...
by islogged
2012-12-29T12:37:16-07:00
Forum: Users
Topic: Resize Animated Gif ... and FileSize Problem!
Replies: 8
Views: 17915

Resize Animated Gif ... and FileSize Problem!

Hi,

I have some pb when i resize an animated gif with ImageMagick command line.

Example if i resize this animated gif : http://minus.com/lbhoeRf1376zcx like this :
convert original.gif -coalesce -resize 100x100! output.gif

The work is Ok, but :
original.gif - 140 x 97px - 220 ko

After resize ...