summaryrefslogtreecommitdiff
path: root/docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf-unused.sgml
blob: 41b1751d2e93d6e0513144040a676fa1325f1271 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
<!-- ##### FUNCTION gdk_pixbuf_get_rowstride ##### -->
<para>

</para>

@pixbuf: 
@Returns: <!--
Local variables:
mode: sgml
sgml-parent-document: ("../gdk-pixbuf.sgml" "book" "refsect2" "")
End:
-->

<!-- ##### ARG GnomeCanvasPixbuf:width_in_pixels ##### -->
  <para>
    If this argument is %TRUE, then the width of the pixbuf will be
    considered to be in pixels, that is, it will not be visually
    scaled even if the item's affine transformation changes.  If this
    is %FALSE, then the width of the pixbuf will be considered to be
    in canvas units, and so will be scaled normally by affine
    transformations.  The default is %FALSE.
  </para>


<!-- ##### SECTION ./tmpl/xlib-rgb.sgml:See_Also ##### -->
  <para>
    GdkRGB
  </para>


<!-- ##### FUNCTION gdk_pixbuf_load_module ##### -->
<para>

</para>

@image_module: 
@error: 
@Returns: 

<!-- ##### SECTION ./tmpl/gnome-canvas-pixbuf.sgml:See_Also ##### -->
  <para>
    #GnomeCanvas, #GdkPixbuf
  </para>


<!-- ##### SECTION ./tmpl/gdk-pixbuf-io.sgml:Short_Description ##### -->



<!-- ##### ENUM GdkPixbufError ##### -->
<para>

</para>

@GDK_PIXBUF_ERROR_CORRUPT_IMAGE: 
@GDK_PIXBUF_ERROR_INSUFFICIENT_MEMORY: 
@GDK_PIXBUF_ERROR_BAD_OPTION_VALUE: 
@GDK_PIXBUF_ERROR_UNKNOWN_TYPE: 
@GDK_PIXBUF_ERROR_UNSUPPORTED_OPERATION: 
@GDK_PIXBUF_ERROR_FAILED: 

<!-- ##### SECTION ./tmpl/gnome-canvas-pixbuf.sgml:Short_Description ##### -->
Canvas item to display #GdkPixbuf images.


<!-- ##### SECTION ./tmpl/xlib-rendering.sgml:Long_Description ##### -->
  <para>
    The &gdk-pixbuf; Xlib library provides several convenience
    functions to render pixbufs to X drawables.  It uses XlibRGB to
    render the image data.
  </para>

  <para>
    These functions are analogous to those for the Gdk version of
    &gdk-pixbuf;.
  </para>


<!-- ##### FUNCTION gdk_pixbuf_render_threshold_alpha ##### -->
<para>

</para>

@pixbuf: 
@bitmap: 
@src_x: 
@src_y: 
@dest_x: 
@dest_y: 
@width: 
@height: 
@alpha_threshold: 

<!-- ##### SECTION ./tmpl/rendering.sgml:Long_Description ##### -->
  <para>
    The &gdk-pixbuf; library provides several convenience functions to
    render pixbufs to GDK drawables.  It uses the GdkRGB to render the
    image data.
  </para>

  <para>
    At this point there is not a standard alpha channel extension for
    the X Window System, so it is not possible to use full opacity
    information when painting images to arbitrary drawables.  The
    &gdk-pixbuf; convenience functions will threshold the opacity
    information to create a bi-level clipping mask (black and white),
    and use that to draw the image onto a drawable.
  </para>

  <important>
    <para>
      Since these functions use GdkRGB for rendering, you must
      initialize GdkRGB before using any of them.  You can do this by
      calling gdk_rgb_init() near the beginning of your program.
    </para>
  </important>


<!-- ##### SECTION ./tmpl/xlib-init.sgml:Title ##### -->
&gdk-pixbuf; Xlib initialization


<!-- ##### FUNCTION gdk_pixbuf_saturate_and_pixelate ##### -->
<para>

</para>

@src: 
@dest: 
@saturation: 
@pixelate: 

<!-- ##### FUNCTION gdk_pixbuf_get_height ##### -->
<para>

</para>

@pixbuf: 
@Returns: 

<!-- ##### FUNCTION gdk_pixbuf_get_bits_per_sample ##### -->
<para>

</para>

@pixbuf: 
@Returns: 

<!-- ##### MACRO GDK_PIXBUF_MAJOR ##### -->
<para>

</para>


<!-- ##### ARG GnomeCanvasPixbuf:height_in_pixels ##### -->
  <para>
    Works in the same way as the <link
    linkend="GnomeCanvasPixbuf--width-in-pixels">width_in_pixels</link>
    argument.  The default is %FALSE.
  </para>


