php-db | 2001071
Date: 07/13/01
- Next message: Ken Sommers: "[PHP-DB] PHP Mysql apache economy hosting"
- Previous message: Jimmy Brake: "Re: [PHP-DB] Image Uploading into Database with ID"
- In reply to: Stefan Siefert: "AW: [PHP-DB] image resizing"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Stefan Siefert pressed the little lettered thingies in this order...
> There are several possibilities to do this... first PHP has the possibility
> to use the GD - Libs (which doesn't support Gif's because of licence
> problems). The second (and in my opinion better) posibility is ImageMagick
> which are some programs to modify pictures (you have to call them externaly
> from your php - scripts) (www.imagemagick.org). I think, I have seen several
> Tutorials to do so (PHP/ImageMagick) but on the fly.. I don't find them in
> my bookmarks now...
>
> Hope this helps,
>
> Stefan Siefert
>
> -----Ursprungliche Nachricht-----
> Von: Adv. Systems Design [mailto:asd_2000 <email protected>]
> Gesendet: Montag, 9. Juli 2001 16:04
> An: php-db <email protected>
> Betreff: [PHP-DB] image resizing
>
>
> Is there a way of sizing image resolution on the fly?
>
> TIA
>
If you have ImageMagick, you only need to use the mogrify command:
exec("/usr/local/bin/mogrify -geometry 300x300 image.jpg");
This isn't built in to PHP, but it works very well if you have access to it.
Christopher Ostmo
a.k.a. tech <email protected>
AppIdeas.com
Innovative Application Ideas
Meeting cutting edge dynamic
web site needs since the
dawn of Internet time (1995)
For a good time,
http://www.AppIdeas.com/
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Ken Sommers: "[PHP-DB] PHP Mysql apache economy hosting"
- Previous message: Jimmy Brake: "Re: [PHP-DB] Image Uploading into Database with ID"
- In reply to: Stefan Siefert: "AW: [PHP-DB] image resizing"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

