#include "HxImageRep.h"
Go to the source code of this file.
Functions | |
| HxImageRep L_HXIMAGEREP | HxMakeFromNamedGenerator (const HxImageSignature &signature, HxString generatorName, HxTagList &tags) |
| 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().fromNamedGenerator(signature,
00017 generatorName, tags);
00018 }
|
1.2.12 written by Dimitri van Heesch,
© 1997-2001