X-Git-Url: http://git.shiar.nl/minimedit.git/blobdiff_plain/e15f27487946afb29f3f846dd96edd1fb65e3f44..b4b191a5b6f881b6d6e8b9ff43f9798e7fa851b1:/thumb/index.php diff --git a/thumb/index.php b/thumb/index.php index 2a8e303..24f46cc 100644 --- a/thumb/index.php +++ b/thumb/index.php @@ -91,7 +91,7 @@ function mkthumb_exec($source, $target, $width, $height) '-trim', '-resize', "${width}x${height}", '-quality', '90%', - $source, $target + $source, "jpg:$target" ])); $return = shell_exec("$cmd 2>&1"); if ($return) {