Search found 3 matches

by ufuw
2019-03-25T17:37:32-07:00
Forum: PerlMagick
Topic: $image->Coalesce(); isn't doing anything
Replies: 4
Views: 46017

Re: $image->Coalesce(); isn't doing anything

My mistake, I didn't realize that coalesce didn't transform in place. Thank you for the response :D
by ufuw
2019-03-25T12:34:25-07:00
Forum: PerlMagick
Topic: $image->Coalesce(); isn't doing anything
Replies: 4
Views: 46017

Re: $image->Coalesce(); isn't doing anything

I am running ImageMagick 7.0.8-34 Q16 x86_64 2019-03-15 on a fully updated Arch Linux. Here is the full animated gif: (link is https://cdn.discordapp.com/emojis/55478 ... 924370.gif)
Image
by ufuw
2019-03-25T03:50:02-07:00
Forum: PerlMagick
Topic: $image->Coalesce(); isn't doing anything
Replies: 4
Views: 46017

$image->Coalesce(); isn't doing anything

I used this command convert anim.gif -coalesce -resize 24x24 +append anim.png to turn animated gifs into spritesheets that fit into a 24x24 square. I got tired of doing this, so I've decided to automate my workflow and put it into a Perl script. However, I cannot, for the life of me, get the coalesc...