![]() |
![]() |
![]() |
GIMP Base Library Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
gimpparasiteiogimpparasiteio — Utility functions to (de)serialize certain C structures to/from GimpParasite's. |
#define GIMP_PIXPIPE_MAXDIM struct GimpPixPipeParams; void gimp_pixpipe_params_init (GimpPixPipeParams *params
); void gimp_pixpipe_params_parse (const gchar *parameters
,GimpPixPipeParams *params
); gchar * gimp_pixpipe_params_build (GimpPixPipeParams *params
);
struct GimpPixPipeParams { gint step; gint ncells; gint dim; gint cols; gint rows; gint cellwidth; gint cellheight; gchar *placement; gboolean free_placement_string; gint rank[GIMP_PIXPIPE_MAXDIM]; gchar *selection[GIMP_PIXPIPE_MAXDIM]; gboolean free_selection_string; };
void gimp_pixpipe_params_parse (const gchar *parameters
,GimpPixPipeParams *params
);