Forum Moderators: coopster
If you are curious as to some of the potential possibilities I would recommend searching and reading or perhaps even purchasing some books on PHP and Images.
GD is very powerful if you think about it. I made an online catalog for my employer that lets you, as an admin, update and add merchandise with appropriate images for different colors of the product, and it resizes the image twice -- once for site display (max width/height: 275 pixels) and again for thumnails in searches and browsing (max width/height: 100pixels I believe), and it only takes one of the sub-item images for thumbnail use.
GD can do a lot. If you want to do something in particular in GD & PHP, I'd be more than willing to give you some pointers.
What I wanted to do is to define an image's pattern. For example: tell GD to stick chequers or strips on an image X wide and #*$!XX colour. Any pointers to tutorials or books that are worth reading?
[nyphp.org...]
and
[boutell.com...]
I don't see it making me coffee every morning! ;)
...yet
Then again, ImageMagick is as far as I know the only alternative, and its not nearly as easy to work with.