Blue Brain BioExplorer
ImageUtils.h File Reference
#include <platform/core/common/Types.h>
#include <FreeImage.h>
Include dependency graph for ImageUtils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  core::freeimage::ImageDeleter
 
struct  core::freeimage::MemoryDeleter
 

Namespaces

 core
 
 core::freeimage
 

Typedefs

using core::freeimage::ImagePtr = std::unique_ptr< FIBITMAP, ImageDeleter >
 
using core::freeimage::MemoryPtr = std::unique_ptr< FIMEMORY, MemoryDeleter >
 

Functions

bool core::freeimage::SwapRedBlue32 (FIBITMAP *freeImage)
 
std::string core::freeimage::getBase64Image (ImagePtr image, const std::string &format, const int quality)
 
ImagePtr core::freeimage::mergeImages (const std::vector< ImagePtr > &images)