<!-- ##### FUNCTION gdk_pixbuf_animation_get_frames ##### -->
<para>

</para>

@animation: 
@Returns: 

<!-- ##### FUNCTION gdk_pixbuf_animation_get_width ##### -->
<para>

</para>

@animation: 
@Returns: 

<!-- ##### SECTION ./tmpl/xlib-from-drawables.sgml:See_Also ##### -->
<para>

</para>


<!-- ##### SECTION ./tmpl/rendering.sgml:Title ##### -->
Rendering


<!-- ##### MACRO GDK_PIXBUF_MINOR ##### -->
<para>

</para>


<!-- ##### SECTION ./tmpl/xlib-from-drawables.sgml:Short_Description ##### -->
Getting parts of an X drawable's image data into a pixbuf.


<!-- ##### STRUCT GdkPixbufModule ##### -->
<para>

</para>

@module_name: 
@format_check: 
@module: 
@load: 
@load_xpm_data: 
@begin_load: 
@stop_load: 
@load_increment: 
@load_animation: 
@save: 

<!-- ##### FUNCTION gdk_pixbuf_get_colorspace ##### -->
<para>

</para>

@pixbuf: 
@Returns: 

<!-- ##### FUNCTION gdk_pixbuf_animation_get_num_frames ##### -->
<para>

</para>

@animation: 
@Returns: 

<!-- ##### SECTION ./tmpl/from-drawables.sgml:Short_Description ##### -->
Getting parts of a drawable's image data into a pixbuf.


<!-- ##### FUNCTION gdk_pixbuf_render_pixmap_and_mask ##### -->
<para>

</para>

@pixbuf: 
@pixmap_return: 
@mask_return: 
@alpha_threshold: <!--
Local variables:
mode: sgml
sgml-parent-document: ("../gdk-pixbuf.sgml" "book" "refsect2" "")
End:
-->

<!-- ##### FUNCTION gdk_pixbuf_composite_color ##### -->
<para>

</para>

@src: 
@dest: 
@dest_x: 
@dest_y: 
@dest_width: 
@dest_height: 
@offset_x: 
@offset_y: 
@scale_x: 
@scale_y: 
@interp_type: 
@overall_alpha: 
@check_x: 
@check_y: 
@check_size: 
@color1: 
@color2: 

<!-- ##### FUNCTION gdk_pixbuf_new_from_data ##### -->
<para>

</para>

@data: 
@colorspace: 
@has_alpha: 
@bits_per_sample: 
@width: 
@height: 
@rowstride: 
@destroy_fn: 
@destroy_fn_data: 
@Returns: 

<!-- ##### FUNCTION gdk_pixbuf_animation_new_from_file ##### -->
<para>

</para>

@filename: 
@error: 
@Returns: 

<!-- ##### ARG GnomeCanvasPixbuf:y_in_pixels ##### -->
  <para>
    Works in the same way as the <link
    linkend="GnomeCanvasPixbuf--x-in-pixels">x_in_pixels</link>
    argument, but controls whether the <link
    linkend="GnomeCanvasPixbuf--y">y</link> translation offset is
    scaled or not.  The default is %FALSE.
  </para>

<!--
Local variables:
mode: sgml
sgml-parent-document: ("../gdk-pixbuf.sgml" "book" "refsect2" "")
End:
-->


<!-- ##### STRUCT GdkPixbufAnimation ##### -->
  <para>
    This structure describes an animation, which is represented as a
    list of #GdkPixbufFrame structures.
  </para>


<!-- ##### SECTION ./tmpl/xlib-init.sgml:Short_Description ##### -->
Initializing the &gdk-pixbuf; Xlib library.


<!-- ##### FUNCTION gdk_pixbuf_frame_get_delay_time ##### -->
<para>

</para>

@frame: 
@Returns: 

<!-- ##### ENUM GdkInterpType ##### -->
  <para>
    This enumeration describes the different interpolation modes that
    can be used with the scaling functions.

    <note>
      <para>
	Cubic filtering is missing from the list; hyperbolic
	interpolation is just as fast and results in higher quality.
      </para>
    </note>
  </para>

@GDK_INTERP_NEAREST: Nearest neighbor sampling; this is the fastest
and lowest quality mode.
@GDK_INTERP_TILES: This is an accurate simulation of the PostScript
image operator without any interpolation enabled.  Each pixel is
rendered as a tiny parallelogram of solid color, the edges of which
are implemented with antialiasing.  It resembles nearest neighbor for
enlargement, and bilinear for reduction.
@GDK_INTERP_BILINEAR: Bilinear interpolation.  For enlargement, it is
equivalent to point-sampling the ideal bilinear-interpolated image.
For reduction, it is equivalent to laying down small tiles and
integrating over the coverage area.
@GDK_INTERP_HYPER: This is the slowest and highest quality
reconstruction function.  It is derived from the hyperbolic filters in
Wolberg's "Digital Image Warping", and is formally defined as the
hyperbolic-filter sampling the ideal hyperbolic-filter interpolated
image (the filter is designed to be idempotent for 1:1 pixel mapping).

