Re: [Gnome-print] Problem printing pixbuf



Lauris Kaplinski <lauris@ximian.com> writes:

[...]

> PostScript (and gnome-print) render all bitmaps to user-space
> area 0,0 - 1,1
> 
> So you should do:
> 
> gnome_print_gsave (pc)
> gnome_print_scale (pc, width, height)
> gnome_print_pixbuf (pc, pixbuf)
> gnome_print_grestore (pc)
> 

[...]

Wow, this works perfectly!  Thanks so much!

-----ScottG.




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]