gimppattern

gimppattern —

Synopsis




gboolean    gimp_pattern_get_info           (const gchar *name,
                                             gint *width,
                                             gint *height,
                                             gint *bpp);

Description

Details

gimp_pattern_get_info ()

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