<!-- ##### FUNCTION gdk_pixbuf_render_to_drawable_alpha ##### -->
<para>

</para>

@pixbuf: 
@drawable: 
@src_x: 
@src_y: 
@dest_x: 
@dest_y: 
@width: 
@height: 
@alpha_mode: 
@alpha_threshold: 
@dither: 
@x_dither: 
@y_dither: 

<!-- ##### ENUM GdkPixbufFrameAction ##### -->
  <para>
    Each animation frame can have several things happen to it when the
    next frame is displayed.  The #GdkPixbufFrameAction determines
    this.  These are essentially the overlay modes supported by GIF
    animations.
  </para>

@GDK_PIXBUF_FRAME_RETAIN: The previous image should remain displayed,
and will potentially be occluded by the new frame.
@GDK_PIXBUF_FRAME_DISPOSE: The animation will be reverted to the state
before the frame was shown.
@GDK_PIXBUF_FRAME_REVERT: The animation will be reverted to the first
frame.

<!-- ##### SECTION ./tmpl/xlib-rgb.sgml:Long_Description ##### -->
  <para>
    The XlibRGB set of functions is a port of the GdkRGB library to
    use plain Xlib and X drawables.  You can use these functions to
    render RGB buffers into drawables very quickly with high-quality
    dithering.
  </para>


