Simple, easy to use and useful. Funny enough, I was just about to start playing with getting those darn smilies out and here you go posting this.. brilliant timing, thank you.
Quote:
Originally Posted by dumbfck
Using the convert.exe program bundled with it, we can do something like this on the command line to create an animated gif from frames:
[code]
convert -dispose background -delay 100 image1.png -delay 250 image2.png -delay 50 image3.png derp.gif
[\code]
|
Perhaps place that convert command for ImageMagick into some text file, where end users can modify it. For example, I'm thinking of resizing .gif smilies into a smaller form, so they don't break lines of text in such an ugly fashion.
Being able to modify IM command line would open end image manipulation to a new level. All it takes is a short read trough IM manuals and as far as my experience go with IM, there is very little that thing can't do.
Please note though, I'm not in any way implying you should do that, full source is available to all (another thank you for that), I'm merely giving out suggestions.