Re: scaling gdkpixmap
- From: Havoc Pennington <hp redhat com>
- To: Meghal Harish Varia <varia ecf utoronto ca>
- Cc: gtk-list gnome org
- Subject: Re: scaling gdkpixmap
- Date: 30 Sep 2000 23:40:08 -0400
Meghal Harish Varia <varia ecf utoronto ca> writes:
> 1. Whats the best way to dynamically scale a GdkPixmap with the scaling of
> a window?
>
Use a client-side RGB buffer such as that found in the gdk-pixbuf
library, and scale that.
> 2. How do I find the pixel size of a GdkPixmap?
>
Get the GdkVisual, it's stored in there (along with pixel format and
other scary crap; but you don't want to know this, GdkPixmap is stored
on the server in another process so doing pixel manipulation will be
insanely slow).
Havoc
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]