<!-- ##### SECTION ./tmpl/gnome-canvas-pixbuf.sgml:Long_Description ##### -->
  <para>
    This canvas item displays #GdkPixbuf images.  It handles full
    affine transformations in both GDK and antialiased modes, and also
    supports the <ulink url="http://www.w3.org">W3C</ulink>'s <ulink
    url="http://www.w3.org/Graphics/SVG/">SVG</ulink>-like scaling and
    translation semantics for absolute pixel values.
  </para>

  <para>
    #GdkPixbuf structures may be shared among different pixbuf canvas
    items; the pixbuf item uses #GdkPixbuf's reference counting
    functions for this.
  </para>

  <refsect2>
    <title>Custom Scaling and Translation</title>

    <para>
      In addition to the normal affine transformations supported by
      canvas items, the #GnomeCanvasPixbuf item supports independent
      object arguments for scaling and translation.  This is useful
      for explicitly setting a size to which the pixbuf's image will
      be scaled, and for specifying translation offsets that take
      place in the item's local coordinate system.
    </para>

    <para>
      By default, the pixbuf canvas item will attain the size in units
      of the #GdkPixbuf it contains.  If a #GnomeCanvasPixbuf is
      configured to use a #GdkPixbuf that has a size of 300 by 200
      pixels, then the pixbuf item will automatically obtain a size of
      300 by 200 units in the item's local coordinate system.  If the
      item is transformed with a scaling transformation of (0.5, 2.0),
      then the final image size will be of 150 by 400 pixels.
    </para>

    <para>
      To set custom width and height values, you must set the <link
      linkend="GnomeCanvasPixbuf--width-set">width_set</link> or <link
      linkend="GnomeCanvasPixbuf--height-set">height_set</link>
      arguments to %TRUE, and then set the <link
      linkend="GnomeCanvasPixbuf--width">width</link> or <link
      linkend="GnomeCanvasPixbuf--height">height</link> arguments to
      the desired values.  The former two arguments control whether
      the latter two are used when computing the final image's size;
      they are both %FALSE by default so that the pixbuf item will
      attain a size in units equal to the size in pixels of the
      #GdkPixbuf that the item contains.
    </para>

    <para>
      The custom translation offsets are controlled by the <link
      linkend="GnomeCanvasPixbuf--x">x</link> and <link
      linkend="GnomeCanvasPixbuf--y">y</link> arguments.  The logical
      upper-left vertex of the image will be translated by the
      specified distance, aligned with the item's local coordinate
      system.
    </para>
  </refsect2>

  <refsect2>
    <title>Absolute Pixel Scaling and Translation</title>

    <para>
      The <ulink url="http://www.w3.org/Graphics/SVG/">Scalable Vector
      Graphics</ulink> specification (SVG) of the <ulink
      url="http://www.w3.org">World Wide Web Consortium</ulink> also
      allows images to be translated and scaled by absolute pixel
      values that are independent of an item's normal affine
      transformation.
    </para>

    <para>
      Normally, the pixbuf item's translation and scaling arguments
      are interpreted in units, so they will be modified by the item's
      affine transformation.  The <link
      linkend="GnomeCanvasPixbuf--width-in-pixels">width_in_pixels</link>,
      <link
      linkend="GnomeCanvasPixbuf--height-in-pixels">height_in_pixels</link>,
      <link
      linkend="GnomeCanvasPixbuf--x-in-pixels">x_in_pixels</link>, and
      <link
      linkend="GnomeCanvasPixbuf--y-in-pixels">y_in_pixels</link>
      object arguments can be used to modify this behavior.  If one of
      these arguments is %TRUE, then the corresponding scaling or
      translation value will not be affected lengthwise by the pixbuf
      item's affine transformation.
    </para>

    <para>
      For example, consider a pixbuf item whose size is (300, 200).
      If the item is modified with a scaling transformation of (0.5,
      2.0) but the <link
      linkend="GnomeCanvasPixbuf--width-in-pixels">width_in_pixels</link>
      is set to %TRUE, then the item will appear to be (300, 400)
      pixels in size.  This means that in this case the item's affine
      transformation only applies to the height value, while the width
      value is kept in absolute pixels.
    </para>

    <para>
      Likewise, consider a pixbuf item whose (<link
      linkend="GnomeCanvasPixbuf--x">x</link>, <link
      linkend="GnomeCanvasPixbuf--y">y</link>) arguments are set to
      (30, 40).  If the item is then modified by the same scaling
      transformation of (0.5, 2.0) but the <link
      linkend="GnomeCanvasPixbuf--y-in-pixels">y_in_pixels</link>
      argument is set to %TRUE, then the image's upper-left corner
      will appear to be at position (15, 40).  In this case, the
      affine transformation is applied only to the x offset, while the
      y offset is kept in absolute pixels.
    </para>

    <para>
      In short, these arguments control whether a particular dimension
      of a pixbuf item is scaled or not in the normal way by the
      item's affine transformation.
    </para>
  </refsect2>

  <refsect2>
    <title>Resource Management</title>

    <para>
      When you set the #GdkPixbuf structure that a #GnomeCanvasPixbuf
      item will use by setting the <link
      linkend="GnomeCanvasPixbuf--pixbuf">pixbuf</link> argument, a
      reference count will be added to that #GdkPixbuf structure.
      When the pixbuf item no longer needs the #GdkPixbuf structure,
      such as when the item is destroyed or when a new pixbuf
      structure is passed to it, then the old #GdkPixbuf structure
      will be automatically unreferenced.
    </para>

    <para>
      This means that if an application just needs to load a pixbuf
      image and set it into a pixbuf canvas item, it can do the
      following to &lsquo;forget&rsquo; about the pixbuf structure:

      <programlisting>
	GdkPixbuf *pixbuf;
	GnomeCanvasItem *item;

	pixbuf = gdk_pixbuf_new_from_file ("foo.png");
	g_assert (pixbuf != NULL);

	item = gnome_canvas_item_new (gnome_canvas_root (my_canvas),
				      gnome_canvas_pixbuf_get_type (),
				      "pixbuf", pixbuf,
				      NULL);
	gdk_pixbuf_unref (pixbuf);
      </programlisting>
    </para>

    <para>
      After this happens, the reference count of the pixbuf structure
      will be 1:  the gdk_pixbuf_new_from_file() function creates it
      with a reference count of 1, then setting the <link
      linkend="GnomeCanvasPixbuf--pixbuf">pixbuf</link> argument of
      the #GnomeCanvasPixbuf item increases it to 2, and then it is
      decremented to 1 by the call to gdk_pixbuf_unref().  When the
      canvas item is destroyed, it will automatically unreference the
      pixbuf structure again, causing its reference count to drop to
      zero and thus be freed.
    </para>
  </refsect2>


<!-- ##### SECTION ./tmpl/rendering.sgml:Short_Description ##### -->
Rendering a pixbuf to a GDK drawable.


<!-- ##### MACRO GDK_PIXBUF_LOADER ##### -->
  <para>
    Casts a #GtkObject to a #GdkPixbufLoader.
  </para>

@obj: A GTK+ object.

<!-- ##### STRUCT GdkPixbufAnimationClass ##### -->
<para>

</para>


<!-- ##### ARG GnomeCanvasPixbuf:x_set ##### -->
  <para>
    Determines whether the <link
    linkend="GnomeCanvasPixbuf--x">x</link> argument is used to
    translate the pixbuf from its logical origin in item-relative
    coordinates.
  </para>


<!-- ##### USER_FUNCTION ModulePreparedNotifyFunc ##### -->
<para>

</para>

@pixbuf: 
@user_data: 

<!-- ##### MACRO GNOME_CANVAS_PIXBUF ##### -->
  <para>
    Casts a #GtkOjbect to a #GnomeCanvasPixbuf.
  </para>

@obj: A GTK+ object.

