|
-
Buttnutsford
Dynamic Image Editing
Is there anyway to dynamically edit image size (ie, pixel dimensions) on the server. So for example I could upload a 800x600px Jpeg and have the server create a smaller version and a thumbnail, and save them into seperate directories?
My server is Apache, PHP, MySQL.
Cheers
-
Hi,
if youur php includes GD lib....
Musicman
-
Buttnutsford
i'm kindda new to php..... so, i'm going to have to say... 'eh?'
cheers
-
Hi
GD is a common addition to php, but not every ISP actually installs it.
Upload a one line php file
<? phpinfo(); ?>
and open it from the browser to find out
Musicman
-
Buttnutsford
cool, cheers. Are there any tutorials out there that'll tell me the basics of the GD lib. ?
-
Hi,
usually the best way to find out about these things is the online manual at www.php.net
Musicman
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|