| John Gordon 2008-03-20, 7:15 pm |
| In <fruda7$bu1$1@news.net.uni-c.dk> saneman <asdfsdf@asd.com> writes:
> In a script I have:
> java MNISTtoPPM "testImg" "testLbl" $1 | convert - GIF:- | xv -
At a guess, it runs a java program which produces an image on the
standard output, which is then fed to the "convert" program which
manioulates the image into the GIF format, and then feeds that image
into the "xv" program for viewing.
> convert: no decode delegate for this image format `/tmp/magick-XXPYD6zc'.
> So something goes wrong with the imagemagic convert command. How should:
Sounds like ImageMagick doesn't know how to interpret the image. Perhaps
it needs the right codec?
--
John Gordon A is for Amy, who fell down the stairs
gordon@panix.com B is for Basil, assaulted by bears
-- Edward Gorey, "The Gashlycrumb Tinies"
|