[yocto] Image libraries

Burton, Ross ross.burton at intel.com
Mon Dec 3 01:51:22 PST 2012


On 1 December 2012 22:39, Chris Tapp <opensource at keylevel.com> wrote:
> Is there a recipe available for a library which can load image files into memory / GL textures?

Into memory, the lowest level would be libjpeg or libpng, but then
it's your responsibility to match the pixel formats.

If you're using GL and you don't have a higher level abstraction, you
might want to look at Cogl (GL specifics abstraction and sanity layer)
or Clutter (toolkit based on Cogl).  Both of these are in oe-core.

Ross



More information about the yocto mailing list