type colormodel = | Gray | RGB | Index | GrayA | RGBA ;;
Infos attached to bitmaps
type info = | Info_DPI of float (* dot per inch *) | Info_BigEndian | Info_LittleEndian (* endianness of image file *) | Info_ColorModel of colormodel (* color model of image file *) | Info_Depth of int (* Image bit depth *) | Info_Corrupted (* For corrupted PNG files *) ;;
Go to the first, previous, next, last section, table of contents.