I've been using both libjpeg and libtiff to read and write jpg and tiff image files in Linux and now I'm thinking about doing a multi-core version of my app. If I do this exclusively in sysBios, I would need to port these libraries to sysBios. Obviously I can't do ./configure. Has anyone attempted this? Is there an alternative library for reading and writing image files? Perhaps this a good reason to have one of the cores running Linux.
Lee