Code: Select all
$my_image->Quantize(colors=> 256);
$my_image->Set('png:format' => 'png8');
Thank you
Code: Select all
$my_image->Quantize(colors=> 256);
$my_image->Set('png:format' => 'png8');
Code: Select all
test.jp2 PNG 300x300 3000x3000+600+900 8-bit sRGB 6.69KB 0.000u 0:00.000
Code: Select all
convert test.png test.jp2
Code: Select all
ImageToBlob(magick=>'jp2')