[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

ruby zoomify

Ball, Donald A Jr (Library)

6/27/2007 7:38:00 PM

Howdy folks. I just finished the first version of my ruby zoomify
module. It chunks up images into tiles suitable for viewing using the
zoomify flash application. It's pastied here:

http://pastie.cabo...

I'd really welcome comments on the code. In particular, if there are any
rmagick/JPEG experts about, I'll note that the tiled image files this
produces are considerably larger than those generated by python's PIL,
even though I'm using the same quality output (90%). Any suggestions for
improving that would be super.

- donald