<!-- ##### FUNCTION gdk_pixbuf_ref ##### -->
  <para>

  </para>

@pixbuf: 
@Returns: 

<!-- ##### FUNCTION gdk_pixbuf_get_width ##### -->
<para>

</para>

@pixbuf: 
@Returns: 

<!-- ##### ENUM GdkColorspace ##### -->
  <para>
    This enumeration defines the color spaces that are supported by
    the &gdk-pixbuf; library.  Currently only RGB is supported.
  </para>

@GDK_COLORSPACE_RGB: Indicates a red/green/blue additive color space.

<!-- ##### ARG GnomeCanvasPixbuf:width_set ##### -->
  <para>
    Determines whether the <link
    linkend="GnomeCanvasPixbuf--width">width</link> argument is taken
    into account when scaling the pixbuf item.  If this argument is
    %FALSE, then the width value of the pixbuf will be used instead.
    This argument is %FALSE by default.
  </para>


<!-- ##### FUNCTION gdk_pixbuf_get_module ##### -->
<para>

</para>

@buffer: 
@size: 
@filename: 
@error: 
@Returns: 

<!-- ##### SECTION ./tmpl/xlib-from-drawables.sgml:Long_Description ##### -->
  <para>
    The functions in this section allow you to take the image data
    from an X drawable and dump it into a #GdkPixbuf.  This can be
    used for screenshots and other special effects.  Note that these
    operations can be expensive, since the image data has to be
    transferred from the X server to the client program and converted.
  </para>

  <para>
    These functions are analogous to those for the Gdk version of
    &gdk-pixbuf;.
  </para>


<!-- ##### FUNCTION gdk_pixbuf_get_named_module ##### -->
<para>

</para>

@name: 
@error: 
@Returns: 

<!-- ##### FUNCTION gdk_pixbuf_new ##### -->
<para>

</para>

@colorspace: 
@has_alpha: 
@bits_per_sample: 
@width: 
@height: 
@Returns: 

<!-- ##### USER_FUNCTION GdkPixbufLastUnref ##### -->
  <para>
    A function of this type can be used to override the default
    operation when a pixbuf loses its last reference, i.e. when
    gdk_pixbuf_unref() is called on a #GdkPixbuf structure that has a
    reference count of 1.  This function should determine whether to
    finalize the pixbuf by calling gdk_pixbuf_finalize(), or whether
    to just resume normal execution.  The last unref handler for a
    #GdkPixbuf can be set using the
    gdk_pixbuf_set_last_unref_handler() function.  By default, pixbufs
    will be finalized automatically if no last unref handler has been
    defined.
  </para>

@pixbuf: The pixbuf that is losing its last reference.
@data: User closure data.

<!-- ##### FUNCTION gdk_pixbuf_new_from_inline ##### -->
<para>

</para>

@inline_pixbuf: 
@copy_pixels: 
@length: 
@error: 
@Returns: 

<!-- ##### SECTION ./tmpl/xlib-init.sgml:See_Also ##### -->
  <para>
    XlibRGB
  </para>


<!-- ##### FUNCTION gdk_pixbuf_unref ##### -->
<para>

</para>

@pixbuf: 

<!-- ##### FUNCTION gdk_pixbuf_get_has_alpha ##### -->
<para>

</para>

@pixbuf: 
@Returns: 

<!-- ##### SECTION ./tmpl/gdk-pixbuf-io.sgml:See_Also ##### -->
<para>

</para>


<!-- ##### USER_FUNCTION GdkPixbufDestroyNotify ##### -->
  <para>
    A function of this type is responsible for freeing the pixel array
    of a pixbuf.  The gdk_pixbuf_new_from_data() function lets you
    pass in a pre-allocated pixel array so that a pixbuf can be
    created from it; in this case you will need to pass in a function
    of #GdkPixbufDestroyNotify so that the pixel data can be freed
    when the pixbuf is finalized.
  </para>

@pixels: The pixel array of the pixbuf that is being finalized.
@data: User closure data.

<!-- ##### MACRO GDK_PIXBUF_ERROR ##### -->
<para>

</para>


<!-- ##### FUNCTION gdk_pixbuf_new_from_xpm_data ##### -->
<para>

</para>

@data: 
@Returns: 

<!-- ##### FUNCTION gdk_pixbuf_new_from_art_pixbuf ##### -->
<para>

</para>

@art_pixbuf: 
@Returns: 

<!-- ##### FUNCTION gdk_pixbuf_scale_simple ##### -->
<para>

</para>

@src: 
@dest_width: 
@dest_height: 
@interp_type: 
@Returns: 

