It should work either way. I any case the issue is it will not write to P2 format. Only P5 results.
On Sat, Jun 28, 2008 at 4:26 PM, Sven Köhler <[EMAIL PROTECTED]> wrote: > > Windows 6.4.2 Only: Failure to convert to P2 PGM (-compress none is > ignored) > > > > Steps. > > convert -compress none test.jpg test.pgm > > > > Result. > > P5 > > > > Steps. > > convert -compress none test.tif test.pgm > > > > Result. > > P5 > > Shouldn't this be: > > convert test.jpg -compress none test.pgm > convert test.tif -compress none test.pgm > > ??? > > _______________________________________________ > Magick-bugs mailing list > [email protected] > http://studio.imagemagick.org/mailman/listinfo/magick-bugs > -- Michael Dunn 831 325 7490 Treo™ _______________________________________________ Magick-bugs mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-bugs
