PHP & Images [Resize, Crop, Save]
Posted on
16th Feb 2014 07:03 pm by
admin
Hey! Well I have a little dilema, hoping I could find some guidance.
I have a CMS and on the actual website I am building I have a nice little slideshow script that runs through all the images in a certain directory. The dimensions of the slideshow are 900x250. (Obviously not all images come in this size straight from the camera so I need a little resize crop and save script to do this for the user)
I would like the 'admin' to be able to upload an image (or more than one at the same time, if it's not much more hard work) and then PHP simply takes over from there. At which point the images would be resized to 900px in width (keeping the aspect ratio) and then cropped to take the middle 250px out. then this image is saved in "images/slideshow" as a 900x250 pixel image? The format it is saved in isn't that much of a problem.
Thanks a lot in advance! Any guidance is appreciated!
For example, this image:
http://thewalkingtree.files.wordpress.com/2009/07/children-1.jpg
Would become:
http://img503.imageshack.us/img503/4315/kidsl.png
No comments posted yet
Your Answer:
Login to answer
180
46
Other forums
Problems with array
This code is the last lines in an upload script that uploads 4 images at the same time and writes th
PHP Include not working
The website is http://www.grlistingservices.com
The code block is as follows:
<
PHP Thumbnail Creation
Ok so i use this function to create thumbnails:
Code: function createthumb($name,$filename,$n
Get word number x from string?
How can I use a function to loop through a string, and "have a look at" every word in the
Do While statement
hi guys,
This may sound trivial but im new to php and as part of an assignmenti have to const
Functions Not Loading Into Div
I had some help doing some of this but what I'm trying to do is get my functions to retrieve its val
RSS feed - FeedList for WordPress
Hi,
I'm trying to alter the FeedList plugin for WordPress so that I can click on the title of
Retreiving objects from Sessions
Hi all,
I am getting really frustrated with storing and retreiving objects from a session. Bu
tag inside php... hi
Code: <?php echo "<td width="$columnWidth%" align=&Creating web pages by php Hello again, I was just wondering us there a way to use a php script to create a new web page. I
|