gdk_pixbuf2 2.2.4-x64-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (218) hide show
  1. checksums.yaml +7 -0
  2. data/README +29 -0
  3. data/Rakefile +34 -0
  4. data/ext/gdk_pixbuf2/depend +11 -0
  5. data/ext/gdk_pixbuf2/extconf.rb +66 -0
  6. data/ext/gdk_pixbuf2/gdk_pixbuf2.def +2 -0
  7. data/ext/gdk_pixbuf2/rbgdk-pixbuf-format.c +179 -0
  8. data/ext/gdk_pixbuf2/rbgdk-pixbuf-loader.c +164 -0
  9. data/ext/gdk_pixbuf2/rbgdk-pixbuf.c +737 -0
  10. data/ext/gdk_pixbuf2/rbgdk-pixbuf.h +41 -0
  11. data/ext/gdk_pixbuf2/rbgdk-pixbuf2conversions.h +42 -0
  12. data/ext/gdk_pixbuf2/rbgdk-pixbuf2private.h +35 -0
  13. data/ext/gdk_pixbuf2/rbgdk-pixbufanimation.c +93 -0
  14. data/ext/gdk_pixbuf2/rbgdk-pixbufanimationiter.c +71 -0
  15. data/ext/gdk_pixbuf2/rbgdk-pixbufsimpleanim.c +53 -0
  16. data/ext/gdk_pixbuf2/rbgdk-pixdata.c +213 -0
  17. data/extconf.rb +49 -0
  18. data/lib/2.0/gdk_pixbuf2.so +0 -0
  19. data/lib/2.1/gdk_pixbuf2.so +0 -0
  20. data/lib/2.2/gdk_pixbuf2.so +0 -0
  21. data/lib/gdk_pixbuf2.rb +57 -0
  22. data/sample/anim.rb +38 -0
  23. data/sample/composite.rb +45 -0
  24. data/sample/flip.rb +47 -0
  25. data/sample/floppybuddy.gif +0 -0
  26. data/sample/format.rb +39 -0
  27. data/sample/gnome-foot.png +0 -0
  28. data/sample/inline.rb +37 -0
  29. data/sample/loader.rb +20 -0
  30. data/sample/pixdata.rb +39 -0
  31. data/sample/rotate.rb +45 -0
  32. data/sample/save.rb +25 -0
  33. data/sample/scale.rb +45 -0
  34. data/sample/simpleanim.rb +34 -0
  35. data/sample/utils.rb +44 -0
  36. data/sample/xpm.rb +40 -0
  37. data/vendor/local/bin/gdk-pixbuf-csource.exe +0 -0
  38. data/vendor/local/bin/gdk-pixbuf-pixdata.exe +0 -0
  39. data/vendor/local/bin/gdk-pixbuf-query-loaders.exe +0 -0
  40. data/vendor/local/bin/libgdk_pixbuf-2.0-0.dll +0 -0
  41. data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h +204 -0
  42. data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h +464 -0
  43. data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-enum-types.h +33 -0
  44. data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-features.h +120 -0
  45. data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-io.h +343 -0
  46. data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-loader.h +108 -0
  47. data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-marshal.h +36 -0
  48. data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-simple-anim.h +64 -0
  49. data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-transform.h +158 -0
  50. data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h +43 -0
  51. data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h +168 -0
  52. data/vendor/local/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache +139 -0
  53. data/vendor/local/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.a +0 -0
  54. data/vendor/local/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.dll +0 -0
  55. data/vendor/local/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.dll.a +0 -0
  56. data/vendor/local/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.la +41 -0
  57. data/vendor/local/lib/gdk_pixbuf-2.0.def +128 -0
  58. data/vendor/local/lib/girepository-1.0/GdkPixbuf-2.0.typelib +0 -0
  59. data/vendor/local/lib/libgdk_pixbuf-2.0.dll.a +0 -0
  60. data/vendor/local/lib/libgdk_pixbuf-2.0.la +41 -0
  61. data/vendor/local/lib/pkgconfig/gdk-pixbuf-2.0.pc +19 -0
  62. data/vendor/local/share/gir-1.0/GdkPixbuf-2.0.gir +3443 -0
  63. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/GdkPixbufLoader.html +827 -0
  64. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/annotation-glossary.html +65 -0
  65. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-12.html +35 -0
  66. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-14.html +46 -0
  67. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-2.html +108 -0
  68. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-26.html +50 -0
  69. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-28.html +47 -0
  70. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-30.html +35 -0
  71. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-4.html +72 -0
  72. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-6.html +65 -0
  73. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-8.html +39 -0
  74. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-deprecated.html +53 -0
  75. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-full.html +787 -0
  76. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/composite.png +0 -0
  77. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Animations.html +1068 -0
  78. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-File-Loading.html +794 -0
  79. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-File-saving.html +864 -0
  80. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Image-Data-in-Memory.html +491 -0
  81. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Inline-data.html +639 -0
  82. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Module-Interface.html +1298 -0
  83. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Reference-Counting-and-Memory-Mangement.html +208 -0
  84. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Scaling.html +914 -0
  85. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-The-GdkPixbuf-Structure.html +898 -0
  86. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Utilities.html +381 -0
  87. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Versioning.html +184 -0
  88. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-X-Drawables-to-Pixbufs.html +197 -0
  89. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Xlib-Rendering.html +438 -0
  90. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-XlibRGB.html +1115 -0
  91. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-csource.html +167 -0
  92. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-Xlib-initialization.html +159 -0
  93. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-from-drawables.html +45 -0
  94. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-rendering.html +44 -0
  95. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-query-loaders.html +85 -0
  96. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf.devhelp2 +226 -0
  97. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/home.png +0 -0
  98. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/index.html +150 -0
  99. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/index.sgml +322 -0
  100. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/left-insensitive.png +0 -0
  101. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/left.png +0 -0
  102. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/license.html +59 -0
  103. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/right-insensitive.png +0 -0
  104. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/right.png +0 -0
  105. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/rn01.html +101 -0
  106. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/rn02.html +50 -0
  107. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/style.css +476 -0
  108. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/up-insensitive.png +0 -0
  109. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/up.png +0 -0
  110. data/vendor/local/share/license/gdk-pixbuf/AUTHORS +65 -0
  111. data/vendor/local/share/license/gdk-pixbuf/COPYING +482 -0
  112. data/vendor/local/share/locale/af/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  113. data/vendor/local/share/locale/ang/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  114. data/vendor/local/share/locale/ar/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  115. data/vendor/local/share/locale/as/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  116. data/vendor/local/share/locale/ast/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  117. data/vendor/local/share/locale/az/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  118. data/vendor/local/share/locale/be/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  119. data/vendor/local/share/locale/be@latin/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  120. data/vendor/local/share/locale/bg/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  121. data/vendor/local/share/locale/bn/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  122. data/vendor/local/share/locale/bn_IN/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  123. data/vendor/local/share/locale/br/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  124. data/vendor/local/share/locale/bs/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  125. data/vendor/local/share/locale/ca/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  126. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  127. data/vendor/local/share/locale/crh/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  128. data/vendor/local/share/locale/cs/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  129. data/vendor/local/share/locale/csb/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  130. data/vendor/local/share/locale/cy/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  131. data/vendor/local/share/locale/da/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  132. data/vendor/local/share/locale/de/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  133. data/vendor/local/share/locale/dz/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  134. data/vendor/local/share/locale/el/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  135. data/vendor/local/share/locale/en@shaw/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  136. data/vendor/local/share/locale/en_CA/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  137. data/vendor/local/share/locale/en_GB/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  138. data/vendor/local/share/locale/eo/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  139. data/vendor/local/share/locale/es/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  140. data/vendor/local/share/locale/et/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  141. data/vendor/local/share/locale/eu/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  142. data/vendor/local/share/locale/fa/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  143. data/vendor/local/share/locale/fi/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  144. data/vendor/local/share/locale/fr/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  145. data/vendor/local/share/locale/ga/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  146. data/vendor/local/share/locale/gl/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  147. data/vendor/local/share/locale/gu/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  148. data/vendor/local/share/locale/he/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  149. data/vendor/local/share/locale/hi/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  150. data/vendor/local/share/locale/hr/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  151. data/vendor/local/share/locale/hu/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  152. data/vendor/local/share/locale/hy/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  153. data/vendor/local/share/locale/ia/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  154. data/vendor/local/share/locale/id/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  155. data/vendor/local/share/locale/io/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  156. data/vendor/local/share/locale/is/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  157. data/vendor/local/share/locale/it/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  158. data/vendor/local/share/locale/ja/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  159. data/vendor/local/share/locale/ka/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  160. data/vendor/local/share/locale/km/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  161. data/vendor/local/share/locale/kn/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  162. data/vendor/local/share/locale/ko/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  163. data/vendor/local/share/locale/ku/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  164. data/vendor/local/share/locale/li/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  165. data/vendor/local/share/locale/lt/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  166. data/vendor/local/share/locale/lv/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  167. data/vendor/local/share/locale/mai/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  168. data/vendor/local/share/locale/mi/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  169. data/vendor/local/share/locale/mk/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  170. data/vendor/local/share/locale/ml/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  171. data/vendor/local/share/locale/mn/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  172. data/vendor/local/share/locale/mr/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  173. data/vendor/local/share/locale/ms/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  174. data/vendor/local/share/locale/my/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  175. data/vendor/local/share/locale/nb/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  176. data/vendor/local/share/locale/nds/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  177. data/vendor/local/share/locale/ne/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  178. data/vendor/local/share/locale/nl/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  179. data/vendor/local/share/locale/nn/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  180. data/vendor/local/share/locale/nso/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  181. data/vendor/local/share/locale/oc/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  182. data/vendor/local/share/locale/or/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  183. data/vendor/local/share/locale/pa/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  184. data/vendor/local/share/locale/pl/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  185. data/vendor/local/share/locale/ps/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  186. data/vendor/local/share/locale/pt/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  187. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  188. data/vendor/local/share/locale/ro/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  189. data/vendor/local/share/locale/ru/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  190. data/vendor/local/share/locale/si/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  191. data/vendor/local/share/locale/sk/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  192. data/vendor/local/share/locale/sl/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  193. data/vendor/local/share/locale/sq/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  194. data/vendor/local/share/locale/sr/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  195. data/vendor/local/share/locale/sr@ije/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  196. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  197. data/vendor/local/share/locale/sv/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  198. data/vendor/local/share/locale/ta/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  199. data/vendor/local/share/locale/te/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  200. data/vendor/local/share/locale/tg/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  201. data/vendor/local/share/locale/th/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  202. data/vendor/local/share/locale/tk/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  203. data/vendor/local/share/locale/tr/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  204. data/vendor/local/share/locale/tt/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  205. data/vendor/local/share/locale/ug/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  206. data/vendor/local/share/locale/uk/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  207. data/vendor/local/share/locale/uz/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  208. data/vendor/local/share/locale/uz@cyrillic/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  209. data/vendor/local/share/locale/vi/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  210. data/vendor/local/share/locale/wa/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  211. data/vendor/local/share/locale/xh/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  212. data/vendor/local/share/locale/yi/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  213. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  214. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  215. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  216. data/vendor/local/share/man/man1/gdk-pixbuf-csource.1 +135 -0
  217. data/vendor/local/share/man/man1/gdk-pixbuf-query-loaders.1 +73 -0
  218. metadata +273 -0
