| GIMP Library Reference Manual |
|---|
gimppattern —
gboolean gimp_pattern_get_info (const gchar *name, gint *width, gint *height, gint *bpp);
Retrieve information about the specified pattern.
This procedure retrieves information about the specified pattern. This includes the pattern extents (width and height).
| name : | The pattern name (\"\" means currently active pattern). |
| width : | The pattern width. |
| height : | The pattern height. |
| bpp : | The pattern bpp. |
| Returns : | TRUE on success. |
Since GIMP 2.2
| << gimppaths | gimppatterns >> |