Search found 2 matches

by bnbstudios
Mon Oct 01, 2007 3:36 am
Forum: PHP - Code
Topic: Need help with broken thumbail image
Replies: 4
Views: 352

problem with image resizing

well broken thumbnails as i see it are errors from createjpegfromimage() function. the larger images (original ones) are supported fine. it's only the thumbnails which are create onthe fly by my script. The main confusion is that i have tested this on two servers (both linux) and one of them support...
by bnbstudios
Mon Sep 24, 2007 1:10 am
Forum: PHP - Code
Topic: Need help with broken thumbail image
Replies: 4
Views: 352

Need help with broken thumbail image

Hi, I have GD2 enabled in my webserver. I have used this function to resize images on the gallery and when clicked they would show the larger ones. The prob is that the thumbnails show but are broken. Ive tried doin the same with another server i have and that supports the thumbnail resizing. could ...