Pages

Subscribe

Monday, December 4, 2006

PHP - Resize images or add text

1. You're a web designer (beginner-medium) in PHP.
2. You know your server has the GD2 image library.
3. You want to be able to
(a.) Resize images and/or create thumbnails or
(b.) Add text to image files (use custom
truetype fonts if you wish) or
(c.) Add lines to your images
4. You want to be able to do all this with basic PHP and not have to learn how to use the GD2 library.

If you answered yes to all of the above, then check out the imageeditor class, available here

They also have a directory listing script with different icons for different file types. that is available here

It's a web design company called 'Evoluted New Media' and you can see all the stuff they're giving back to the community on this page

No comments: