MagickCore或ImageMagick有什么相同的代码?

时间:2012-05-23 07:23:57

标签: c++ imagemagick

MagickCore或ImageMagick使用此命令的等效代码是什么?

cjpeg -progressive -dct float -qtables qtopt.Q.psnr.$PSNR.000 $FILE.srgb.pnm > $FILE-$PSNR.ipnet.jpg;

1 个答案:

答案 0 :(得分:0)

我没有使用-progressive,也不知道你在代码中使用的大多数选项,但这应该是你想要的部分。您可能需要在最终代码中更改-interlace的位置。见http://www.imagemagick.org/script/command-line-options.php#interlace

convert input -interlace line output

如果您检查上面链接的页面的其余部分,那么有很多关于量子的信息。