ImageMagick is a tool for generating and graphically editing images directly from PHP.
It can be used on Blueboard.cz hosting in two variants.
All instructions and documentation can be found in the PHP manual for this class.
Used by calling the exec function with the convert command:
<?php exec("convert rose.jpg rose.png");
Again, you can use the existing manual.
© 2001-2024 Blueboard.cz s. r. o.