The "Freeola Customer Forum" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.
Going insane over this one stupid damn fricking thing that is "apparently possible" in PHP.
I've tried looking for solutions but some functions that people have made are so overly complicated that they become confusing.
Basically, all I want to do is resize an image (from whatever size it is) to a basic 100 x 75 pixel picture. Nothing more, nothing less, I can't believe how insanely complicated some of these solutions are.
Image scaling is all I want, can anybody help?
It kind of works....
It just seems to draw a black box each time, any reason why it's doing this? I think I am parsing the function correctly: -
Yet it doesn't want to work...
Hmm
EDIT: Nevermind, the person that wrote the code obviously wrote his syntax wrong, he told us to write
When in fact, you don't write the 'directory' the image is in at all.
Excellent, Thanks Garin, it's exactly what I was looking for!
I know that has a lot of error checking in it, but as far as the actual scaling is concerned I don't think you're going to find anything simpler.
Going insane over this one stupid damn fricking thing that is "apparently possible" in PHP.
I've tried looking for solutions but some functions that people have made are so overly complicated that they become confusing.
Basically, all I want to do is resize an image (from whatever size it is) to a basic 100 x 75 pixel picture. Nothing more, nothing less, I can't believe how insanely complicated some of these solutions are.
Image scaling is all I want, can anybody help?