I'm using Apache, PHP4, PHPix, and ImageMagick. Everything is setup fine and PHPix works. But the conversion is off. The converted image have black space above and below the picture itself. Take a look and thanks for any help on this situation. http://marsupilami23.homelinux.net/index.phtml
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Well I can't see your page.
I get permission denied.
But the problem with the extra black borders came up with newer versions of ImageMagick.
Go to functions.inc and change the line that says "system($convert..." to this
I'm using Apache, PHP4, PHPix, and ImageMagick. Everything is setup fine and PHPix works. But the conversion is off. The converted image have black space above and below the picture itself. Take a look and thanks for any help on this situation. http://marsupilami23.homelinux.net/index.phtml
Sorry that was http://marsupilami23.homelinux.net/albums/index.phtml
Well I can't see your page.
I get permission denied.
But the problem with the extra black borders came up with newer versions of ImageMagick.
Go to functions.inc and change the line that says "system($convert..." to this
system("$convert -quality 80 -antialias +profile APP1 -sample {$new_width}x$new_width -bordercolor black -border {$border}x$border \"$source\" \"$dest\" 2>&1");