Grx.query_jpeg_data
@accepts([guint8], int, int) @returns(bool) def query_jpeg_data(data, width, height): # Python wrapper for grx_query_jpeg_data()
Query width and height data from a JPEG file
- data
The image data
- width
return image width
- height
return image height
- Returns