thenumbernine / Image

image loading library in C++. I'm slowly collecting formats.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C++11 image loading library
based on Tensor and on Common
I'm slowly accumulating formats.
The only one I really care about is FITS.
Currently supports some reading of: bmp, fits, jpeg, png, ppm, tga, and tiff
Supports writing of some of those.

luabindings has a lib for bindings to lua
includes the LuaCxx to link to lua
make sure you build LuaCxx with the appropriate Lua that you're going to use (Lua v.whatever vs LuaJIT) this with

About

image loading library in C++. I'm slowly collecting formats.


Languages

Language:C++ 96.7%Language:Makefile 2.7%Language:Lua 0.5%