OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ConstituteImage
(Results
1 - 2
of
2
) sorted by null
/external/ImageMagick/MagickCore/
constitute.c
96
%
ConstituteImage
() returns an image from the pixel data you supply.
102
% image =
ConstituteImage
(640,480,"RGB",CharPixel,pixels,&exception);
104
% The format of the
ConstituteImage
method is:
106
% Image *
ConstituteImage
(const size_t columns,const size_t rows,
134
MagickExport Image *
ConstituteImage
(const size_t columns,const size_t rows,
[
all
...]
methods.h
207
#define
ConstituteImage
PrependMagickMethod(
ConstituteImage
)
[
all
...]
Completed in 48 milliseconds