Grx.query_png_file
@accepts(filename, int, int)
@returns(bool)
def query_png_file(filename, width, height):
# Python wrapper for grx_query_png_file()
Query width and height data from a PNG file
- filename
Name of jpeg file
- width
return pnm width
- height
return pnm height
- Returns