Gimp.pattern_get_info
@accepts(unicode, int, int, int)
@returns(bool)
def pattern_get_info(name, width, height, bpp):
# Python wrapper for gimp_pattern_get_info()
Retrieve information about the specified pattern.
This procedure retrieves information about the specified pattern. This includes the pattern extents (width and height).
Since 2.2
- name
The pattern name.
- width
The pattern width.
- height
The pattern height.
- bpp
The pattern bpp.
- Returns