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...
I tried to compile with LTO: `-flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing` The -Werror=* flags are important to detect cases where the compiler can try to optimize based on assuming UB cannot...
Hi, all Our vcpkg recently received an issue about `register ` no longer being used after the c++17 standard. We provided a solution and I think we need to remove...
At the moment install target installs libraries and pkgconfig fiels in $(prefix)/lib which is not right path on 64bit systems. This patch fixes that by add use cmake GNUInstallDirs module....
It's been a long time since it's been updated.
``` ==> Making package: devil 1.8.0-1 (Fri Feb 9 00:37:59 CET 2018) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found v1.8.0.tar.gz ==> Validating source files...
I'm curious if support for DDS with a FOURCC value of DX10 is planned?
Extension area was previously broken which is not noticeable unless you attempt to use info from it.
An extra byte was being written in `ilRleCompressLine`. It was breaking RLE compressed images completely.
[reference](https://github.com/fgsoftware1/fgengine/issues/17)
Adds bc7 decompression and opengl support for bc7. BC7 decoding function from here - https://github.com/richgel999/bc7enc - available under MIT or public domain licences