eLynx SDK
v3.3.0 C++ image processing API reference |
For users, eLynx SDK is based on ImageVariant an utility class.
Its pixel format is known at run-time and can change during the image life cycle.
ImageVariant image("myImage.jpg"); // RGB 3x8-bit image.FlipVertical(); image.ChangeResolution(RT_UINT16); // RGB 3x16-bit image.Save("myImage-flip.tif");