Oxygen Basic

Programming => Bugs & Feature Requests => Topic started by: kryton9 on November 30, 2010, 04:06:42 PM

Title: SOIL Image Library
Post 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.
Title: Re: SOIL Image Library
Post by: Charles Pegge on November 30, 2010, 09:41:51 PM

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
Title: Re: SOIL Image Library
Post by: kryton9 on December 01, 2010, 04:24:13 PM
Oh, ok Charles. I didn't think about the static library part.