Has anyone made a simple DLL for Windows, so i can just save raw image data into JPG format? It should have the .lib and .h files as well so i dont need to mess with the sources compiling since i have found it to be very hard.
Some point to take into account:
- I cant compile libjpeg (ijg.org), i cant find binaries for it (dll/.lib/.h)
- GD library website is down, and the new version requires PNG dll's etc even for JPG saving.
- I dont want to use Windows internal JPG functions since i want to be able to run it on linux too.
Edit: I am trying to find as small library as possible: just writing a JPG (or reading too, if only a writing lib doesnt exist).