Method Image.Dims.get_JPEG()
- Method
get_JPEG
array(int) get_JPEG(Stdio.BlockFilef)- Description
Reads the dimensions from a JPEG file and returns an array with width and height, or if the file isn't a valid image, 0.
array(int) get_JPEG(Stdio.BlockFile f)
Reads the dimensions from a JPEG file and returns an array with width and height, or if the file isn't a valid image, 0.