eLynx SDK v3.3.0
C++ image processing API reference

Supported Image File Format plugins

eLynx SDK supports loading and saving ImageVariant for several image file formats. Image file formats plugin packages have the extension elxIFF.

Before using loading or saving servives, you have to register all existing .elxIFF (Image File Format) plugins. For this just use this code segment:

#include <elx/image/ImageFileManager.h>
...
// relative path where to look for image file format plugins
bool bSuccess = the_ImageFileManager.Register("Plugins");

Plugin list:

fits, tiff, jpeg, tga, bmp, png, psd, raw

Plugins test suites


This is the list of actual plugins with their features:

R/WRead/Write RRead only
File
Format
Pixel type and resolution
Typeintegerfloating point
8-bit16-bit32-bit32-bit64-bit
fits GreyR/W R/W R/W R/W R/W
Grey+AlphaR/W R/W R/W R/W R/W
RGBR/W R/W R/W R/W R/W
RGB+AlphaR/W R/W R/W R/W R/W
tiff GreyR/W R/W - R/W -
BayerR/W R/W - R/W -
RGBR/W R/W - R/W -
jpeg GreyR/W - - - -
RGBR/W - - - -
gif GreyR - - - -
RGBR - - - -
RGB+AlphaR - - - -
tga GreyR - - - -
RGBR - - - -
bmp GreyR - - - -
RGBR - - - -
RGB+AlphaR - - - -
png GreyR/W R/W - - -
Grey+AlphaR/W R/W - - -
RGBR/W R/W - - -
RGB+AlphaR/W R/W - - -
psd GreyR R - - -
Grey+AlphaR R - - -
RGBR R - - -
RGB+AlphaR R - - -
LabR R - - -
CMYKR R - - -
pbm GreyR - - - -
pgm GreyR/W R/W - - -
ppm RGBR/W R/W - - -
pnm GreyR/W R/W - - -
RGBR/W R/W - - -
raw Bayer - R - - -

Generated on Thu Dec 9 2010 by doxygen 1.7.2