gdk-pixbuf

Toolkit for image loading and pixel buffer manipulation

brewmacoslinux
Try with needOr install directly
Source

About

Toolkit for image loading and pixel buffer manipulation

Commands

gdk-pixbuf-query-loadersgdk-pixbuf-csource

Examples

Query available image loaders and their supported formats$ gdk-pixbuf-query-loaders
Convert an image file into C source code$ gdk-pixbuf-csource --raw image.png > image.c
Generate C code with variable name from image$ gdk-pixbuf-csource --raw --name=my_image icon.jpg > icon.c