Welcome Guest, Not a member yet? Register   Sign In
unsightly resized image quality
#2

[eluser]diez[/eluser]
if your server supports GD2, then edit your $imageConfig ['image_library'] variable from 'GD' to 'GD2'

example:
$imageConfig ['image_library'] = 'GD2';

that will properly resize your images. i had the same problem until i changed my 'image_library' variable from 'GD' to 'GD2'

remember you got to calculate your own aspect ratio on your own. so once you figure out your proper height and width this should do a much better job resizing.

hope this helps!


Messages In This Thread
unsightly resized image quality - by El Forum - 01-30-2008, 02:19 PM
unsightly resized image quality - by El Forum - 01-30-2008, 02:33 PM
unsightly resized image quality - by El Forum - 01-30-2008, 02:54 PM
unsightly resized image quality - by El Forum - 01-30-2008, 04:44 PM
unsightly resized image quality - by El Forum - 06-02-2009, 02:01 PM



Theme © iAndrew 2016 - Forum software by © MyBB