> is there any way to resize images in php and save them to a new file?
> i want to write sort of a (db-powered) picture gallery that automatically
> creates thumbnails out of http-uploaded files.
It's rather bleeding edge, but if your gra a copy of GD2-beta and a
snapshot of PHP (from snaps.php.net) then you can use imagecopyresampled()
to create thumbnails. It can be a bit slow if your originals are huge,
but the quality is very good.
-Rasmus
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]