Coin Logo Coin3D is Free Software,
published under the BSD 3-clause license.
https://bitbucket.org/Coin3D/
http://www.kongsberg.com/kogt/
simage Documentation

Simage is a library capable of loading, manipulating and saving images, creating and saving movies (AVI and mpeg), and loading audio. The simage library relies heavily on 3rd party libraries to perform these tasks.

The main interface for Simage usage is documented in the main <simage.h> header file.

Coin uses Simage just to read textures, but the programmer is of course free to use the other features of the simage library directly.

Supported image file formats:

  • JPEG: reading and writing (through libjpeg)
  • PNG: reading and writing (using libpng and zlib)
  • GIF
  • TIFF
  • RGB: reading only
  • PIC: reading only
  • TGA (targa): reading only
  • EPS (encapsulated postscript): writing only

Supported video file formats:

  • AVI: writing
  • MPEG

Supported audio file formats:

  • Ogg/Vorbis
  • formats supported through: libsndfile.