<!-- ##### ARG GnomeCanvasPixbuf:height ##### -->
  <para>
    Indicates the height the pixbuf will be scaled to.  This argument
    will only be used if the <link
    linkend="GnomeCanvasPixbuf--height-set">height_set</link> argument
    is %TRUE.  Works in the same way as the <link
    linkend="GnomeCanvasPixbuf--width">width</link> argument.
  </para>


<!-- ##### FUNCTION gdk_pixbuf_composite ##### -->
<para>

</para>

@src: 
@dest: 
@dest_x: 
@dest_y: 
@dest_width: 
@dest_height: 
@offset_x: 
@offset_y: 
@scale_x: 
@scale_y: 
@interp_type: 
@overall_alpha: 

<!-- ##### FUNCTION gdk_pixbuf_frame_get_pixbuf ##### -->
<para>

</para>

@frame: 
@Returns: 

<!-- ##### FUNCTION gdk_pixbuf_get_n_channels ##### -->
<para>

</para>

@pixbuf: 
@Returns: 

<!-- ##### SECTION ./tmpl/xlib-rendering.sgml:Title ##### -->
Xlib Rendering


<!-- ##### SECTION ./tmpl/from-drawables.sgml:See_Also ##### -->
  <para>
    gdk_image_get().
  </para>


<!-- ##### ARG GnomeCanvasPixbuf:height_pixels ##### -->
<para>

</para>


<!-- ##### ARG GnomeCanvasPixbuf:pixbuf ##### -->
  <para>
    Contains a pointer to a #GdkPixbuf structure that will be used by
    the pixbuf canvas item as an image source.  When a pixbuf is set
    its reference count is incremented; if the pixbuf item kept a
    pointer to another #GdkPixbuf structure, the reference count of
    this structure will be decremented.  Also, the GdkPixbuf's
    reference count will automatically be decremented when the
    #GnomeCanvasPixbuf item is destroyed.  When a pixbuf is queried, a
    reference count will not be added to the return value; you must do
    this yourself if you intend to keep the pixbuf structure around.
  </para>


<!-- ##### FUNCTION gdk_pixbuf_frame_get_action ##### -->
<para>

</para>

@frame: 
@Returns: 

<!-- ##### FUNCTION gdk_pixbuf_frame_get_y_offset ##### -->
<para>

</para>

@frame: 
@Returns: 

<!-- ##### SECTION ./tmpl/xlib-rgb.sgml:Short_Description ##### -->
Functions for rendering RGB buffers to X drawables.


<!-- ##### ARG GnomeCanvasPixbuf:x ##### -->
  <para>
    Indicates the horizontal translation offset of the pixbuf item's
    image.  This offset may not actually appear horizontal, since it
    will be affected by the item's affine transformation.  The default
    is 0.0.
  </para>


<!-- ##### ARG GnomeCanvasPixbuf:y ##### -->
  <para>
    Indicates the vertical translation offset of the pixbuf item's
    image.  Works in the same way as the <link
    linkend="GnomeCanvasPixbuf--x">x</link> argument.  The default is
    0.0.
  </para>


<!-- ##### FUNCTION gdk_pixbuf_animation_get_height ##### -->
<para>

</para>

@animation: 
@Returns: 

<!-- ##### ARG GnomeCanvasPixbuf:width ##### -->
  <para>
    Indicates the width the pixbuf will be scaled to.  This argument
    will only be used if the <link
    linkend="GnomeCanvasPixbuf--width-set">width_set</link> argument
    is %TRUE.  If the <link
    linkend="GnomeCanvasPixbuf--width-in-pixels">width_in_pixels</link>
    argument is %FALSE, the width will be taken to be in canvas units,
    and thus will be scaled along with the canvas item's affine
    transformation.  If width_in_pixels is %TRUE, the width will be
    taken to be in pixels, and will visually remain a constant size
    even if the item's affine transformation changes.
  </para>


<!-- ##### FUNCTION gdk_pixbuf_composite_color_simple ##### -->
<para>

</para>

@src: 
@dest_width: 
@dest_height: 
@interp_type: 
@overall_alpha: 
@check_size: 
@color1: 
@color2: 
@Returns: <!--
Local variables:
mode: sgml
sgml-parent-document: ("../gdk-pixbuf.sgml" "book" "refsect2" "")
End:
-->

<!-- ##### MACRO GDK_PIXBUF_MICRO ##### -->
<para>

</para>


<!-- ##### FUNCTION gdk_pixbuf_preinit ##### -->
<para>

</para>

@app: 
@modinfo: 

<!-- ##### FUNCTION gdk_pixbuf_set_last_unref_handler ##### -->
<para>

</para>

@pixbuf: 
@last_unref_fn: 
@last_unref_fn_data: 

