DevIL
DevIL copied to clipboard
Developer's Image Library (DevIL) is a cross-platform image library utilizing a simple syntax to load, save, convert, manipulate, filter, and display a variety of images with ease. It is highly portab...
When built without "--enable-ILUT", if you try to compile ``` #include int main() { ilImage image; return 0; } ``` the following error occurs: ``` bash-3.2$ /usr/bin/clang++ test.cpp -L/usr/local/Cellar/devil/HEAD/lib -lIL...
Hi, There seems to be an error in Cmakelists file: CMake Error at src-IL/CMakeLists.txt:42 (ADD_LIBRARY): Cannot find source file: ``` msvc/il.def ``` Tried extensions .c .C .c++ .cc .cpp .cxx...
In experimenting a bit with .tga generation I have spotted a few bad bytes in the file that prevented it from being displayed in some software (most notably Maya).
Hello sir.It is not clear from the documentation how to access individual mipmaps in mipmapped DXT image. is it enough before each access to call iluActiveMipmap ? I need to...
Exist crash if try loading any dds
I am trying to rotate an image (height greater than width) 90 degree. In the below code it crashes in the function "ILAPI ILimage\* ILAPIENTRY iluRotate_(ILimage *Image, ILfloat Angle)". Consider...
Hi, I am trying to install DevIL on Centos but no luck so far. Are you aware of any repo containing devil packages?
- ilGetInteger(IL_NUM_LAYERS) returns zero for psd with multiple layers. - ilActiveLayer(n) returns only for n=0 a layer.
Don't leak logic of freeing memory allocated by vec_malloc outside: instead, encapsulate it in corresponding vec_free function. Needs review.
It doesn't seem to be needed with nvtt 2.0.8 (e.g. builds fine)