libCZI
Reading CZI documents made easy
|
The interface used for operating image decoder. That is the simplest possible interface at this point... More...
#include <libCZI_Site.h>
Public Member Functions | |
virtual std::shared_ptr< libCZI::IBitmapData > | Decode (const void *ptrData, size_t size)=0 |
The interface used for operating image decoder. That is the simplest possible interface at this point...
|
pure virtual |
Passing in a block of raw data, decode the image and return a bitmap object.
ptrData | Pointer to a a block of memory (which contains the encoded image). |
size | The size of the memory block pointed by ptrData . |