<!-- ##### ARG GnomeCanvasPixbuf:height_set ##### -->
  <para>
    Determines whether the <link
    linkend="GnomeCanvasPixbuf--height">height</link> argument is
    taken into account when scaling the pixbuf item.  Works in the
    same way as the <link
    linkend="GnomeCanvasPixbuf--width-set">width_set</link> argument.
    The default is %FALSE.
  </para>


<!-- ##### FUNCTION gdk_pixbuf_animation_unref ##### -->
<para>

</para>

@animation: 

<!-- ##### FUNCTION gdk_pixbuf_render_to_drawable ##### -->
<para>

</para>

@pixbuf: 
@drawable: 
@gc: 
@src_x: 
@src_y: 
@dest_x: 
@dest_y: 
@width: 
@height: 
@dither: 
@x_dither: 
@y_dither: 

<!-- ##### SECTION ./tmpl/xlib-init.sgml:Long_Description ##### -->
  <para>
    In addition to the normal Gdk-specific functions, the &gdk-pixbuf;
    package provides a small library that lets Xlib-only applications
    use #GdkPixbuf structures and render them to X drawables.  The
    functions in this section are used to initialize the &gdk-pixbuf;
    Xlib library.  This library must be initialized near the beginning
    or the program or before calling any of the other &gdk-pixbuf;
    Xlib functions; it cannot be initialized automatically since
    Xlib-only applications do not call gdk_rgb_init() like GNOME
    applications do.
  </para>


<!-- ##### ARG GnomeCanvasPixbuf:y_pixels ##### -->
<para>

</para>


<!-- ##### SECTION ./tmpl/xlib-rendering.sgml:See_Also ##### -->
<para>

</para>


<!-- ##### FUNCTION gdk_pixbuf_frame_get_x_offset ##### -->
<para>

</para>

@frame: 
@Returns: <!--
Local variables:
mode: sgml
sgml-parent-document: ("../gdk-pixbuf.sgml" "book" "refsect2" "")
End:
-->

<!-- ##### SECTION ./tmpl/gdk-pixbuf-io.sgml:Long_Description ##### -->
<para>

</para>


<!-- ##### SECTION ./tmpl/rendering.sgml:See_Also ##### -->
  <para>
    GdkRGB
  </para>


<!-- ##### SECTION ./tmpl/xlib-rendering.sgml:Short_Description ##### -->
Rendering a pixbuf to an X drawable.


<!-- ##### USER_FUNCTION ModuleUpdatedNotifyFunc ##### -->
<para>

</para>

@pixbuf: 
@x: 
@y: 
@width: 
@height: 
@user_data: 

<!-- ##### FUNCTION gdk_pixbuf_finalize ##### -->
<para>

</para>

@pixbuf: <!--
Local variables:
mode: sgml
sgml-parent-document: ("../gdk-pixbuf.sgml" "book" "refsect2" "")
End:
-->

<!-- ##### FUNCTION gdk_pixbuf_get_pixels ##### -->
<para>

</para>

@pixbuf: 
@Returns: 

<!-- ##### FUNCTION gdk_pixbuf_get_from_drawable ##### -->
<para>

</para>

@dest: 
@src: 
@cmap: 
@src_x: 
@src_y: 
@dest_x: 
@dest_y: 
@width: 
@height: 
@Returns: <!--
Local variables:
mode: sgml
sgml-parent-document: ("../gdk-pixbuf.sgml" "book" "refsect2" "")
End:
-->

<!-- ##### USER_FUNCTION ModuleFrameDoneNotifyFunc ##### -->
<para>

</para>

@frame: 
@user_data: 

<!-- ##### FUNCTION gdk_pixbuf_postinit ##### -->
<para>

</para>

@app: 
@modinfo: 

<!-- ##### SECTION ./tmpl/gdk-pixbuf-io.sgml:Title ##### -->
gdk-pixbuf-io


<!-- ##### FUNCTION gdk_pixbuf_copy ##### -->
<para>

</para>

@pixbuf: 
@Returns: <!--
Local variables:
mode: sgml
sgml-parent-document: ("../gdk-pixbuf.sgml" "book" "refsect2" "")
End:
-->

<!-- ##### ARG GnomeCanvasPixbuf:y_set ##### -->
  <para>
    Determines whether the <link
    linkend="GnomeCanvasPixbuf--y">y</link> argument is used to
    translate the pixbuf from its logical origin in item-relative
    coordinates.  Works in the same way as the <link
    linkend="GnomeCanvasPixbuf--x-set">x_set</link> argument.  The
    default is %FALSE.
  </para>


<!-- ##### FUNCTION gdk_pixbuf_animation_ref ##### -->
<para>

</para>

@animation: 
@Returns: 

<!-- ##### SECTION ./tmpl/gnome-canvas-pixbuf.sgml:Title ##### -->
GnomeCanvasPixbuf


