change color range image

后端 未结 0 469
有刺的猬
有刺的猬 2021-01-20 18:18

I am using PHP-Imagick to convert a PDF into images, which works fine.

A simplified example:

$im = new imagick();
$im->setResolution(250,250);
$page         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题