pike.git/
src/
modules/
Image/
encodings/
xcf.c
Branch:
Tag:
Non-build tags
All tags
No tags
2000-02-08
2000-02-08 03:39:19 by Per Hedbor <ph@opera.com>
0bda168d19930ef8515a8a0a02025c13842e1266 (
92
lines) (+
51
/-
41
)
[
Show
|
Annotate
]
Branch:
7.9
Documented decode_layers
Rev: src/modules/Image/encodings/xcf.c:1.13
1:
#include "global.h"
-
RCSID("$Id: xcf.c,v 1.
12
2000/02/
03
19
:
01
:
29
grubba
Exp $");
+
RCSID("$Id: xcf.c,v 1.
13
2000/02/
08
03:
39
:
19
per
Exp $");
#include "image_machine.h"
845:
free(od.str); }
+
/*
+
**! method array(object) decode_layers( string data )
+
**! Decodes a XCF image to an array of Image.Layer objects
+
**!
+
**! The layer object have the following extra variables (to be queried
+
**! using get_misc_value):
+
**!
+
**! image_xres, image_yres, image_colormap, image_guides, image_parasites,
+
**! name, parasites, visible, active
+
*/
/* **! method object decode(string data)
1320:
#include "xcf_constant_strings.h" #undef STRING }
-
+