You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/www-apps/mypictures/files/mypictures.diff

15 lines
482 B

diff -u --recursive mypictures.orig/index.php mypictures/index.php
--- mypictures.orig/index.php 2004-05-03 01:45:58.523174520 +0100
+++ mypictures/index.php 2004-05-03 01:47:16.713287816 +0100
@@ -471,8 +471,8 @@
}
$cmd = $config['convert'];
- $cmd .= ' -geometry 120x120 ';
- $cmd .= '"'.$img.'" "'.$thumb.'"';
+ $cmd .= ' -size 120x120 ';
+ $cmd .= '"'.$img.'" -resize 120x120 +profile "*" "'.$thumb.'"';
system($cmd);
header("Content-type: image/png");