#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 }
|
1.2.12 written by Dimitri van Heesch,
© 1997-2001