[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

[ANN] minicomic-0.2

MenTaLguY

4/21/2007 6:40:00 PM

Just a quick note that minicomic 0.2, rake rules for building folio
minicomics, has been released. Major changes include:

* color and direct rasterization of SVGs
* fix for page counts not divisible by four
* pages are now automatically sized
* support for ISO paper sizes (A5 booklets on A4 paper)
* output options

See the documentation here for details:

http://minicomic.ruby...

Since the new version generates color rasterized pages by default, if
you want minicomic's old behavior, add the options :color
=> :monochrome, :rasterize => false:

minicomic '.', :color => :monochrome, :rasterize => false

minicomic is available from RubyForge:

http://rubyforge.org/frs/?gro...

-mental