in reply to ImageMagick too slow

I think ImageMagick for Windows is more reliable than djpeg/cjpeg for Windows. I wouldn't recommend the change.

ImageMagick uses newer jpeg routines, while djpeg gives me "out of memory" sometimes (although I have more than enough memory). I didn't notice enough difference in processing speeds between ImageMagick and djpeg.

Replies are listed 'Best First'.
Re: Re: ImageMagick too slow
by Willard B. Trophy (Hermit) on Dec 27, 2002 at 20:45 UTC
    It only uses newer routines for the completely different JPEG 2000 format. It uses the IJG code for its bog-standard JFIF JPEG file handling.

    --
    $,="\n";foreach(split('',"\3\3\3c>\0>c\177cc\0~c~``\0cc\177cc")) {$a++;$_=unpack('B8',$_);tr,01,\40#,;$b[$a%6].=$_};print@b,"\n"