![]() |
Cropping In PHP
Hello everyone
I stumbled upon <a href=http://www.talkphp.com/advanced-php-programming/1709-cropping-images-using-php.html>this great tutorial</a> on how to crop images using PHP. I created a page called thumbCreate.php containing the following code from the tutorial: PHP Code:
PHP Code:
However, the image will not show, even though I definitely do have an image stored at gallery/1.jpg. Although I'm familiar with OOP programming in Java, this is my first time trying it with PHP, so perhaps my syntax is wrong. Any help would be greatly appreciated. THANKS in advance! Tom |
Is it just me or do the functions not appear to be inside the class?
|
You're right, sorry.
I think the code might actually be wrong though, because it says theres a parse error on line 11, which is: Code:
this->myImage = imagecreatefromjpeg($image$this->imgSrc) or die("Error: Cannot find image!");Thanks! |
PHP Code:
|
Thanks everyone, it worked!
Heres the working code for reference: Code:
<?php |
The createThumb method would be more flexible if you made ThumbSize an argument defaulted to 250
|
Thats what I did for my own project; I just wanted to get the above to work, and when it did I changed it so that the thumbs have a fixed height/width of 150.
|
What if they upload an image that is 600*900(taller than wider) or 900*600(wider than taller)? The thumb would be weird if it got 250*250 since it's not resized according to the original.
|
Its being cropped though so it won't look distorted either way.
|
Hi, Compliments! Great Code!
Only a question: your script creates a 250 x 250 cropped thumb. In which way can I modify the script to create a thumb with different width and height? For example, to create a 400 (w) x 200 (h) cropped thumb ? thanks! |
Quote:
Code:
function createThumb(){Code:
|
Hi maeltar, thanks for your reply, but unfortunately your code creates a totally black 400px X 200px rectangle. The image disappears.
Why? |
Change
php Code:
to php Code:
|
because I didn't change..
Code:
|
|
| All times are GMT. The time now is 05:14 PM. |
Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0