OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ExportImagePixels
(Results
1 - 2
of
2
) sorted by null
/external/ImageMagick/MagickCore/
pixel.c
475
%
ExportImagePixels
() extracts pixel data from an image and returns it to you.
483
%
ExportImagePixels
(image,0,0,640,1,"RGB",CharPixel,pixels,exception);
485
% The format of the
ExportImagePixels
method is:
487
% MagickBooleanType
ExportImagePixels
(const Image *image,const ssize_t x,
[
all
...]
methods.h
318
#define
ExportImagePixels
PrependMagickMethod(
ExportImagePixels
)
[
all
...]
Completed in 255 milliseconds