[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Re: Im trying to make Thumbnail pics -- any suggestions?

Stefan

2/9/2008 2:05:00 PM

I have just finished simple script which will generate thumbnail of
any image. It generates thumbnail on the fly and uses cache to save
resized image. You can call /thumb/photo.jpg?w=150&h=150 and get
resized version of the picture.

You can download it from: http://www.cleverleap.com/ruby-thumbnail-...

It uses GD2 library.

Hopefully you will find it useful. Any comments or improvements are
welcome.

> Im trying to make Thumbnail pics -- any suggestions? (dont know wher
> to start)