PHP Image Resize

Post all HTML related questions here. No support.

Moderator: Project members

Locked
Message
Author
Console Ninja
500 Command not understood
Posts: 1
Joined: 2013-05-03 05:22
First name: Keith
Last name: Hopkins
Location: Weston super Mare

PHP Image Resize

#1 Post by Console Ninja » 2013-05-03 05:27

How do I get my images to resize on the fly with php?

Thanks

User avatar
audiopro
226 Transfer OK
Posts: 295
Joined: 2013-03-23 12:55
First name: Keith
Location: Morecambe, England

Re: PHP Image Resize

#2 Post by audiopro » 2013-05-03 06:44

GD Library
Morecambe - Where the sun goes at night

User avatar
boco
Contributor
Posts: 26938
Joined: 2006-05-01 03:28
Location: Germany

Re: PHP Image Resize

#3 Post by boco » 2013-05-03 10:38

Or maybe Imagemagick.
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

youme
500 Command not understood
Posts: 1
Joined: 2013-05-08 23:23
First name: You
Last name: Me

Re: PHP Image Resize

#4 Post by youme » 2013-05-08 23:32

this maybe https://github.com/wes/phpimageresize ?
or this even easier

Code: Select all

hXXp://www.inkplant.com / code / php-resize-image-function.php
resize and store them in cache or sth
Last edited by boco on 2013-05-09 16:26, edited 1 time in total.
Reason: Made URL non-clickable, target site contains trackers.
<Removed, advertisement not allowed>

Locked