Image Dimension Guessing Utility
This is one of this utilities that if you need it, you really need it. Given the size of an image file,
header size, number of channels and number of bits per pixel, you will be given all the possible
combinations of lines and pixels possible. If the number of pixels per image does not come out to be an
integer value (after the calculation: (TotalBytes - HeaderBytes) / NumChannels / BytesPerPixel),
the number of header bytes will be increased until the value becomes an integer. The optional contraints
for checking image dimensions allow less numbers to be checked (for example, if you are sure one of the
dimensions is greater than 100, enter that in the minimum field). Minimum defaults to 1 and maximum
defaults to sqrt(ImagePixels).
Give the information to compute possible image dimensions: