#include "HxImageRep.h"
Go to the source code of this file.
Functions | |
HxImageRep L_HXIMAGEREP | HxMakeFromImport (const HxImageSignature &signature, HxSizes sizes, HxString importOp, HxTagList &tags) |
Make a new image with given signature and sizes. More... |
|
Make a new image with given signature and sizes. Pixel values are initialized by specified import operator.
00015 { 00016 return HxImageFactory::instance().fromImport(signature, sizes, importOp, tags); 00017 } |