ImageMagick generally offers 2 ways of use:
- As a module in PHP, by calling the appropriate PHP functions – see PHP documentation: Image Processing (ImageMagick)
- By calling ImageMagick binaries through the command line (shell) by using shell_exec(). In this case, the PHP applications require the full path to the program.
Our web hosting only offers the first option. Calling a shell command is disabled and cannot be allowed. Your PHP application must be able to use the first option.
Zpětná vazba je dočasně nedostupná, máte-li k návodu dotaz nebo připomínku,
napište nám přes kontaktní formulář.