
Gtk2::CV::PostScript - a class for writing postscript files

use Gtk2::CV::PostScript; # nothing gets exported

Return an array of paper sizes. Each element contains an arrayref:
[$name, $description, $width_mm, $height_mm]
i.e.:
["a0", "A0", 2384, 3370]
fh => $filehandle pixbuf => $pixbuf size => aspect => binary => interpolate => margin =>
Write the pixbuf.

Marc Lehmann <schmorp@schmorp.de>