Minicomic-0.2

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.rubyforge.org/

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/?group_id=3339

-mental