@@ -0,0 +1,208 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
+ <html>
3
+ <head>
4
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
+ <title>GDK-PixBuf Reference Manual: Reference Counting and Memory Mangement</title>
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
+ <link rel="home" href="index.html" title="GDK-PixBuf Reference Manual">
8
+ <link rel="up" href="rn01.html" title="API Reference">
9
+ <link rel="prev" href="gdk-pixbuf-The-GdkPixbuf-Structure.html" title="The GdkPixbuf Structure">
10
+ <link rel="next" href="gdk-pixbuf-File-Loading.html" title="File Loading">
11
+ <meta name="generator" content="GTK-Doc V1.20.1 (XML mode)">
12
+ <link rel="stylesheet" href="style.css" type="text/css">
13
+ </head>
14
+ <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
+ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
16
+ <td width="100%" align="left" class="shortcuts">
17
+ <a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
18
+ <a href="#gdk-pixbuf-Reference-Counting-and-Memory-Mangement.description" class="shortcut">Description</a></span>
19
+ </td>
20
+ <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
21
+ <td><a accesskey="u" href="rn01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
22
+ <td><a accesskey="p" href="gdk-pixbuf-The-GdkPixbuf-Structure.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
23
+ <td><a accesskey="n" href="gdk-pixbuf-File-Loading.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
24
+ </tr></table>
25
+ <div class="refentry">
26
+ <a name="gdk-pixbuf-Reference-Counting-and-Memory-Mangement"></a><div class="titlepage"></div>
27
+ <div class="refnamediv"><table width="100%"><tr>
28
+ <td valign="top">
29
+ <h2><span class="refentrytitle"><a name="gdk-pixbuf-Reference-Counting-and-Memory-Mangement.top_of_page"></a>Reference Counting and Memory Mangement</span></h2>
30
+ <p>Reference Counting and Memory Mangement — Functions for reference counting and memory management on pixbufs.</p>
31
+ </td>
32
+ <td class="gallery_image" valign="top" align="right"></td>
33
+ </tr></table></div>
34
+ <div class="refsect1">
35
+ <a name="gdk-pixbuf-Reference-Counting-and-Memory-Mangement.functions"></a><h2>Functions</h2>
36
+ <div class="informaltable"><table width="100%" border="0">
37
+ <colgroup>
38
+ <col width="150px" class="functions_return">
39
+ <col class="functions_name">
40
+ </colgroup>
41
+ <tbody>
42
+ <tr>
43
+ <td class="function_type">
44
+ <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> *
45
+ </td>
46
+ <td class="function_name">
47
+ <a class="link" href="gdk-pixbuf-Reference-Counting-and-Memory-Mangement.html#gdk-pixbuf-ref" title="gdk_pixbuf_ref ()">gdk_pixbuf_ref</a> <span class="c_punctuation">()</span>
48
+ </td>
49
+ </tr>
50
+ <tr>
51
+ <td class="function_type">
52
+ <span class="returnvalue">void</span>
53
+ </td>
54
+ <td class="function_name">
55
+ <a class="link" href="gdk-pixbuf-Reference-Counting-and-Memory-Mangement.html#gdk-pixbuf-unref" title="gdk_pixbuf_unref ()">gdk_pixbuf_unref</a> <span class="c_punctuation">()</span>
56
+ </td>
57
+ </tr>
58
+ <tr>
59
+ <td class="function_type">
60
+ <span class="returnvalue">void</span>
61
+ </td>
62
+ <td class="function_name">
63
+ <span class="c_punctuation">(</span><a class="link" href="gdk-pixbuf-Reference-Counting-and-Memory-Mangement.html#GdkPixbufDestroyNotify" title="GdkPixbufDestroyNotify ()">*GdkPixbufDestroyNotify</a><span class="c_punctuation">)</span> <span class="c_punctuation">()</span>
64
+ </td>
65
+ </tr>
66
+ </tbody>
67
+ </table></div>
68
+ </div>
69
+ <div class="refsect1">
70
+ <a name="gdk-pixbuf-Reference-Counting-and-Memory-Mangement.includes"></a><h2>Includes</h2>
71
+ <pre class="synopsis">#include &lt;gdk-pixbuf/gdk-pixbuf.h&gt;
72
+ </pre>
73
+ </div>
74
+ <div class="refsect1">
75
+ <a name="gdk-pixbuf-Reference-Counting-and-Memory-Mangement.description"></a><h2>Description</h2>
76
+ <p><a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> structures are reference counted. This means that an
77
+ application can share a single pixbuf among many parts of the
78
+ code. When a piece of the program needs to keep a pointer to a
79
+ pixbuf, it should add a reference to it by calling <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-ref"><code class="function">g_object_ref()</code></a>.
80
+ When it no longer needs the pixbuf, it should subtract a reference
81
+ by calling <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>. The pixbuf will be destroyed when
82
+ its reference count drops to zero. Newly-created <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>
83
+ structures start with a reference count of one.</p>
84
+ <div class="blockquote"><blockquote class="blockquote"><p>As <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> is derived from <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> now, <a class="link" href="gdk-pixbuf-Reference-Counting-and-Memory-Mangement.html#gdk-pixbuf-ref" title="gdk_pixbuf_ref ()"><code class="function">gdk_pixbuf_ref()</code></a> and
85
+ <a class="link" href="gdk-pixbuf-Reference-Counting-and-Memory-Mangement.html#gdk-pixbuf-unref" title="gdk_pixbuf_unref ()"><code class="function">gdk_pixbuf_unref()</code></a> are deprecated in favour of <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-ref"><code class="function">g_object_ref()</code></a>
86
+ and <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a> resp.</p></blockquote></div>
87
+ <p>Finalizing a pixbuf means to free its pixel
88
+ data and to free the <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> structure itself. Most of the
89
+ library functions that create <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> structures create the
90
+ pixel data by themselves and define the way it should be freed;
91
+ you do not need to worry about those. The only function that lets
92
+ you specify how to free the pixel data is
93
+ <a class="link" href="gdk-pixbuf-Image-Data-in-Memory.html#gdk-pixbuf-new-from-data" title="gdk_pixbuf_new_from_data ()"><code class="function">gdk_pixbuf_new_from_data()</code></a>. Since you pass it a pre-allocated
94
+ pixel buffer, you must also specify a way to free that data. This
95
+ is done with a function of type <a class="link" href="gdk-pixbuf-Reference-Counting-and-Memory-Mangement.html#GdkPixbufDestroyNotify" title="GdkPixbufDestroyNotify ()"><span class="type">GdkPixbufDestroyNotify</span></a>. When a
96
+ pixbuf created with <a class="link" href="gdk-pixbuf-Image-Data-in-Memory.html#gdk-pixbuf-new-from-data" title="gdk_pixbuf_new_from_data ()"><code class="function">gdk_pixbuf_new_from_data()</code></a> is finalized, your
97
+ destroy notification function will be called, and it is its
98
+ responsibility to free the pixel array.</p>
99
+ </div>
100
+ <div class="refsect1">
101
+ <a name="gdk-pixbuf-Reference-Counting-and-Memory-Mangement.functions_details"></a><h2>Functions</h2>
102
+ <div class="refsect2">
103
+ <a name="gdk-pixbuf-ref"></a><h3>gdk_pixbuf_ref ()</h3>
104
+ <pre class="programlisting"><a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> *
105
+ gdk_pixbuf_ref (<em class="parameter"><code><a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *pixbuf</code></em>);</pre>
106
+ <div class="warning">
107
+ <p><code class="literal">gdk_pixbuf_ref</code> has been deprecated since version 2.0 and should not be used in newly-written code.</p>
108
+ <p>Use <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-ref"><code class="function">g_object_ref()</code></a>.</p>
109
+ </div>
110
+ <p>Adds a reference to a pixbuf.</p>
111
+ <div class="refsect3">
112
+ <a name="id-1.2.5.6.2.6"></a><h4>Parameters</h4>
113
+ <div class="informaltable"><table width="100%" border="0">
114
+ <colgroup>
115
+ <col width="150px" class="parameters_name">
116
+ <col class="parameters_description">
117
+ <col width="200px" class="parameters_annotations">
118
+ </colgroup>
119
+ <tbody><tr>
120
+ <td class="parameter_name"><p>pixbuf</p></td>
121
+ <td class="parameter_description"><p>A pixbuf.</p></td>
122
+ <td class="parameter_annotations"> </td>
123
+ </tr></tbody>
124
+ </table></div>
125
+ </div>
126
+ <div class="refsect3">
127
+ <a name="id-1.2.5.6.2.7"></a><h4>Returns</h4>
128
+ <p> The same as the <em class="parameter"><code>pixbuf</code></em>
129
+ argument.</p>
130
+ <p></p>
131
+ </div>
132
+ </div>
133
+ <hr>
134
+ <div class="refsect2">
135
+ <a name="gdk-pixbuf-unref"></a><h3>gdk_pixbuf_unref ()</h3>
136
+ <pre class="programlisting"><span class="returnvalue">void</span>
137
+ gdk_pixbuf_unref (<em class="parameter"><code><a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *pixbuf</code></em>);</pre>
138
+ <div class="warning">
139
+ <p><code class="literal">gdk_pixbuf_unref</code> has been deprecated since version 2.0 and should not be used in newly-written code.</p>
140
+ <p>Use <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>.</p>
141
+ </div>
142
+ <p>Removes a reference from a pixbuf.</p>
143
+ <div class="refsect3">
144
+ <a name="id-1.2.5.6.3.6"></a><h4>Parameters</h4>
145
+ <div class="informaltable"><table width="100%" border="0">
146
+ <colgroup>
147
+ <col width="150px" class="parameters_name">
148
+ <col class="parameters_description">
149
+ <col width="200px" class="parameters_annotations">
150
+ </colgroup>
151
+ <tbody><tr>
152
+ <td class="parameter_name"><p>pixbuf</p></td>
153
+ <td class="parameter_description"><p>A pixbuf.</p></td>
154
+ <td class="parameter_annotations"> </td>
155
+ </tr></tbody>
156
+ </table></div>
157
+ </div>
158
+ </div>
159
+ <hr>
160
+ <div class="refsect2">
161
+ <a name="GdkPixbufDestroyNotify"></a><h3>GdkPixbufDestroyNotify ()</h3>
162
+ <pre class="programlisting"><span class="returnvalue">void</span>
163
+ <span class="c_punctuation">(</span>*GdkPixbufDestroyNotify<span class="c_punctuation">)</span> (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *pixels</code></em>,
164
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
165
+ <p>A function of this type is responsible for freeing the pixel array
166
+ of a pixbuf. The <a class="link" href="gdk-pixbuf-Image-Data-in-Memory.html#gdk-pixbuf-new-from-data" title="gdk_pixbuf_new_from_data ()"><code class="function">gdk_pixbuf_new_from_data()</code></a> function lets you
167
+ pass in a pre-allocated pixel array so that a pixbuf can be
168
+ created from it; in this case you will need to pass in a function
169
+ of <a class="link" href="gdk-pixbuf-Reference-Counting-and-Memory-Mangement.html#GdkPixbufDestroyNotify" title="GdkPixbufDestroyNotify ()"><span class="type">GdkPixbufDestroyNotify</span></a> so that the pixel data can be freed
170
+ when the pixbuf is finalized.</p>
171
+ <div class="refsect3">
172
+ <a name="id-1.2.5.6.4.5"></a><h4>Parameters</h4>
173
+ <div class="informaltable"><table width="100%" border="0">
174
+ <colgroup>
175
+ <col width="150px" class="parameters_name">
176
+ <col class="parameters_description">
177
+ <col width="200px" class="parameters_annotations">
178
+ </colgroup>
179
+ <tbody>
180
+ <tr>
181
+ <td class="parameter_name"><p>pixels</p></td>
182
+ <td class="parameter_description"><p> The pixel array of the pixbuf
183
+ that is being finalized. </p></td>
184
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> guint8]</span></td>
185
+ </tr>
186
+ <tr>
187
+ <td class="parameter_name"><p>data</p></td>
188
+ <td class="parameter_description"><p> User closure data. </p></td>
189
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="This parameter is a 'user_data', for callbacks; many bindings can pass NULL here."><span class="acronym">closure</span></acronym>]</span></td>
190
+ </tr>
191
+ </tbody>
192
+ </table></div>
193
+ </div>
194
+ </div>
195
+ </div>
196
+ <div class="refsect1">
197
+ <a name="gdk-pixbuf-Reference-Counting-and-Memory-Mangement.other_details"></a><h2>Types and Values</h2>
198
+ </div>
199
+ <div class="refsect1">
200
+ <a name="gdk-pixbuf-Reference-Counting-and-Memory-Mangement.see-also"></a><h2>See Also</h2>
201
+ <p><a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>, <a class="link" href="gdk-pixbuf-Image-Data-in-Memory.html#gdk-pixbuf-new-from-data" title="gdk_pixbuf_new_from_data ()"><code class="function">gdk_pixbuf_new_from_data()</code></a>.</p>
202
+ </div>
203
+ </div>
204
+ <div class="footer">
205
+ <hr>
206
+ Generated by GTK-Doc V1.20.1</div>
207
+ </body>
208
+ </html>
@@ -0,0 +1,914 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
+ <html>
3
+ <head>
4
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
+ <title>GDK-PixBuf Reference Manual: Scaling</title>
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
+ <link rel="home" href="index.html" title="GDK-PixBuf Reference Manual">
8
+ <link rel="up" href="rn01.html" title="API Reference">
9
+ <link rel="prev" href="gdk-pixbuf-Inline-data.html" title="Inline data">
10
+ <link rel="next" href="gdk-pixbuf-gdk-pixbuf-rendering.html" title="Rendering">
11
+ <meta name="generator" content="GTK-Doc V1.20.1 (XML mode)">
12
+ <link rel="stylesheet" href="style.css" type="text/css">
13
+ </head>
14
+ <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
+ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
16
+ <td width="100%" align="left" class="shortcuts">
17
+ <a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
18
+ <a href="#gdk-pixbuf-Scaling.description" class="shortcut">Description</a></span>
19
+ </td>
20
+ <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
21
+ <td><a accesskey="u" href="rn01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
22
+ <td><a accesskey="p" href="gdk-pixbuf-Inline-data.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
23
+ <td><a accesskey="n" href="gdk-pixbuf-gdk-pixbuf-rendering.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
24
+ </tr></table>
25
+ <div class="refentry">
26
+ <a name="gdk-pixbuf-Scaling"></a><div class="titlepage"></div>
27
+ <div class="refnamediv"><table width="100%"><tr>
28
+ <td valign="top">
29
+ <h2><span class="refentrytitle"><a name="gdk-pixbuf-Scaling.top_of_page"></a>Scaling</span></h2>
30
+ <p>Scaling — Scaling pixbufs and scaling and compositing pixbufs</p>
31
+ </td>
32
+ <td class="gallery_image" valign="top" align="right"></td>
33
+ </tr></table></div>
34
+ <div class="refsect1">
35
+ <a name="gdk-pixbuf-Scaling.functions"></a><h2>Functions</h2>
36
+ <div class="informaltable"><table width="100%" border="0">
37
+ <colgroup>
38
+ <col width="150px" class="functions_return">
39
+ <col class="functions_name">
40
+ </colgroup>
41
+ <tbody>
42
+ <tr>
43
+ <td class="function_type">
44
+ <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> *
45
+ </td>
46
+ <td class="function_name">
47
+ <a class="link" href="gdk-pixbuf-Scaling.html#gdk-pixbuf-scale-simple" title="gdk_pixbuf_scale_simple ()">gdk_pixbuf_scale_simple</a> <span class="c_punctuation">()</span>
48
+ </td>
49
+ </tr>
50
+ <tr>
51
+ <td class="function_type">
52
+ <span class="returnvalue">void</span>
53
+ </td>
54
+ <td class="function_name">
55
+ <a class="link" href="gdk-pixbuf-Scaling.html#gdk-pixbuf-scale" title="gdk_pixbuf_scale ()">gdk_pixbuf_scale</a> <span class="c_punctuation">()</span>
56
+ </td>
57
+ </tr>
58
+ <tr>
59
+ <td class="function_type">
60
+ <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> *
61
+ </td>
62
+ <td class="function_name">
63
+ <a class="link" href="gdk-pixbuf-Scaling.html#gdk-pixbuf-composite-color-simple" title="gdk_pixbuf_composite_color_simple ()">gdk_pixbuf_composite_color_simple</a> <span class="c_punctuation">()</span>
64
+ </td>
65
+ </tr>
66
+ <tr>
67
+ <td class="function_type">
68
+ <span class="returnvalue">void</span>
69
+ </td>
70
+ <td class="function_name">
71
+ <a class="link" href="gdk-pixbuf-Scaling.html#gdk-pixbuf-composite" title="gdk_pixbuf_composite ()">gdk_pixbuf_composite</a> <span class="c_punctuation">()</span>
72
+ </td>
73
+ </tr>
74
+ <tr>
75
+ <td class="function_type">
76
+ <span class="returnvalue">void</span>
77
+ </td>
78
+ <td class="function_name">
79
+ <a class="link" href="gdk-pixbuf-Scaling.html#gdk-pixbuf-composite-color" title="gdk_pixbuf_composite_color ()">gdk_pixbuf_composite_color</a> <span class="c_punctuation">()</span>
80
+ </td>
81
+ </tr>
82
+ <tr>
83
+ <td class="function_type">
84
+ <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> *
85
+ </td>
86
+ <td class="function_name">
87
+ <a class="link" href="gdk-pixbuf-Scaling.html#gdk-pixbuf-rotate-simple" title="gdk_pixbuf_rotate_simple ()">gdk_pixbuf_rotate_simple</a> <span class="c_punctuation">()</span>
88
+ </td>
89
+ </tr>
90
+ <tr>
91
+ <td class="function_type">
92
+ <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> *
93
+ </td>
94
+ <td class="function_name">
95
+ <a class="link" href="gdk-pixbuf-Scaling.html#gdk-pixbuf-flip" title="gdk_pixbuf_flip ()">gdk_pixbuf_flip</a> <span class="c_punctuation">()</span>
96
+ </td>
97
+ </tr>
98
+ </tbody>
99
+ </table></div>
100
+ </div>
101
+ <div class="refsect1">
102
+ <a name="gdk-pixbuf-Scaling.other"></a><h2>Types and Values</h2>
103
+ <div class="informaltable"><table width="100%" border="0">
104
+ <colgroup>
105
+ <col width="150px" class="name">
106
+ <col class="description">
107
+ </colgroup>
108
+ <tbody>
109
+ <tr>
110
+ <td class="datatype_keyword">enum</td>
111
+ <td class="function_name"><a class="link" href="gdk-pixbuf-Scaling.html#GdkInterpType" title="enum GdkInterpType">GdkInterpType</a></td>
112
+ </tr>
113
+ <tr>
114
+ <td class="datatype_keyword">enum</td>
115
+ <td class="function_name"><a class="link" href="gdk-pixbuf-Scaling.html#GdkPixbufRotation" title="enum GdkPixbufRotation">GdkPixbufRotation</a></td>
116
+ </tr>
117
+ </tbody>
118
+ </table></div>
119
+ </div>
120
+ <div class="refsect1">
121
+ <a name="gdk-pixbuf-Scaling.includes"></a><h2>Includes</h2>
122
+ <pre class="synopsis">#include &lt;gdk-pixbuf/gdk-pixbuf.h&gt;
123
+ </pre>
124
+ </div>
125
+ <div class="refsect1">
126
+ <a name="gdk-pixbuf-Scaling.description"></a><h2>Description</h2>
127
+ <p>The GdkPixBuf contains functions to scale pixbufs, to scale
128
+ pixbufs and composite against an existing image, and to scale
129
+ pixbufs and composite against a solid color or checkerboard.
130
+ Compositing a checkerboard is a common way to show an image with
131
+ an alpha channel in image-viewing and editing software.</p>
132
+ <p>Since the full-featured functions (<a class="link" href="gdk-pixbuf-Scaling.html#gdk-pixbuf-scale" title="gdk_pixbuf_scale ()"><code class="function">gdk_pixbuf_scale()</code></a>,
133
+ <a class="link" href="gdk-pixbuf-Scaling.html#gdk-pixbuf-composite" title="gdk_pixbuf_composite ()"><code class="function">gdk_pixbuf_composite()</code></a>, and <a class="link" href="gdk-pixbuf-Scaling.html#gdk-pixbuf-composite-color" title="gdk_pixbuf_composite_color ()"><code class="function">gdk_pixbuf_composite_color()</code></a>) are
134
+ rather complex to use and have many arguments, two simple
135
+ convenience functions are provided, <a class="link" href="gdk-pixbuf-Scaling.html#gdk-pixbuf-scale-simple" title="gdk_pixbuf_scale_simple ()"><code class="function">gdk_pixbuf_scale_simple()</code></a> and
136
+ <a class="link" href="gdk-pixbuf-Scaling.html#gdk-pixbuf-composite-color-simple" title="gdk_pixbuf_composite_color_simple ()"><code class="function">gdk_pixbuf_composite_color_simple()</code></a> which create a new pixbuf of a
137
+ given size, scale an original image to fit, and then return the
138
+ new pixbuf.</p>
139
+ <p>Scaling and compositing functions take advantage of MMX hardware
140
+ acceleration on systems where MMX is supported. If gdk-pixbuf is built
141
+ with the Sun mediaLib library, these functions are instead accelerated
142
+ using mediaLib, which provides hardware acceleration on Intel, AMD,
143
+ and Sparc chipsets. If desired, mediaLib support can be turned off by
144
+ setting the <code class="literal">GDK_DISABLE_MEDIALIB</code> environment variable. </p>
145
+ <p>The following example demonstrates handling an expose event by
146
+ rendering the appropriate area of a source image (which is scaled
147
+ to fit the widget) onto the widget's window. The source image is
148
+ rendered against a checkerboard, which provides a visual
149
+ representation of the alpha channel if the image has one. If the
150
+ image doesn't have an alpha channel, calling
151
+ <a class="link" href="gdk-pixbuf-Scaling.html#gdk-pixbuf-composite-color" title="gdk_pixbuf_composite_color ()"><code class="function">gdk_pixbuf_composite_color()</code></a> function has exactly the same effect
152
+ as calling <a class="link" href="gdk-pixbuf-Scaling.html#gdk-pixbuf-scale" title="gdk_pixbuf_scale ()"><code class="function">gdk_pixbuf_scale()</code></a>.</p>
153
+ <div class="refsect3">
154
+ <a name="id-1.2.10.6.6"></a><h4>Handling an expose event</h4>
155
+ <div class="informalexample">
156
+ <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
157
+ <tbody>
158
+ <tr>
159
+ <td class="listing_lines" align="right"><pre>1
160
+ 2
161
+ 3
162
+ 4
163
+ 5
164
+ 6
165
+ 7
166
+ 8
167
+ 9
168
+ 10
169
+ 11
170
+ 12
171
+ 13
172
+ 14
173
+ 15
174
+ 16
175
+ 17
176
+ 18
177
+ 19
178
+ 20
179
+ 21
180
+ 22
181
+ 23
182
+ 24</pre></td>
183
+ <td class="listing_code"><pre class="programlisting"><span class="normal"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean">gboolean</a></span>
184
+ <span class="function">expose_cb</span><span class="normal"> </span><span class="symbol">(</span><span class="usertype">GtkWidget</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">widget</span><span class="symbol">,</span><span class="normal"> </span><span class="usertype">GdkEventExpose</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">event</span><span class="symbol">,</span><span class="normal"> </span><span class="usertype">gpointer</span><span class="normal"> data</span><span class="symbol">)</span>
185
+ <span class="cbracket">{</span>
186
+ <span class="normal"> </span><span class="usertype">GdkPixbuf</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">dest</span><span class="symbol">;</span>
187
+
188
+ <span class="normal"> dest </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="gdk-pixbuf-Image-Data-in-Memory.html#gdk-pixbuf-new">gdk_pixbuf_new</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">GDK_COLORSPACE_RGB</span><span class="symbol">,</span><span class="normal"> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS">FALSE</a></span><span class="symbol">,</span><span class="normal"> </span><span class="number">8</span><span class="symbol">,</span><span class="normal"> event</span><span class="symbol">-&gt;</span><span class="normal">area</span><span class="symbol">.</span><span class="normal">width</span><span class="symbol">,</span><span class="normal"> event</span><span class="symbol">-&gt;</span><span class="normal">area</span><span class="symbol">.</span><span class="normal">height</span><span class="symbol">);</span>
189
+
190
+ <span class="normal"> </span><span class="function"><a href="gdk-pixbuf-Scaling.html#gdk-pixbuf-composite-color">gdk_pixbuf_composite_color</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">pixbuf</span><span class="symbol">,</span><span class="normal"> dest</span><span class="symbol">,</span>
191
+ <span class="normal"> </span><span class="number">0</span><span class="symbol">,</span><span class="normal"> </span><span class="number">0</span><span class="symbol">,</span><span class="normal"> event</span><span class="symbol">-&gt;</span><span class="normal">area</span><span class="symbol">.</span><span class="normal">width</span><span class="symbol">,</span><span class="normal"> event</span><span class="symbol">-&gt;</span><span class="normal">area</span><span class="symbol">.</span><span class="normal">height</span><span class="symbol">,</span>
192
+ <span class="normal"> </span><span class="symbol">-</span><span class="normal">event</span><span class="symbol">-&gt;</span><span class="normal">area</span><span class="symbol">.</span><span class="normal">x</span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">-</span><span class="normal">event</span><span class="symbol">-&gt;</span><span class="normal">area</span><span class="symbol">.</span><span class="normal">y</span><span class="symbol">,</span>
193
+ <span class="normal"> </span><span class="symbol">(</span><span class="type">double</span><span class="symbol">)</span><span class="normal"> widget</span><span class="symbol">-&gt;</span><span class="normal">allocation</span><span class="symbol">.</span><span class="normal">width </span><span class="symbol">/</span><span class="normal"> </span><span class="function"><a href="gdk-pixbuf-The-GdkPixbuf-Structure.html#gdk-pixbuf-get-width">gdk_pixbuf_get_width</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">pixbuf</span><span class="symbol">),</span>
194
+ <span class="normal"> </span><span class="symbol">(</span><span class="type">double</span><span class="symbol">)</span><span class="normal"> widget</span><span class="symbol">-&gt;</span><span class="normal">allocation</span><span class="symbol">.</span><span class="normal">height </span><span class="symbol">/</span><span class="normal"> </span><span class="function"><a href="gdk-pixbuf-The-GdkPixbuf-Structure.html#gdk-pixbuf-get-height">gdk_pixbuf_get_height</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">pixbuf</span><span class="symbol">),</span>
195
+ <span class="normal"> GDK_INTERP_BILINEAR</span><span class="symbol">,</span><span class="normal"> </span><span class="number">255</span><span class="symbol">,</span>
196
+ <span class="normal"> event</span><span class="symbol">-&gt;</span><span class="normal">area</span><span class="symbol">.</span><span class="normal">x</span><span class="symbol">,</span><span class="normal"> event</span><span class="symbol">-&gt;</span><span class="normal">area</span><span class="symbol">.</span><span class="normal">y</span><span class="symbol">,</span><span class="normal"> </span><span class="number">16</span><span class="symbol">,</span><span class="normal"> </span><span class="number">0xaaaaaa</span><span class="symbol">,</span><span class="normal"> </span><span class="number">0x555555</span><span class="symbol">);</span>
197
+
198
+ <span class="normal"> </span><span class="function"><a href="http://library.gnome.org/devel/gdk3/gdk2-Drawing-Primitives.html#gdk-draw-pixbuf">gdk_draw_pixbuf</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">widget</span><span class="symbol">-&gt;</span><span class="normal">window</span><span class="symbol">,</span><span class="normal"> widget</span><span class="symbol">-&gt;</span><span class="normal">style</span><span class="symbol">-&gt;</span><span class="normal">fg_gc</span><span class="symbol">[</span><span class="normal">GTK_STATE_NORMAL</span><span class="symbol">],</span><span class="normal"> dest</span><span class="symbol">,</span>
199
+ <span class="normal"> </span><span class="number">0</span><span class="symbol">,</span><span class="normal"> </span><span class="number">0</span><span class="symbol">,</span><span class="normal"> event</span><span class="symbol">-&gt;</span><span class="normal">area</span><span class="symbol">.</span><span class="normal">x</span><span class="symbol">,</span><span class="normal"> event</span><span class="symbol">-&gt;</span><span class="normal">area</span><span class="symbol">.</span><span class="normal">y</span><span class="symbol">,</span>
200
+ <span class="normal"> event</span><span class="symbol">-&gt;</span><span class="normal">area</span><span class="symbol">.</span><span class="normal">width</span><span class="symbol">,</span><span class="normal"> event</span><span class="symbol">-&gt;</span><span class="normal">area</span><span class="symbol">.</span><span class="normal">height</span><span class="symbol">,</span>
201
+ <span class="normal"> GDK_RGB_DITHER_NORMAL</span><span class="symbol">,</span><span class="normal"> event</span><span class="symbol">-&gt;</span><span class="normal">area</span><span class="symbol">.</span><span class="normal">x</span><span class="symbol">,</span><span class="normal"> event</span><span class="symbol">-&gt;</span><span class="normal">area</span><span class="symbol">.</span><span class="normal">y</span><span class="symbol">);</span>
202
+ <span class="normal"> </span>
203
+ <span class="normal"> </span><span class="function"><a href="gdk-pixbuf-Reference-Counting-and-Memory-Mangement.html#gdk-pixbuf-unref">gdk_pixbuf_unref</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">dest</span><span class="symbol">);</span>
204
+ <span class="normal"> </span>
205
+ <span class="normal"> </span><span class="keyword">return</span><span class="normal"> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS">TRUE</a></span><span class="symbol">;</span>
206
+ <span class="cbracket">}</span></pre></td>
207
+ </tr>
208
+ </tbody>
209
+ </table>
210
+ </div>
211
+
212
+ <p></p>
213
+ </div>
214
+ </div>
215
+ <div class="refsect1">
216
+ <a name="gdk-pixbuf-Scaling.functions_details"></a><h2>Functions</h2>
217
+ <div class="refsect2">
218
+ <a name="gdk-pixbuf-scale-simple"></a><h3>gdk_pixbuf_scale_simple ()</h3>
219
+ <pre class="programlisting"><a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> *
220
+ gdk_pixbuf_scale_simple (<em class="parameter"><code>const <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *src</code></em>,
221
+ <em class="parameter"><code><span class="type">int</span> dest_width</code></em>,
222
+ <em class="parameter"><code><span class="type">int</span> dest_height</code></em>,
223
+ <em class="parameter"><code><a class="link" href="gdk-pixbuf-Scaling.html#GdkInterpType" title="enum GdkInterpType"><span class="type">GdkInterpType</span></a> interp_type</code></em>);</pre>
224
+ <p>Create a new <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> containing a copy of <em class="parameter"><code>src</code></em>
225
+ scaled to
226
+ <em class="parameter"><code>dest_width</code></em>
227
+ x <em class="parameter"><code>dest_height</code></em>
228
+ . Leaves <em class="parameter"><code>src</code></em>
229
+ unaffected. <em class="parameter"><code>interp_type</code></em>
230
+
231
+ should be <a class="link" href="gdk-pixbuf-Scaling.html#GDK-INTERP-NEAREST:CAPS"><span class="type">GDK_INTERP_NEAREST</span></a> if you want maximum speed (but when
232
+ scaling down <a class="link" href="gdk-pixbuf-Scaling.html#GDK-INTERP-NEAREST:CAPS"><span class="type">GDK_INTERP_NEAREST</span></a> is usually unusably ugly). The
233
+ default <em class="parameter"><code>interp_type</code></em>
234
+ should be <a class="link" href="gdk-pixbuf-Scaling.html#GDK-INTERP-BILINEAR:CAPS"><span class="type">GDK_INTERP_BILINEAR</span></a> which offers
235
+ reasonable quality and speed.</p>
236
+ <p>You can scale a sub-portion of <em class="parameter"><code>src</code></em>
237
+ by creating a sub-pixbuf
238
+ pointing into <em class="parameter"><code>src</code></em>
239
+ ; see <a class="link" href="gdk-pixbuf-Image-Data-in-Memory.html#gdk-pixbuf-new-subpixbuf" title="gdk_pixbuf_new_subpixbuf ()"><code class="function">gdk_pixbuf_new_subpixbuf()</code></a>.</p>
240
+ <p>For more complicated scaling/compositing see <a class="link" href="gdk-pixbuf-Scaling.html#gdk-pixbuf-scale" title="gdk_pixbuf_scale ()"><code class="function">gdk_pixbuf_scale()</code></a>
241
+ and <a class="link" href="gdk-pixbuf-Scaling.html#gdk-pixbuf-composite" title="gdk_pixbuf_composite ()"><code class="function">gdk_pixbuf_composite()</code></a>.</p>
242
+ <div class="refsect3">
243
+ <a name="id-1.2.10.7.2.7"></a><h4>Parameters</h4>
244
+ <div class="informaltable"><table width="100%" border="0">
245
+ <colgroup>
246
+ <col width="150px" class="parameters_name">
247
+ <col class="parameters_description">
248
+ <col width="200px" class="parameters_annotations">
249
+ </colgroup>
250
+ <tbody>
251
+ <tr>
252
+ <td class="parameter_name"><p>src</p></td>
253
+ <td class="parameter_description"><p>a <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a></p></td>
254
+ <td class="parameter_annotations"> </td>
255
+ </tr>
256
+ <tr>
257
+ <td class="parameter_name"><p>dest_width</p></td>
258
+ <td class="parameter_description"><p>the width of destination image</p></td>
259
+ <td class="parameter_annotations"> </td>
260
+ </tr>
261
+ <tr>
262
+ <td class="parameter_name"><p>dest_height</p></td>
263
+ <td class="parameter_description"><p>the height of destination image</p></td>
264
+ <td class="parameter_annotations"> </td>
265
+ </tr>
266
+ <tr>
267
+ <td class="parameter_name"><p>interp_type</p></td>
268
+ <td class="parameter_description"><p>the interpolation type for the transformation.</p></td>
269
+ <td class="parameter_annotations"> </td>
270
+ </tr>
271
+ </tbody>
272
+ </table></div>
273
+ </div>
274
+ <div class="refsect3">
275
+ <a name="id-1.2.10.7.2.8"></a><h4>Returns</h4>
276
+ <p> the new <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if not enough memory could be
277
+ allocated for it. </p>
278
+ <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
279
+ </div>
280
+ </div>
281
+ <hr>
282
+ <div class="refsect2">
283
+ <a name="gdk-pixbuf-scale"></a><h3>gdk_pixbuf_scale ()</h3>
284
+ <pre class="programlisting"><span class="returnvalue">void</span>
285
+ gdk_pixbuf_scale (<em class="parameter"><code>const <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *src</code></em>,
286
+ <em class="parameter"><code><a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *dest</code></em>,
287
+ <em class="parameter"><code><span class="type">int</span> dest_x</code></em>,
288
+ <em class="parameter"><code><span class="type">int</span> dest_y</code></em>,
289
+ <em class="parameter"><code><span class="type">int</span> dest_width</code></em>,
290
+ <em class="parameter"><code><span class="type">int</span> dest_height</code></em>,
291
+ <em class="parameter"><code><span class="type">double</span> offset_x</code></em>,
292
+ <em class="parameter"><code><span class="type">double</span> offset_y</code></em>,
293
+ <em class="parameter"><code><span class="type">double</span> scale_x</code></em>,
294
+ <em class="parameter"><code><span class="type">double</span> scale_y</code></em>,
295
+ <em class="parameter"><code><a class="link" href="gdk-pixbuf-Scaling.html#GdkInterpType" title="enum GdkInterpType"><span class="type">GdkInterpType</span></a> interp_type</code></em>);</pre>
296
+ <p>Creates a transformation of the source image <em class="parameter"><code>src</code></em>
297
+ by scaling by
298
+ <em class="parameter"><code>scale_x</code></em>
299
+ and <em class="parameter"><code>scale_y</code></em>
300
+ then translating by <em class="parameter"><code>offset_x</code></em>
301
+ and <em class="parameter"><code>offset_y</code></em>
302
+ ,
303
+ then renders the rectangle (<em class="parameter"><code>dest_x</code></em>
304
+ , <em class="parameter"><code>dest_y</code></em>
305
+ , <em class="parameter"><code>dest_width</code></em>
306
+ ,
307
+ <em class="parameter"><code>dest_height</code></em>
308
+ ) of the resulting image onto the destination image
309
+ replacing the previous contents.</p>
310
+ <p>Try to use <a class="link" href="gdk-pixbuf-Scaling.html#gdk-pixbuf-scale-simple" title="gdk_pixbuf_scale_simple ()"><code class="function">gdk_pixbuf_scale_simple()</code></a> first, this function is
311
+ the industrial-strength power tool you can fall back to if
312
+ <a class="link" href="gdk-pixbuf-Scaling.html#gdk-pixbuf-scale-simple" title="gdk_pixbuf_scale_simple ()"><code class="function">gdk_pixbuf_scale_simple()</code></a> isn't powerful enough.</p>
313
+ <p>If the source rectangle overlaps the destination rectangle on the
314
+ same pixbuf, it will be overwritten during the scaling which
315
+ results in rendering artifacts.</p>
316
+ <div class="refsect3">
317
+ <a name="id-1.2.10.7.3.7"></a><h4>Parameters</h4>
318
+ <div class="informaltable"><table width="100%" border="0">
319
+ <colgroup>
320
+ <col width="150px" class="parameters_name">
321
+ <col class="parameters_description">
322
+ <col width="200px" class="parameters_annotations">
323
+ </colgroup>
324
+ <tbody>
325
+ <tr>
326
+ <td class="parameter_name"><p>src</p></td>
327
+ <td class="parameter_description"><p>a <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a></p></td>
328
+ <td class="parameter_annotations"> </td>
329
+ </tr>
330
+ <tr>
331
+ <td class="parameter_name"><p>dest</p></td>
332
+ <td class="parameter_description"><p>the <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> into which to render the results</p></td>
333
+ <td class="parameter_annotations"> </td>
334
+ </tr>
335
+ <tr>
336
+ <td class="parameter_name"><p>dest_x</p></td>
337
+ <td class="parameter_description"><p>the left coordinate for region to render</p></td>
338
+ <td class="parameter_annotations"> </td>
339
+ </tr>
340
+ <tr>
341
+ <td class="parameter_name"><p>dest_y</p></td>
342
+ <td class="parameter_description"><p>the top coordinate for region to render</p></td>
343
+ <td class="parameter_annotations"> </td>
344
+ </tr>
345
+ <tr>
346
+ <td class="parameter_name"><p>dest_width</p></td>
347
+ <td class="parameter_description"><p>the width of the region to render</p></td>
348
+ <td class="parameter_annotations"> </td>
349
+ </tr>
350
+ <tr>
351
+ <td class="parameter_name"><p>dest_height</p></td>
352
+ <td class="parameter_description"><p>the height of the region to render</p></td>
353
+ <td class="parameter_annotations"> </td>
354
+ </tr>
355
+ <tr>
356
+ <td class="parameter_name"><p>offset_x</p></td>
357
+ <td class="parameter_description"><p>the offset in the X direction (currently rounded to an integer)</p></td>
358
+ <td class="parameter_annotations"> </td>
359
+ </tr>
360
+ <tr>
361
+ <td class="parameter_name"><p>offset_y</p></td>
362
+ <td class="parameter_description"><p>the offset in the Y direction (currently rounded to an integer)</p></td>
363
+ <td class="parameter_annotations"> </td>
364
+ </tr>
365
+ <tr>
366
+ <td class="parameter_name"><p>scale_x</p></td>
367
+ <td class="parameter_description"><p>the scale factor in the X direction</p></td>
368
+ <td class="parameter_annotations"> </td>
369
+ </tr>
370
+ <tr>
371
+ <td class="parameter_name"><p>scale_y</p></td>
372
+ <td class="parameter_description"><p>the scale factor in the Y direction</p></td>
373
+ <td class="parameter_annotations"> </td>
374
+ </tr>
375
+ <tr>
376
+ <td class="parameter_name"><p>interp_type</p></td>
377
+ <td class="parameter_description"><p>the interpolation type for the transformation.</p></td>
378
+ <td class="parameter_annotations"> </td>
379
+ </tr>
380
+ </tbody>
381
+ </table></div>
382
+ </div>
383
+ </div>
384
+ <hr>
385
+ <div class="refsect2">
386
+ <a name="gdk-pixbuf-composite-color-simple"></a><h3>gdk_pixbuf_composite_color_simple ()</h3>
387
+ <pre class="programlisting"><a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> *
388
+ gdk_pixbuf_composite_color_simple (<em class="parameter"><code>const <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *src</code></em>,
389
+ <em class="parameter"><code><span class="type">int</span> dest_width</code></em>,
390
+ <em class="parameter"><code><span class="type">int</span> dest_height</code></em>,
391
+ <em class="parameter"><code><a class="link" href="gdk-pixbuf-Scaling.html#GdkInterpType" title="enum GdkInterpType"><span class="type">GdkInterpType</span></a> interp_type</code></em>,
392
+ <em class="parameter"><code><span class="type">int</span> overall_alpha</code></em>,
393
+ <em class="parameter"><code><span class="type">int</span> check_size</code></em>,
394
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> color1</code></em>,
395
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> color2</code></em>);</pre>
396
+ <p>Creates a new <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> by scaling <em class="parameter"><code>src</code></em>
397
+ to <em class="parameter"><code>dest_width</code></em>
398
+ x
399
+ <em class="parameter"><code>dest_height</code></em>
400
+ and compositing the result with a checkboard of colors
401
+ <em class="parameter"><code>color1</code></em>
402
+ and <em class="parameter"><code>color2</code></em>
403
+ .</p>
404
+ <div class="refsect3">
405
+ <a name="id-1.2.10.7.4.5"></a><h4>Parameters</h4>
406
+ <div class="informaltable"><table width="100%" border="0">
407
+ <colgroup>
408
+ <col width="150px" class="parameters_name">
409
+ <col class="parameters_description">
410
+ <col width="200px" class="parameters_annotations">
411
+ </colgroup>
412
+ <tbody>
413
+ <tr>
414
+ <td class="parameter_name"><p>src</p></td>
415
+ <td class="parameter_description"><p>a <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a></p></td>
416
+ <td class="parameter_annotations"> </td>
417
+ </tr>
418
+ <tr>
419
+ <td class="parameter_name"><p>dest_width</p></td>
420
+ <td class="parameter_description"><p>the width of destination image</p></td>
421
+ <td class="parameter_annotations"> </td>
422
+ </tr>
423
+ <tr>
424
+ <td class="parameter_name"><p>dest_height</p></td>
425
+ <td class="parameter_description"><p>the height of destination image</p></td>
426
+ <td class="parameter_annotations"> </td>
427
+ </tr>
428
+ <tr>
429
+ <td class="parameter_name"><p>interp_type</p></td>
430
+ <td class="parameter_description"><p>the interpolation type for the transformation.</p></td>
431
+ <td class="parameter_annotations"> </td>
432
+ </tr>
433
+ <tr>
434
+ <td class="parameter_name"><p>overall_alpha</p></td>
435
+ <td class="parameter_description"><p>overall alpha for source image (0..255)</p></td>
436
+ <td class="parameter_annotations"> </td>
437
+ </tr>
438
+ <tr>
439
+ <td class="parameter_name"><p>check_size</p></td>
440
+ <td class="parameter_description"><p>the size of checks in the checkboard (must be a power of two)</p></td>
441
+ <td class="parameter_annotations"> </td>
442
+ </tr>
443
+ <tr>
444
+ <td class="parameter_name"><p>color1</p></td>
445
+ <td class="parameter_description"><p>the color of check at upper left</p></td>
446
+ <td class="parameter_annotations"> </td>
447
+ </tr>
448
+ <tr>
449
+ <td class="parameter_name"><p>color2</p></td>
450
+ <td class="parameter_description"><p>the color of the other check</p></td>
451
+ <td class="parameter_annotations"> </td>
452
+ </tr>
453
+ </tbody>
454
+ </table></div>
455
+ </div>
456
+ <div class="refsect3">
457
+ <a name="id-1.2.10.7.4.6"></a><h4>Returns</h4>
458
+ <p> the new <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if not enough memory could be
459
+ allocated for it. </p>
460
+ <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
461
+ </div>
462
+ </div>
463
+ <hr>
464
+ <div class="refsect2">
465
+ <a name="gdk-pixbuf-composite"></a><h3>gdk_pixbuf_composite ()</h3>
466
+ <pre class="programlisting"><span class="returnvalue">void</span>
467
+ gdk_pixbuf_composite (<em class="parameter"><code>const <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *src</code></em>,
468
+ <em class="parameter"><code><a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *dest</code></em>,
469
+ <em class="parameter"><code><span class="type">int</span> dest_x</code></em>,
470
+ <em class="parameter"><code><span class="type">int</span> dest_y</code></em>,
471
+ <em class="parameter"><code><span class="type">int</span> dest_width</code></em>,
472
+ <em class="parameter"><code><span class="type">int</span> dest_height</code></em>,
473
+ <em class="parameter"><code><span class="type">double</span> offset_x</code></em>,
474
+ <em class="parameter"><code><span class="type">double</span> offset_y</code></em>,
475
+ <em class="parameter"><code><span class="type">double</span> scale_x</code></em>,
476
+ <em class="parameter"><code><span class="type">double</span> scale_y</code></em>,
477
+ <em class="parameter"><code><a class="link" href="gdk-pixbuf-Scaling.html#GdkInterpType" title="enum GdkInterpType"><span class="type">GdkInterpType</span></a> interp_type</code></em>,
478
+ <em class="parameter"><code><span class="type">int</span> overall_alpha</code></em>);</pre>
479
+ <p>Creates a transformation of the source image <em class="parameter"><code>src</code></em>
480
+ by scaling by
481
+ <em class="parameter"><code>scale_x</code></em>
482
+ and <em class="parameter"><code>scale_y</code></em>
483
+ then translating by <em class="parameter"><code>offset_x</code></em>
484
+ and <em class="parameter"><code>offset_y</code></em>
485
+ .
486
+ This gives an image in the coordinates of the destination pixbuf.
487
+ The rectangle (<em class="parameter"><code>dest_x</code></em>
488
+ , <em class="parameter"><code>dest_y</code></em>
489
+ , <em class="parameter"><code>dest_width</code></em>
490
+ , <em class="parameter"><code>dest_height</code></em>
491
+ )
492
+ is then composited onto the corresponding rectangle of the
493
+ original destination image.</p>
494
+ <p>When the destination rectangle contains parts not in the source
495
+ image, the data at the edges of the source image is replicated
496
+ to infinity. </p>
497
+ <p><span class="inlinemediaobject"><img src="composite.png"></span></p>
498
+ <div class="refsect3">
499
+ <a name="id-1.2.10.7.5.7"></a><h4>Parameters</h4>
500
+ <div class="informaltable"><table width="100%" border="0">
501
+ <colgroup>
502
+ <col width="150px" class="parameters_name">
503
+ <col class="parameters_description">
504
+ <col width="200px" class="parameters_annotations">
505
+ </colgroup>
506
+ <tbody>
507
+ <tr>
508
+ <td class="parameter_name"><p>src</p></td>
509
+ <td class="parameter_description"><p>a <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a></p></td>
510
+ <td class="parameter_annotations"> </td>
511
+ </tr>
512
+ <tr>
513
+ <td class="parameter_name"><p>dest</p></td>
514
+ <td class="parameter_description"><p>the <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> into which to render the results</p></td>
515
+ <td class="parameter_annotations"> </td>
516
+ </tr>
517
+ <tr>
518
+ <td class="parameter_name"><p>dest_x</p></td>
519
+ <td class="parameter_description"><p>the left coordinate for region to render</p></td>
520
+ <td class="parameter_annotations"> </td>
521
+ </tr>
522
+ <tr>
523
+ <td class="parameter_name"><p>dest_y</p></td>
524
+ <td class="parameter_description"><p>the top coordinate for region to render</p></td>
525
+ <td class="parameter_annotations"> </td>
526
+ </tr>
527
+ <tr>
528
+ <td class="parameter_name"><p>dest_width</p></td>
529
+ <td class="parameter_description"><p>the width of the region to render</p></td>
530
+ <td class="parameter_annotations"> </td>
531
+ </tr>
532
+ <tr>
533
+ <td class="parameter_name"><p>dest_height</p></td>
534
+ <td class="parameter_description"><p>the height of the region to render</p></td>
535
+ <td class="parameter_annotations"> </td>
536
+ </tr>
537
+ <tr>
538
+ <td class="parameter_name"><p>offset_x</p></td>
539
+ <td class="parameter_description"><p>the offset in the X direction (currently rounded to an integer)</p></td>
540
+ <td class="parameter_annotations"> </td>
541
+ </tr>
542
+ <tr>
543
+ <td class="parameter_name"><p>offset_y</p></td>
544
+ <td class="parameter_description"><p>the offset in the Y direction (currently rounded to an integer)</p></td>
545
+ <td class="parameter_annotations"> </td>
546
+ </tr>
547
+ <tr>
548
+ <td class="parameter_name"><p>scale_x</p></td>
549
+ <td class="parameter_description"><p>the scale factor in the X direction</p></td>
550
+ <td class="parameter_annotations"> </td>
551
+ </tr>
552
+ <tr>
553
+ <td class="parameter_name"><p>scale_y</p></td>
554
+ <td class="parameter_description"><p>the scale factor in the Y direction</p></td>
555
+ <td class="parameter_annotations"> </td>
556
+ </tr>
557
+ <tr>
558
+ <td class="parameter_name"><p>interp_type</p></td>
559
+ <td class="parameter_description"><p>the interpolation type for the transformation.</p></td>
560
+ <td class="parameter_annotations"> </td>
561
+ </tr>
562
+ <tr>
563
+ <td class="parameter_name"><p>overall_alpha</p></td>
564
+ <td class="parameter_description"><p>overall alpha for source image (0..255)</p></td>
565
+ <td class="parameter_annotations"> </td>
566
+ </tr>
567
+ </tbody>
568
+ </table></div>
569
+ </div>
570
+ </div>
571
+ <hr>
572
+ <div class="refsect2">
573
+ <a name="gdk-pixbuf-composite-color"></a><h3>gdk_pixbuf_composite_color ()</h3>
574
+ <pre class="programlisting"><span class="returnvalue">void</span>
575
+ gdk_pixbuf_composite_color (<em class="parameter"><code>const <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *src</code></em>,
576
+ <em class="parameter"><code><a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *dest</code></em>,
577
+ <em class="parameter"><code><span class="type">int</span> dest_x</code></em>,
578
+ <em class="parameter"><code><span class="type">int</span> dest_y</code></em>,
579
+ <em class="parameter"><code><span class="type">int</span> dest_width</code></em>,
580
+ <em class="parameter"><code><span class="type">int</span> dest_height</code></em>,
581
+ <em class="parameter"><code><span class="type">double</span> offset_x</code></em>,
582
+ <em class="parameter"><code><span class="type">double</span> offset_y</code></em>,
583
+ <em class="parameter"><code><span class="type">double</span> scale_x</code></em>,
584
+ <em class="parameter"><code><span class="type">double</span> scale_y</code></em>,
585
+ <em class="parameter"><code><a class="link" href="gdk-pixbuf-Scaling.html#GdkInterpType" title="enum GdkInterpType"><span class="type">GdkInterpType</span></a> interp_type</code></em>,
586
+ <em class="parameter"><code><span class="type">int</span> overall_alpha</code></em>,
587
+ <em class="parameter"><code><span class="type">int</span> check_x</code></em>,
588
+ <em class="parameter"><code><span class="type">int</span> check_y</code></em>,
589
+ <em class="parameter"><code><span class="type">int</span> check_size</code></em>,
590
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> color1</code></em>,
591
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> color2</code></em>);</pre>
592
+ <p>Creates a transformation of the source image <em class="parameter"><code>src</code></em>
593
+ by scaling by
594
+ <em class="parameter"><code>scale_x</code></em>
595
+ and <em class="parameter"><code>scale_y</code></em>
596
+ then translating by <em class="parameter"><code>offset_x</code></em>
597
+ and <em class="parameter"><code>offset_y</code></em>
598
+ ,
599
+ then composites the rectangle (<em class="parameter"><code>dest_x</code></em>
600
+ ,<em class="parameter"><code>dest_y</code></em>
601
+ , <em class="parameter"><code>dest_width</code></em>
602
+ ,
603
+ <em class="parameter"><code>dest_height</code></em>
604
+ ) of the resulting image with a checkboard of the
605
+ colors <em class="parameter"><code>color1</code></em>
606
+ and <em class="parameter"><code>color2</code></em>
607
+ and renders it onto the destination
608
+ image.</p>
609
+ <p>See <a class="link" href="gdk-pixbuf-Scaling.html#gdk-pixbuf-composite-color-simple" title="gdk_pixbuf_composite_color_simple ()"><code class="function">gdk_pixbuf_composite_color_simple()</code></a> for a simpler variant of this
610
+ function suitable for many tasks.</p>
611
+ <div class="refsect3">
612
+ <a name="id-1.2.10.7.6.6"></a><h4>Parameters</h4>
613
+ <div class="informaltable"><table width="100%" border="0">
614
+ <colgroup>
615
+ <col width="150px" class="parameters_name">
616
+ <col class="parameters_description">
617
+ <col width="200px" class="parameters_annotations">
618
+ </colgroup>
619
+ <tbody>
620
+ <tr>
621
+ <td class="parameter_name"><p>src</p></td>
622
+ <td class="parameter_description"><p>a <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a></p></td>
623
+ <td class="parameter_annotations"> </td>
624
+ </tr>
625
+ <tr>
626
+ <td class="parameter_name"><p>dest</p></td>
627
+ <td class="parameter_description"><p>the <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> into which to render the results</p></td>
628
+ <td class="parameter_annotations"> </td>
629
+ </tr>
630
+ <tr>
631
+ <td class="parameter_name"><p>dest_x</p></td>
632
+ <td class="parameter_description"><p>the left coordinate for region to render</p></td>
633
+ <td class="parameter_annotations"> </td>
634
+ </tr>
635
+ <tr>
636
+ <td class="parameter_name"><p>dest_y</p></td>
637
+ <td class="parameter_description"><p>the top coordinate for region to render</p></td>
638
+ <td class="parameter_annotations"> </td>
639
+ </tr>
640
+ <tr>
641
+ <td class="parameter_name"><p>dest_width</p></td>
642
+ <td class="parameter_description"><p>the width of the region to render</p></td>
643
+ <td class="parameter_annotations"> </td>
644
+ </tr>
645
+ <tr>
646
+ <td class="parameter_name"><p>dest_height</p></td>
647
+ <td class="parameter_description"><p>the height of the region to render</p></td>
648
+ <td class="parameter_annotations"> </td>
649
+ </tr>
650
+ <tr>
651
+ <td class="parameter_name"><p>offset_x</p></td>
652
+ <td class="parameter_description"><p>the offset in the X direction (currently rounded to an integer)</p></td>
653
+ <td class="parameter_annotations"> </td>
654
+ </tr>
655
+ <tr>
656
+ <td class="parameter_name"><p>offset_y</p></td>
657
+ <td class="parameter_description"><p>the offset in the Y direction (currently rounded to an integer)</p></td>
658
+ <td class="parameter_annotations"> </td>
659
+ </tr>
660
+ <tr>
661
+ <td class="parameter_name"><p>scale_x</p></td>
662
+ <td class="parameter_description"><p>the scale factor in the X direction</p></td>
663
+ <td class="parameter_annotations"> </td>
664
+ </tr>
665
+ <tr>
666
+ <td class="parameter_name"><p>scale_y</p></td>
667
+ <td class="parameter_description"><p>the scale factor in the Y direction</p></td>
668
+ <td class="parameter_annotations"> </td>
669
+ </tr>
670
+ <tr>
671
+ <td class="parameter_name"><p>interp_type</p></td>
672
+ <td class="parameter_description"><p>the interpolation type for the transformation.</p></td>
673
+ <td class="parameter_annotations"> </td>
674
+ </tr>
675
+ <tr>
676
+ <td class="parameter_name"><p>overall_alpha</p></td>
677
+ <td class="parameter_description"><p>overall alpha for source image (0..255)</p></td>
678
+ <td class="parameter_annotations"> </td>
679
+ </tr>
680
+ <tr>
681
+ <td class="parameter_name"><p>check_x</p></td>
682
+ <td class="parameter_description"><p>the X offset for the checkboard (origin of checkboard is at -<em class="parameter"><code>check_x</code></em>
683
+ , -<em class="parameter"><code>check_y</code></em>
684
+ )</p></td>
685
+ <td class="parameter_annotations"> </td>
686
+ </tr>
687
+ <tr>
688
+ <td class="parameter_name"><p>check_y</p></td>
689
+ <td class="parameter_description"><p>the Y offset for the checkboard </p></td>
690
+ <td class="parameter_annotations"> </td>
691
+ </tr>
692
+ <tr>
693
+ <td class="parameter_name"><p>check_size</p></td>
694
+ <td class="parameter_description"><p>the size of checks in the checkboard (must be a power of two)</p></td>
695
+ <td class="parameter_annotations"> </td>
696
+ </tr>
697
+ <tr>
698
+ <td class="parameter_name"><p>color1</p></td>
699
+ <td class="parameter_description"><p>the color of check at upper left</p></td>
700
+ <td class="parameter_annotations"> </td>
701
+ </tr>
702
+ <tr>
703
+ <td class="parameter_name"><p>color2</p></td>
704
+ <td class="parameter_description"><p>the color of the other check</p></td>
705
+ <td class="parameter_annotations"> </td>
706
+ </tr>
707
+ </tbody>
708
+ </table></div>
709
+ </div>
710
+ </div>
711
+ <hr>
712
+ <div class="refsect2">
713
+ <a name="gdk-pixbuf-rotate-simple"></a><h3>gdk_pixbuf_rotate_simple ()</h3>
714
+ <pre class="programlisting"><a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> *
715
+ gdk_pixbuf_rotate_simple (<em class="parameter"><code>const <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *src</code></em>,
716
+ <em class="parameter"><code><a class="link" href="gdk-pixbuf-Scaling.html#GdkPixbufRotation" title="enum GdkPixbufRotation"><span class="type">GdkPixbufRotation</span></a> angle</code></em>);</pre>
717
+ <p>Rotates a pixbuf by a multiple of 90 degrees, and returns the
718
+ result in a new pixbuf.</p>
719
+ <div class="refsect3">
720
+ <a name="id-1.2.10.7.7.5"></a><h4>Parameters</h4>
721
+ <div class="informaltable"><table width="100%" border="0">
722
+ <colgroup>
723
+ <col width="150px" class="parameters_name">
724
+ <col class="parameters_description">
725
+ <col width="200px" class="parameters_annotations">
726
+ </colgroup>
727
+ <tbody>
728
+ <tr>
729
+ <td class="parameter_name"><p>src</p></td>
730
+ <td class="parameter_description"><p>a <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a></p></td>
731
+ <td class="parameter_annotations"> </td>
732
+ </tr>
733
+ <tr>
734
+ <td class="parameter_name"><p>angle</p></td>
735
+ <td class="parameter_description"><p>the angle to rotate by</p></td>
736
+ <td class="parameter_annotations"> </td>
737
+ </tr>
738
+ </tbody>
739
+ </table></div>
740
+ </div>
741
+ <div class="refsect3">
742
+ <a name="id-1.2.10.7.7.6"></a><h4>Returns</h4>
743
+ <p> the new <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
744
+ if not enough memory could be allocated for it. </p>
745
+ <p><span class="annotation">[nullable][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
746
+ </div>
747
+ <p class="since">Since 2.6</p>
748
+ </div>
749
+ <hr>
750
+ <div class="refsect2">
751
+ <a name="gdk-pixbuf-flip"></a><h3>gdk_pixbuf_flip ()</h3>
752
+ <pre class="programlisting"><a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> *
753
+ gdk_pixbuf_flip (<em class="parameter"><code>const <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *src</code></em>,
754
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> horizontal</code></em>);</pre>
755
+ <p>Flips a pixbuf horizontally or vertically and returns the
756
+ result in a new pixbuf.</p>
757
+ <div class="refsect3">
758
+ <a name="id-1.2.10.7.8.5"></a><h4>Parameters</h4>
759
+ <div class="informaltable"><table width="100%" border="0">
760
+ <colgroup>
761
+ <col width="150px" class="parameters_name">
762
+ <col class="parameters_description">
763
+ <col width="200px" class="parameters_annotations">
764
+ </colgroup>
765
+ <tbody>
766
+ <tr>
767
+ <td class="parameter_name"><p>src</p></td>
768
+ <td class="parameter_description"><p>a <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a></p></td>
769
+ <td class="parameter_annotations"> </td>
770
+ </tr>
771
+ <tr>
772
+ <td class="parameter_name"><p>horizontal</p></td>
773
+ <td class="parameter_description"><p><a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to flip horizontally, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> to flip vertically</p></td>
774
+ <td class="parameter_annotations"> </td>
775
+ </tr>
776
+ </tbody>
777
+ </table></div>
778
+ </div>
779
+ <div class="refsect3">
780
+ <a name="id-1.2.10.7.8.6"></a><h4>Returns</h4>
781
+ <p> the new <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
782
+ if not enough memory could be allocated for it. </p>
783
+ <p><span class="annotation">[nullable][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
784
+ </div>
785
+ <p class="since">Since 2.6</p>
786
+ </div>
787
+ </div>
788
+ <div class="refsect1">
789
+ <a name="gdk-pixbuf-Scaling.other_details"></a><h2>Types and Values</h2>
790
+ <div class="refsect2">
791
+ <a name="GdkInterpType"></a><h3>enum GdkInterpType</h3>
792
+ <p>This enumeration describes the different interpolation modes that
793
+ can be used with the scaling functions. <em class="parameter"><code>GDK_INTERP_NEAREST</code></em>
794
+ is
795
+ the fastest scaling method, but has horrible quality when
796
+ scaling down. <em class="parameter"><code>GDK_INTERP_BILINEAR</code></em>
797
+ is the best choice if you
798
+ aren't sure what to choose, it has a good speed/quality balance.</p>
799
+ <p> &lt;note&gt;
800
+ Cubic filtering is missing from the list; hyperbolic
801
+ interpolation is just as fast and results in higher quality.
802
+ &lt;/note&gt;</p>
803
+ <div class="refsect3">
804
+ <a name="id-1.2.10.8.2.5"></a><h4>Members</h4>
805
+ <div class="informaltable"><table width="100%" border="0">
806
+ <colgroup>
807
+ <col width="300px" class="enum_members_name">
808
+ <col class="enum_members_description">
809
+ <col width="200px" class="enum_members_annotations">
810
+ </colgroup>
811
+ <tbody>
812
+ <tr>
813
+ <td class="enum_member_name"><p><a name="GDK-INTERP-NEAREST:CAPS"></a>GDK_INTERP_NEAREST</p></td>
814
+ <td class="enum_member_description">
815
+ <p>Nearest neighbor sampling; this is the fastest
816
+ and lowest quality mode. Quality is normally unacceptable when scaling
817
+ down, but may be OK when scaling up.</p>
818
+ </td>
819
+ <td class="enum_member_annotations"> </td>
820
+ </tr>
821
+ <tr>
822
+ <td class="enum_member_name"><p><a name="GDK-INTERP-TILES:CAPS"></a>GDK_INTERP_TILES</p></td>
823
+ <td class="enum_member_description">
824
+ <p>This is an accurate simulation of the PostScript
825
+ image operator without any interpolation enabled. Each pixel is
826
+ rendered as a tiny parallelogram of solid color, the edges of which
827
+ are implemented with antialiasing. It resembles nearest neighbor for
828
+ enlargement, and bilinear for reduction.</p>
829
+ </td>
830
+ <td class="enum_member_annotations"> </td>
831
+ </tr>
832
+ <tr>
833
+ <td class="enum_member_name"><p><a name="GDK-INTERP-BILINEAR:CAPS"></a>GDK_INTERP_BILINEAR</p></td>
834
+ <td class="enum_member_description">
835
+ <p>Best quality/speed balance; use this mode by
836
+ default. Bilinear interpolation. For enlargement, it is
837
+ equivalent to point-sampling the ideal bilinear-interpolated image.
838
+ For reduction, it is equivalent to laying down small tiles and
839
+ integrating over the coverage area.</p>
840
+ </td>
841
+ <td class="enum_member_annotations"> </td>
842
+ </tr>
843
+ <tr>
844
+ <td class="enum_member_name"><p><a name="GDK-INTERP-HYPER:CAPS"></a>GDK_INTERP_HYPER</p></td>
845
+ <td class="enum_member_description">
846
+ <p>This is the slowest and highest quality
847
+ reconstruction function. It is derived from the hyperbolic filters in
848
+ Wolberg's "Digital Image Warping", and is formally defined as the
849
+ hyperbolic-filter sampling the ideal hyperbolic-filter interpolated
850
+ image (the filter is designed to be idempotent for 1:1 pixel mapping).</p>
851
+ </td>
852
+ <td class="enum_member_annotations"> </td>
853
+ </tr>
854
+ </tbody>
855
+ </table></div>
856
+ </div>
857
+ </div>
858
+ <hr>
859
+ <div class="refsect2">
860
+ <a name="GdkPixbufRotation"></a><h3>enum GdkPixbufRotation</h3>
861
+ <p>The possible rotations which can be passed to <a class="link" href="gdk-pixbuf-Scaling.html#gdk-pixbuf-rotate-simple" title="gdk_pixbuf_rotate_simple ()"><code class="function">gdk_pixbuf_rotate_simple()</code></a>.
862
+ To make them easier to use, their numerical values are the actual degrees.</p>
863
+ <div class="refsect3">
864
+ <a name="id-1.2.10.8.3.4"></a><h4>Members</h4>
865
+ <div class="informaltable"><table width="100%" border="0">
866
+ <colgroup>
867
+ <col width="300px" class="enum_members_name">
868
+ <col class="enum_members_description">
869
+ <col width="200px" class="enum_members_annotations">
870
+ </colgroup>
871
+ <tbody>
872
+ <tr>
873
+ <td class="enum_member_name"><p><a name="GDK-PIXBUF-ROTATE-NONE:CAPS"></a>GDK_PIXBUF_ROTATE_NONE</p></td>
874
+ <td class="enum_member_description">
875
+ <p>No rotation.</p>
876
+ </td>
877
+ <td class="enum_member_annotations"> </td>
878
+ </tr>
879
+ <tr>
880
+ <td class="enum_member_name"><p><a name="GDK-PIXBUF-ROTATE-COUNTERCLOCKWISE:CAPS"></a>GDK_PIXBUF_ROTATE_COUNTERCLOCKWISE</p></td>
881
+ <td class="enum_member_description">
882
+ <p>Rotate by 90 degrees.</p>
883
+ </td>
884
+ <td class="enum_member_annotations"> </td>
885
+ </tr>
886
+ <tr>
887
+ <td class="enum_member_name"><p><a name="GDK-PIXBUF-ROTATE-UPSIDEDOWN:CAPS"></a>GDK_PIXBUF_ROTATE_UPSIDEDOWN</p></td>
888
+ <td class="enum_member_description">
889
+ <p>Rotate by 180 degrees.</p>
890
+ </td>
891
+ <td class="enum_member_annotations"> </td>
892
+ </tr>
893
+ <tr>
894
+ <td class="enum_member_name"><p><a name="GDK-PIXBUF-ROTATE-CLOCKWISE:CAPS"></a>GDK_PIXBUF_ROTATE_CLOCKWISE</p></td>
895
+ <td class="enum_member_description">
896
+ <p>Rotate by 270 degrees.</p>
897
+ </td>
898
+ <td class="enum_member_annotations"> </td>
899
+ </tr>
900
+ </tbody>
901
+ </table></div>
902
+ </div>
903
+ </div>
904
+ </div>
905
+ <div class="refsect1">
906
+ <a name="gdk-pixbuf-Scaling.see-also"></a><h2>See Also</h2>
907
+ <p>&lt;link linkend="gdk-GdkRGB"&gt;GdkRGB&lt;/link&gt;.</p>
908
+ </div>
909
+ </div>
910
+ <div class="footer">
911
+ <hr>
912
+ Generated by GTK-Doc V1.20.1</div>
913
+ </body>
914
+ </html>