diff options
author | scuri <scuri> | 2010-01-26 03:10:43 +0000 |
---|---|---|
committer | scuri <scuri> | 2010-01-26 03:10:43 +0000 |
commit | 15b207139ace6ce492b948f0a5b2725c7decde2a (patch) | |
tree | 351572e9901a59d10f26a1ecc0e04efea8a1b591 /html/en/drv | |
parent | 16abddf6baa103ec2181d71d9b522bcace9d990d (diff) |
*** empty log message ***
Diffstat (limited to 'html/en/drv')
-rw-r--r-- | html/en/drv/gdk.html | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/html/en/drv/gdk.html b/html/en/drv/gdk.html index ea59708..e4a531b 100644 --- a/html/en/drv/gdk.html +++ b/html/en/drv/gdk.html @@ -84,7 +84,19 @@ <h4>Exclusive Attributes</h4> <ul> <li>"<b><font face="Courier">GC</font></b>": returns the GDK graphics - context (get only). In Lua is returned as a user data.</li> + context (get only). In Lua is returned as an user data.</li> +</ul> + +<ul> + <li>"<b><font face="Courier">IMGDITHER</font></b>": changes + how dithering is used in images when bpp<=8. Can be "NORMAL" or "NONE". + Default: "NONE".</li> +</ul> + +<ul> + <li>"<b><font face="Courier">IMGINTERP</font></b>": changes + how interpolation is used in image scale. Can be "BILINEAR" or "NEAREST". + Default: "NEAREST".</li> </ul> <ul> |