#include "HxImageRep.h"
Go to the source code of this file.
Functions | |
HxImageRep L_HXIMAGEREP | HxMakeFromSignature (const HxImageSignature &signature, HxSizes sizes) |
Make an uninitialized image with given signature and sizes. More... |
|
Make an uninitialized image with given signature and sizes.
00014 { 00015 return HxImageFactory::instance().fromSignature(signature, sizes); 00016 } |