<!-- ##### STRUCT GdkPixbuf ##### -->
  <para>
    This is the main structure in the &gdk-pixbuf; library.  It is
    used to represent images.  It contains information about the
    image's pixel data, its color space, bits per sample, width and
    height, and the rowstride or number of bytes between rows.
  </para>


<!-- ##### ARG GnomeCanvasPixbuf:x_pixels ##### -->
<para>

</para>


<!-- ##### MACRO GDK_PIXBUF_VERSION ##### -->
<para>

</para>


<!-- ##### VARIABLE gdk_pixbuf_version ##### -->
<para>

</para>


<!-- ##### FUNCTION gdk_pixbuf_scale ##### -->
<para>

</para>

@src: 
@dest: 
@dest_x: 
@dest_y: 
@dest_width: 
@dest_height: 
@offset_x: 
@offset_y: 
@scale_x: 
@scale_y: 
@interp_type: 

<!-- ##### FUNCTION gdk_pixbuf_get_format ##### -->
<para>

</para>

@pixbuf: 
@Returns: 

<!-- ##### SECTION ./tmpl/from-drawables.sgml:Long_Description ##### -->
  <para>
    The functions in this section allow you to take the image data
    from a GDK drawable and dump it into a #GdkPixbuf.  This can be
    used for screenshots and other special effects.  Note that these
    operations can be expensive, since the image data has to be
    transferred from the X server to the client program and converted.
  </para>


<!-- ##### ARG GnomeCanvasPixbuf:width_pixels ##### -->
<para>

</para>


<!-- ##### ENUM GdkPixbufAlphaMode ##### -->
  <para>
    These values can be passed to
    gdk_pixbuf_render_to_drawable_alpha() to control how the alpha
    chanel of an image should be handled.  This function can create a
    bilevel clipping mask (black and white) and use it while painting
    the image.  In the future, when the X Window System gets an alpha
    channel extension, it will be possible to do full alpha
    compositing onto arbitrary drawables.  For now both cases fall
    back to a bilevel clipping mask.
  </para>

@GDK_PIXBUF_ALPHA_BILEVEL: A bilevel clipping mask (black and white)
will be created and used to draw the image.  Pixels below 0.5 opacity
will be considered fully transparent, and all others will be
considered fully opaque.
@GDK_PIXBUF_ALPHA_FULL: For now falls back to #GDK_PIXBUF_ALPHA_BILEVEL.
In the future it will do full alpha compositing.

<!-- ##### STRUCT GdkPixbufFrame ##### -->
  <para>
    This structure describes a frame in a #GdkPixbufAnimation.  Each
    frame consists of a #GdkPixbuf, an offset of the frame within the
    animation's bounding box, a duration, and an overlay mode or
    action.
  </para>


<!-- ##### FUNCTION gdk_pixbuf_add_alpha ##### -->
<para>

</para>

@pixbuf: 
@substitute_color: 
@r: 
@g: 
@b: 
@Returns: 

<!-- ##### USER_FUNCTION ModuleAnimationDoneNotifyFunc ##### -->
<para>

</para>

@pixbuf: 
@user_data: 

<!-- ##### FUNCTION gdk_pixbuf_copy_area ##### -->
<para>

</para>

@src_pixbuf: 
@src_x: 
@src_y: 
@width: 
@height: 
@dest_pixbuf: 
@dest_x: 
@dest_y: <!--
Local variables:
mode: sgml
sgml-parent-document: ("../gdk-pixbuf.sgml" "book" "refsect2" "")
End:
-->

<!-- ##### FUNCTION gdk_pixbuf_init ##### -->
<para>

</para>


<!-- ##### SECTION ./tmpl/xlib-from-drawables.sgml:Title ##### -->
X Drawables to Pixbufs


<!-- ##### STRUCT GdkPixbufClass ##### -->
<para>

</para>


<!-- ##### SECTION ./tmpl/from-drawables.sgml:Title ##### -->
Drawables to Pixbufs


<!-- ##### ARG GnomeCanvasPixbuf:x_in_pixels ##### -->
  <para>
    If this argument is %TRUE, the pixbuf's translation with respect
    to its logical origin in item-relative coordinates will be in
    pixels, that is, the visible offset will not change even if the
    item's affine transformation changes.  If it is %FALSE, the
    pixbuf's translation will be taken to be in canvas units, and thus
    will change along with the item's affine transformation.  The
    default is %FALSE.
  </para>


<!-- ##### SECTION ./tmpl/xlib-rgb.sgml:Title ##### -->
XlibRGB


<!-- ##### FUNCTION gdk_pixbuf_new_from_file ##### -->
<para>

</para>

@filename: 
@error: 
@Returns: <!--
Local variables:
mode: sgml
sgml-parent-document: ("../gdk-pixbuf.sgml" "book" "refsect2" "")
End:
-->