thumbs creation

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ccjob2
Forum Newbie
Posts: 16
Joined: Tue Jun 04, 2002 9:37 am

thumbs creation

Post by ccjob2 »

Hi,
Is there an alternative way to create thumbs without GD library and/or ImageMagick ? Another way that permit to create thumbs by a standard configuration of PHP.
I know that is possible to resize image by tags width and height but thumbs are important for low weigth of visualization ... I'm looking for a really thumbs creation or similar.

Thanks
Carlo
User avatar
enygma
Site Admin
Posts: 175
Joined: Fri Apr 19, 2002 8:29 am
Location: Dallas, Tx

Post by enygma »

you cannot edit/modify an image with standard PHP, no - you have to have some libraries (GD or whatever) to edit it correctly...

other than that, you're stuck with the img tag stuff
Post Reply