#include "HxImageRep.h"
Go to the source code of this file.
Functions | |
HxImageRep L_HXIMAGEREP | HxMakeFromImage (const HxImageSignature &signature, HxImageRep src) |
Make a new image with given signature. More... |
|
Make a new image with given signature. Sizes and data are taken from given image.
00014 { 00015 return HxImageFactory::instance().fromImage(signature, src); 00016 } |