ImageMagick convert problems
Posted: 2008-07-21T07:53:43-07:00
I need to convert various images to the old DEGAS .pi3 file format
The ImageMagick convert tool, should apparently do this. However, when I run convert on a file, although another file with the .pi3 extension is sometimes produced, the format of said new file has NOT really changed - its still the old file "in disguise" as a DEGAS file.
The command I use is...
convert ~/filename.pnm ~/filename.pi3
Sometimes, rather than outputting a duff file, the following text is output...
convert: unable to open module file `/usr/lib/ImageMagick-6.2.4/modules-Q16/coders/pi3.la': No such file or directory.
Could somebody please expain what I'm doing wrong please?
TIA
The ImageMagick convert tool, should apparently do this. However, when I run convert on a file, although another file with the .pi3 extension is sometimes produced, the format of said new file has NOT really changed - its still the old file "in disguise" as a DEGAS file.
The command I use is...
convert ~/filename.pnm ~/filename.pi3
Sometimes, rather than outputting a duff file, the following text is output...
convert: unable to open module file `/usr/lib/ImageMagick-6.2.4/modules-Q16/coders/pi3.la': No such file or directory.
Could somebody please expain what I'm doing wrong please?
TIA