I had a convert command that worked great on debian sarge and on ubuntu but was mysteriously broken on debian etch. It was basically a command that was adding text to an image. Something as simple as:
Code: Select all
$ convert -draw "text 10,10 'foo'" bar.jpc fubar.jpc
debian sarge version = 6.0.6
debian etch version = 6.2.4
ubuntu8 version = 6.3.7
When I run 'convert --help' I get a big list of options however the '-list' option is glaringly missing from the debian etch version, so I can't list supported fonts and other things.
I downloaded the source code for the lastest version (6.4.4), installed a bunch of *-dev packages, built, and installed it on the etch machine and it seems to work. Ok fine, but I'd prefer to get it from a maintained package rather than a custom install or custom package.
I guess my questions are... anybody know why the debian etch distribution of imagemagick is brain dead? I'd like to be able to file a bug for debian but don't a good way to describe what is actually wrong. Is it really just a compile-time option misconfig? Or am I missing some shared lib that should be installed on the machine?