scriptygoddess

04 Oct, 2004

phpThumb()

Posted by: Jennifer In: Bookmarks

Someone at work sent me the link to this:

phpThumb()
Looks like an interesting way to handle thumbnail generations on the fly. As described on that page:

phpThumb() uses the GD library to create thumbnails from images (JPEG, PNG, GIF, BMP, etc) on the fly. The output size is configurable (can be larger or smaller than the source), and the source may be the entire image or only a portion of the original image. True color and resampling is used if GD v2.0+ is available, otherwise paletted-color and nearest-neighbour resizing is used.

(updated to add an additional link)
Poking around on del.icio.us, I also found this link for dynamic thumbnail generation:

Dynamic Thumbnailing with Imagemagick in PHP

No related posts.

Related posts brought to you by Yet Another Related Posts Plugin.

1 Response to "phpThumb()"

1 | PerS

October 6th, 2004 at 10:58 am

Avatar

Take a look at the "PHP frontend to ImageMagick" article a Evolt

I use it to create my thumbnails in wordpress:

/images/magick.php/articles/IMAGE.gif?colorspace(gray)+part(100×100)

This gives me at grayscale thumbnail that's 100×100

Featured Sponsors

About


Advertisements