| alpha | ImageFile | |
| bitsPerPixel(int depth, char[] type, bit alpha) | ImageFile | |
| bitsPerPixel() | ImageFile | |
| bottomup() | ImageFile | |
| bytesPerRow(int width, int depth, char[] type, bit alpha) | ImageFile | |
| bytesPerRow() | ImageFile | |
| channelCount(char[] type, bit alpha) | ImageFile | |
| channelCount() | ImageFile | |
| convert(ubyte[] data, int ddepth, char[] dtype, bit dalpha) | ImageFile | |
| depth | ImageFile | |
| digCommonResult | ImageFile | |
| dimensions(int width, int height, int depth, char[] type, bit alpha) | ImageFile | |
| height | ImageFile | |
| palette | ImageFile | |
| paletteColors(Color[] colors) | ImageFile | |
| prefer8to124() | ImageFile | |
| prefer8to16() | ImageFile | |
| preferAlpha() | ImageFile | |
| readIndex(ubyte[] data, int depth, int index) | ImageFile | |
| readScale(ubyte[] data, int depth, int index, int maximum) | ImageFile | |
| row(int y, ubyte[] data) | ImageFile | |
| this(char[] filename) | ImageFile | |
| this(char[] filename, Stream stream) | ImageFile | |
| topdown() | ImageFile | |
| type | ImageFile | |
| width | ImageFile | |
| writeIndex(ubyte[] data, int depth, int index, uint value) | ImageFile | |
| writeScale(ubyte[] data, int depth, int index, uint value, int maximum) | ImageFile | |