Search found 1 match

by joakimvr
2015-08-12T05:04:11-07:00
Forum: IMagick
Topic: Running Imagick from alternative binary at usr/bin
Replies: 1
Views: 9160

Running Imagick from alternative binary at usr/bin

Hi guys!

I recently moved host, and I'm having some trouble running Imagick as it's installed differently from my previous host. I have attached the PHP code that worked on my old host;

From the file functions.php
function thumb_create($file, $width , $height, $output) {
try {
$thumb_dir ...