commit 2d99389913443360e32bbbae5d62ed71d6fe66e6 Author: Rob Komar Date: Wed Jan 1 16:54:19 2014 -0800 Added a method for getting the maximum depth. commit 1530aefcfb7850b947d439b7a2896d1a41fe1f27 Author: Rob Komar Date: Mon Dec 30 15:40:24 2013 -0800 Made setting the max depth a bit safer wrt the minimum depth. commit 141a480a630525e09f8c10d454bd11f3f57c22bf Author: Rob Komar Date: Fri Nov 29 13:11:16 2013 -0800 Added interface for setting maximum ibitmap depth and getting the optimal depth for a given image depth. commit 97692a70a723c6a2376693c2e20c2a6fa85b3903 Author: Rob Komar Date: Fri Nov 29 12:04:38 2013 -0800 Added support for 4, 24 and 32 bit depth. commit 8fde5c0904986631321bdebdabbcbd29dfc2e61e Author: Rob Komar Date: Tue Nov 26 16:57:32 2013 -0800 Fixed some grammar. commit 382cbfa2a95a3c101db72b34d5afe1341c227d33 Author: Rob Komar Date: Fri Feb 10 00:42:02 2012 -0800 Fixed some bugs in the TIFF decoding, and added a comment to README.txt. commit b91fbd73b310956b70f2ee6f7a69e6f754aa2f7d Author: Rob Komar Date: Thu Feb 9 23:57:20 2012 -0800 Added support for TIFF images (single image only). commit bc31206064856ffb31a29a1c306d176f4f66d4d7 Author: Rob Komar Date: Thu Feb 9 23:28:33 2012 -0800 Round to nearest when converting to grayscale. commit 208d3132ccedfb7892988fb96f9310047420be1e Author: Rob Komar Date: Wed Feb 1 19:06:35 2012 -0800 Fixed an overflow problem when computing grayscale values. commit 0874f4a4b22c86508673a163f34070e78f825d6e Author: Rob Komar Date: Wed Feb 1 15:50:53 2012 -0800 Fixed extern "C" stuff in header file. commit 7ac5faa7e06450f942a41a252bb40053a7ba536a Author: Rob Komar Date: Wed Feb 1 00:11:52 2012 -0800 Added READEME.txt. commit 83f222613b224a605bc850785998dace3f3d66c9 Author: Rob Komar Date: Tue Jan 31 14:08:44 2012 -0800 Renamed the header file to avoid confusion. commit e85665fd56e219e3f4b2fafafc4fea89ab1ae4c7 Author: Rob Komar Date: Tue Jan 31 13:54:03 2012 -0800 Added the fact that the conversions are to grayscale in the opening comments. commit 0be6dabb59e51dd9e5f8c1d2aa83ff64375c5bf6 Author: Rob Komar Date: Tue Jan 31 13:51:09 2012 -0800 Forgot to change the CFLAGS for BUILD=emu. commit d369e192163fd5d89f31957ae8c790d68aafd035 Author: Rob Komar Date: Tue Jan 31 13:47:47 2012 -0800 Added BUILD=emu option. commit 2b1ff177e9273a272a8913bf0a3937da326643a1 Author: Rob Komar Date: Tue Jan 31 13:43:05 2012 -0800 First version of working GIF/BMP -> ibitmap converter.