Re: [Gnome-print] Problem printing pixbuf
- From: Scott Gifford <sgifford tir com>
- To: Lauris Kaplinski <lauris ximian com>
- Cc: gnome-print helixcode com
- Subject: Re: [Gnome-print] Problem printing pixbuf
- Date: 14 Apr 2001 02:26:40 -0400
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]