Search found 14 matches

by double
2013-01-24T15:37:43-07:00
Forum: Users
Topic: Animated GIF
Replies: 2
Views: 3361

Animated GIF

Hello,

Is there a chance to optimize an animated GIF, which background moves constantly.
Example:
http://doppelbauer.name/animation.gif

It contains 64 times:
animation.gif[0] GIF 4096x64 4096x64+0+0 8-bit PseudoClass 128c 870KB 0.000u 0:00.000

Thanks a lot
Markus
by double
2011-04-08T08:28:58-07:00
Forum: Bugs
Topic: Infinite loop
Replies: 3
Views: 8405

Infinite loop

Hello,

Identifing a MIFF file results in an infinite loop. The steps to
reproduce this issue:

Code: Select all

wget http://doppelbauer.name/infinite.gif
convert infinite.gif -coalesce -format MIFF infinite.miff
identify infinite.miff
ImageMagick 6.6.5-10 2010-11-22

Thanks a lot
Marcus
by double
2010-11-22T07:27:37-07:00
Forum: Bugs
Topic: Trimming animated gif
Replies: 3
Views: 6819

Re: Trimming animated gif

You are right - sorry for disturbing.
Markus
by double
2010-11-19T11:30:07-07:00
Forum: Bugs
Topic: Trimming animated gif
Replies: 3
Views: 6819

Trimming animated gif

Hello, This bug report belongs to this item: http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=17032 Testcase (47x29 pixels, coalesced): wget http://doppelbauer.name/test.gif convert -verbose test.gif -layers optimize optimized.gif identify optimized.gif The problem, optimized.gif[...
by double
2010-11-10T01:38:48-07:00
Forum: Users
Topic: Trimming animated gif
Replies: 7
Views: 15844

Re: Trimming animated gif

Hi Anthony,

Thank you very much for your answer.
Could you provide me the link to the bug report?

Thanks a lot
Marcus
by double
2010-09-23T04:47:23-07:00
Forum: Users
Topic: Trimming animated gif
Replies: 7
Views: 15844

Re: Trimming animated gif

Hi Anthony,

Thank you very much for your answer.
Difficult to fix?

Thanks a lot
Marcus
by double
2010-09-10T01:34:51-07:00
Forum: Users
Topic: Trimming animated gif
Replies: 7
Views: 15844

Re: Trimming animated gif

Hi Anthony, Thanks for pointing out. Maybe there is a bug, concerning "optimize"? Testcase (47x29 pixels, coalesced): wget http://doppelbauer.name/test.gif convert -verbose test.gif -layers optimize optimized.gif identify optimized.gif The problem, optimized.gif[2] is a full image (47x29 p...
by double
2010-09-09T05:42:53-07:00
Forum: Users
Topic: Trimming animated gif
Replies: 7
Views: 15844

Trimming animated gif

Hello, If I try to trim an already coalesced animated GIF image, the trim-tool only checks the first frame. The resulting animated gif is croped and has strange artefacts. Testcase: wget http://doppelbauer.name/test.gif convert test.gif -trim +repage result.gif firefox result.gif Version: ImageMagic...
by double
2009-11-05T13:29:21-07:00
Forum: Users
Topic: convert destroys animated gif
Replies: 2
Views: 5632

Re: convert destroys animated gif

Juhu!
Thank you very much it works!
Marcus
by double
2009-11-05T03:50:04-07:00
Forum: Users
Topic: convert destroys animated gif
Replies: 2
Views: 5632

convert destroys animated gif

Hello,

If we convert an animated gif, the result is destroyed.

Souce file:
http://www.doppelbauer.name/test.gif

Code: Select all

convert test.gif -channel rgba -alpha on -trim +repage result.gif
Thank you very much
Markus
by double
2009-10-26T15:18:27-07:00
Forum: Users
Topic: Trim gif image
Replies: 7
Views: 15420

Re: Trim gif image

Hi fmw42,

:D
Thank you very much!
It works!

Marcus
by double
2009-10-26T09:51:21-07:00
Forum: Users
Topic: Trim gif image
Replies: 7
Views: 15420

Re: Trim gif image

Hi fmw42,

Thank you very much for your answer.
I have added an example, here again the link:

http://www.doppelbauer.name/test-40x32.gif

Thanks!
Marcus
by double
2009-10-26T00:47:04-07:00
Forum: Users
Topic: Trim gif image
Replies: 7
Views: 15420

Re: Trim gif image

Hi Anthony, Thank you very much for your answer. But it does not work: wget http://www.doppelbauer.name/test-40x32.gif convert smiley-monksmile-40x32.gif -trim +page test.gif identify test.gif test.gif GIF 30x28 40x32+0+4 8-bit PseudoClass 64c 7.8e+02b All browsers show the GIF 40x32 pixels, but not...
by double
2009-10-25T10:16:39-07:00
Forum: Users
Topic: Trim gif image
Replies: 7
Views: 15420

Trim gif image

Hello, I can't trim a GIF image, the canvas remains 40x32 pixels. As a result, all browsers show the image with 40x32 pixels. What I did: wget http://www.doppelbauer.name/test-40x32.gif convert -trim +page test-40x32.gif /tmp/test.gif identify /tmp/test.gif Result: test.gif GIF 30x28 40x32+0+4 8-bit...