DevIL icon indicating copy to clipboard operation
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...

Results 72 DevIL issues
Sort by recently updated
recently updated
newest added

This correctly interprets the BUILD_SHARED_LIBS flags for ILU and ILUT too.

I've isolated a bug that occurs when loading certain GIFs, demonstrated with this minimalistic code: ``` #include #include #ifdef _MSC_VER #pragma comment (lib, "DevIL.lib") #pragma comment (lib, "ILU.lib") #pragma comment...

On Haiku we use multiple architectures, gcc2 hybrid (gcc2/gcc5) isn't supported, but if we want to build DevIL for a x86 build (gcc5) we need to set it to a...

Hi! These expressions: 1) [src-IL/src/il_states.cpp](https://github.com/DentonW/DevIL/blob/cba359b0c5861557ea15303ffb03b124ca1fd514/DevIL/src-IL/src/il_states.cpp#L1128) `if (Param >= 0 || Param = -1 || Param = IL_DXT1 || Param

Following sample file crashes libdevil. The bug was found using `examples/simple_example/simple.c` with the sample file as input. Sample input file is fuzzed with american fuzzy lop http://lcamtuf.coredump.cx/afl/. sample file hexdump:...

Following sample file crashes libdevil. The bug was found using `examples/simple_example/simple.c` with the sample file as input. Sample `gif` input file is fuzzed with american fuzzy lop http://lcamtuf.coredump.cx/afl/. sample file...

Following sample file crashes `libdevil`. The bug was found using `examples/simple_example/simple.c` with the sample file as input. Sample `pnm` input file is fuzzed with american fuzzy lop . sample file...

ilCopyPixels() will crash when copying a bmp image with an RGBA/BGRA-palette as IL_LUMINANCE Debugging shows this is a problem of iConvertPalette(), where a palette with bpp=4 is not treated correctly,...

https://github.com/DentonW/DevIL/issues/52#issuecomment-275383650 > @abma great, I will test when I get home :) A side question, do you know how I disable ex. jpeg support? I tried cmake -DIL_NO_JPG=1 but it...