#include "HxImageRep.h"
Go to the source code of this file.
Functions | |
| HxImageRep L_HXIMAGEREP | HxMakeFromGenerator (const HxImageSignature &signature, const HxImageGenerator *imgGenerator) |
| Make a new image with given signature. More... | |
|
||||||||||||
|
Make a new image with given signature. Pixel data and size are determined by image generator.
00015 {
00016 return HxImageFactory::instance().fromGenerator(signature, imgGenerator);
00017 }
|
1.2.12 written by Dimitri van Heesch,
© 1997-2001