kolrabi's another Image Library
New Release
Version 1.11.0 of kaIL was released.
Changes:
- Added export for DCX, LIF, FTX, ICO, CUT + PAL, XPM
- PCD format detection
- Fixed crash when using ilSetInteger when no image was bound.
- Fixed some deadlock issues
- Fixed DXT3/DXT5/RXGB DDS import
- Fixed PBM export
- Fixed ilutPopAttrib() bug
- Added modern ICNS data formats + PNG encoding support
- Added histogram generation with iluHistogram()
- Added querying of supported format with ilCanIdentifyFormat(), ilCanLoadFormat(), ilCanSaveFormat()
- Added querying of supported format file name extentions with ilGetFormatExts()
- Added ilRemoveAlpha()
- Added ILUT support for SDL2 surfaces
- Build fixes
Get it while it's hot!
New Release
Version 1.10.0 of kaIL was released.
Changes:
- Added support for Metadata (EXIF)
- Fixed PNM/PGM/PBM/PPM export
- Fixed DPX import
- Added PXR export
- Added IL_IMAGE_OFFSET_MODE ( values IL_RELATIVE or IL_ABSOLUTE ), changes behaviour of ilActive*();
- ilDetermineSize() now works with image formats that need to read from the file that is being written (eg. TIFF).
Get it while it's hot!
A fork of ResIL
A new version of kaIL was released.
Changes:
- Forked ResIL 1.8.2
- Moved build system to CMake
- Converted several files back to C
- Rewritten GIF decoder
- Modularized image format handling, making it easier to add new formats
- Fixed _UNICODE support
- Fixed some byte order bugs
- Added up-to-date documentation (API reference)
- ilBlit handles negative destination coordinates correctly
- Removed global state clobbering
- Added thread safety
- Deprecated some functions:
- ilCompressFunc(ILenum Mode);
- ilResetMemory(void);
- Added new API functions:
- ilAddAlpha();
- ilGetIntegerImage(ILuint Image, ILenum Mode);
- iluNormalize();
- iluSimilarity();
- A lot of bug fixes sprinkled everywhere over the code
I'd greatly appreciate it if you tried it out and let me know
if there are any problems.