Thread
:
[SOLVED] Edit image then move it?
View Single Post
#
3
(
permalink
)
Nov 8th, 2007, 17:58
digilover
Junior Member
Join Date: Nov 2007
Location: Norwich, UK
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Edit image then move it?
You just need to add a second parameter, for example:
PHP
:
Select all
imagejpeg
(
$image_resized
,
'/your/location/file.jpg'
);
Take a look at the full spec of the function here:
http://uk.php.net/manual/en/function.imagejpeg.php
James.
__________________
Digital Overload - a
digital agency
digilover
View Public Profile
Visit digilover's homepage!
Find all posts by digilover