-
An annoying bug, but AFAIK you should be able to use the old wrapper. However, the issue is fixed in SVN. The wrapper is still contained in one header, but it will contain the inline code only if you ask for it using appropriate #define.
2009-11-09 13:27:06 UTC by bubla
-
bubla committed revision 1668 to the Developer's Image Library SVN repository, changing 28 files.
2009-11-08 21:32:51 UTC by bubla
-
digisnap, how much of a speed hit do you get doing this? I am not familiar with LLVM at all.
2009-11-06 01:32:57 UTC by doomwiz
-
It will not try to convert the image if it is already that type or format.
2009-11-04 21:20:58 UTC by doomwiz
-
Heya,
this exact problem is driving me crazy. i _really_ need to be able to generate high quality thumbnails. I don't entirely understand your hack gedalia, could you explain in more detail how i might pull this off? also does it only work when shrinking to 50% ? i need something that works for arbitrary sizes (only needs to work when _reducing_ images, i dont need to enlarge an image...
2009-10-31 11:26:31 UTC by https://www.google.com/accounts
-
oh god..... I'm so f'in stupid... now it works. I lost HOURS trying to figure out what was the problem... grrrr
topic can be closed.
2009-10-30 11:54:59 UTC by jaronimo
-
WTF.. after reading my post I just realized that I downloaded the 64bit version..... trying to find the 32bit version now.
2009-10-30 11:49:55 UTC by jaronimo
-
Hello everyone!
I'm at a loss here.. I have been searching the forum und trying different approaches but nothing worked.
for the past hours I have been trying to integrate DevIL into my OpenGL project. I did everythig that's in the manual and in the tutorials but I still get "LNK2001: unresolved external symbol __imp__ilInit@0 main.obj" everytime I compile.
Under...
2009-10-30 11:45:10 UTC by jaronimo
-
FYI, I added support for multithreading to DevIL library by going through all sources and prefixing all static variables' declarations with __declspec(thread). This allowed multiple threads to simultaneously load images.
Of course this is Windows-only solution.
2009-10-15 09:59:44 UTC by emymrin
-
Yeah it sucks that there are only visual c++ binaries. I guess you have to download the source codes and rebuild DevIL from source.
2009-10-14 22:01:54 UTC by axyde