Grx.query_jpeg_file

@accepts(filename, int, int)
@returns(bool)
def query_jpeg_file(filename, width, height):
    # Python wrapper for grx_query_jpeg_file()
  

Query width and height data from a JPEG file

filename

Name of jpeg file

width

return image width

height

return image height

Returns