Legal
The views expressed in this blog are my own and do not necessarily reflect the views of Adobe Systems Incorporated.
Search
January 25, 2006
New open source Adobe imaging library
There's a new Generic Image Library available for download from Adobe Open Source page. The developers write, "It is a library that abstracts image representations from algorithms on images and allows one to write the algorithm once and have it work for image in any color space, channel depth, interleaved/planar pixel organization, etc., with performance similar to hand-coding for a specific image type." If image science is your bag, this might be worth a look.
Comments
I tried to do something like this 10 years ago when I worked in machine vision. I never got too far because of the complexity of the task.
So I really appreciate Adobe doing the work and putting it out there.