Page 1 of 1

thumbs creation

Posted: Wed Jun 19, 2002 9:54 am
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

Posted: Wed Jun 19, 2002 9:58 am
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