glbinding
- Ebuilds: 1, Testing: 3.1.0_p1 Description:
glbinding leverages modern C++11 features like enum classes,
lambdas, and variadic templates, instead of relying on macros; all
OpenGL symbols are real functions and variables. It provides
type-safe parameters, per feature API header, lazy function
resolution, multi-context and multi-thread support, global and local
function callbacks, meta information about the generated OpenGL
binding and the OpenGL runtime, as well as tools and examples for
quick-starting your projects. Based on the OpenGL API specification
(gl.xml) glbinding is generated using python scripts and templates
that can be easily adapted to fit custom needs.
Homepage:https://github.com/cginternals/glbinding License: MIT
imglib2
- Ebuilds: 2, Testing: 9999 Description:
ImgLib2 is a general-purpose, multidimensional image processing library.
It provides an interface-driven design that supports numeric and non-numeric data types (8-bit unsigned integer, 32-bit floating point, etc.) in an extensible way. It implements several data sources and sample organizations, including one single primitive array, one array per plane, N-dimensional array “cells” cached to and from disk on demand, and planes read on demand from disk.
Homepage:
http://imglib2.net/
https://github.com/imglib/imglib2
scifio-jai-imageio
- Ebuilds: 2, Testing: 9999 Description:
SCIFIO version of the Java Advanced Imaging Image I/O Tools API Core. Java API to handle JPEG and JPEG2000 files. Used by Bio-Formats to read images compressed with JPEG2000 and lossless JPEG.
Homepage:http://jai-imageio.dev.java.net/