Oxygen Basic
Programming => Bugs & Feature Requests => Topic started by: kryton9 on November 30, 2010, 04:06:42 PM
-
Charles, SOIL is the smallest and really well written image library that I have found.
Can your c header reader make the conversion?
http://www.lonesock.net/soil.html
Thanks.
-
Hi Kent,
I had a quick look at the spec and saw that while SOIL can read jpeg and png, it cannot write files in these formats, and is only produced as a static C library.
My preference is to use FreeImage - if platform independence is required, though I admit it is rather chunky at 2.36 meg. But it does cover all image processing needs.
Charles
-
Oh, ok Charles. I didn't think about the static library part.