#include "HxImageRep.h"
Go to the source code of this file.
Functions | |
HxImageRep L_HXIMAGEREP | HxMakeFromByteData (int pixelDimensionality, int dimensions, HxSizes sizes, HxByte *data) |
Make a new image with given signature and sizes. More... |
|
Make a new image with given signature and sizes. Pixel data is initialized from given values.
00015 { 00016 return HxImageFactory::instance().fromByteData(pixelDimensionality, 00017 dimensions, sizes, data); 00018 } |