Question about calling functions[S] Another problem found!

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Fuzzo
Forum Newbie
Posts: 15
Joined: Tue Jun 26, 2007 1:07 pm

Post by Fuzzo »

I didnt want to start a new thread on this so hopefully someone can help me again.

After starting to upload images to my gallery script - there seems to be another problem!

Most images resize fine. However - when the image is very large (Not larger than the maxsize already set) GD does not compress it, infact it just shows up on the gallery as its original size. I find this strange as many other images are working fine!

Anyone know what could be wrong?
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

Do you know what size it is happening at or around?
Fuzzo
Forum Newbie
Posts: 15
Joined: Tue Jun 26, 2007 1:07 pm

Post by Fuzzo »

Anything around over 1500 x 1500 anything relatively smaller is fine. It also doesnt generate the thumbnails - Only the image is uploaded :S

Also, the script seems to generate this after its been uploaded (only on the oversized image)

"†"

Anyone know what that means?
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

And this is about where the extent of my GD knowledge wanes. Sorry.
Fuzzo
Forum Newbie
Posts: 15
Joined: Tue Jun 26, 2007 1:07 pm

Post by Fuzzo »

No problems, You have been a great help mate! Mine waned about 2 hours ago :S
Post Reply