Searched refs:WriteImage (Results 1 - 25 of 57) sorted by relevance

123

/external/ImageMagick/MagickCore/
H A Dconstitute.h37 WriteImage(const ImageInfo *,Image *,ExceptionInfo *),
/external/opencv/otherlibs/highgui/
H A Dgrfmt_imageio.h40 bool WriteImage( const uchar* data, int step,
H A Dgrfmt_bmp.h86 bool WriteImage( const uchar* data, int step,
H A Dgrfmt_png.h82 bool WriteImage( const uchar* data, int step,
H A Dgrfmt_pxm.h81 bool WriteImage( const uchar* data, int step,
H A Dgrfmt_sunras.h93 bool WriteImage( const uchar* data, int step,
H A Dgrfmt_jpeg.h78 bool WriteImage( const uchar* data, int step,
190 bool WriteImage( const uchar* data, int step,
H A Dgrfmt_exr.h95 bool WriteImage( const uchar* data, int step,
H A Dgrfmt_jpeg2000.h91 bool WriteImage( const uchar* data, int step,
H A Dgrfmt_base.h101 virtual bool WriteImage( const uchar* data, int step,
H A Dgrfmt_tiff.h154 bool WriteImage( const uchar* data, int step,
H A Dgrfmt_imageio.cpp275 bool GrFmtImageIOWriter::WriteImage( const uchar* data, int step, function in class:GrFmtImageIOWriter
H A Dgrfmt_png.cpp266 bool GrFmtPngWriter::WriteImage( const uchar* data, int step, function in class:GrFmtPngWriter
/external/ImageMagick/www/source/
H A Dcore.c54 WriteImage(image_info,thumbnails);
/external/ImageMagick/coders/
H A Dthumbnail.c222 status=WriteImage(write_info,thumbnail_image,exception);
H A Dclip.c250 status=WriteImage(write_info,clip_image,exception);
H A Dmatte.c221 status=WriteImage(write_info,matte_image,exception);
H A Dmask.c315 status=WriteImage(write_info,mask_image,exception);
H A Dhistogram.c385 status=WriteImage(write_info,histogram_image,exception);
H A Dvid.c348 status=WriteImage(write_info,montage_image,exception);
H A Dhtml.c391 (void) WriteImage(write_info,image,exception);
H A Dxtrn.c436 status=WriteImage(clone_info,image,exception);
/external/ImageMagick/www/api/
H A Dconstitute.php55 <p class="text-center"><a href="constitute.php#ConstituteImage">ConstituteImage</a> &bull; <a href="constitute.php#PingImage">PingImage</a> &bull; <a href="constitute.php#PingImages">PingImages</a> &bull; <a href="constitute.php#ReadImage">ReadImage</a> &bull; <a href="constitute.php#ReadImages">ReadImages</a> &bull; <a href="constitute.php#WriteImage">WriteImage</a> &bull; <a href="constitute.php#WriteImages">WriteImages</a></p>
219 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/constitute_8c.html" id="WriteImage">WriteImage</a></h2>
221 <p>WriteImage() writes an image or an image sequence to a file or file handle. If writing to a file is on disk, the name is defined by the filename member of the image structure. WriteImage() returns MagickFalse is there is a memory shortage or if the image cannot be written. Check the exception member of image to determine the cause for any failure.</p>
223 <p>The format of the WriteImage method is:</p>
226 MagickBooleanType WriteImage(const ImageInfo *image_info,Image *image,
252 <p>WriteImages() writes an image sequence into one or more files. While WriteImage() can write an image sequence, it is limited to writing the sequence into a single file using a format which supports multiple frames. WriteImages(), however, does not have this limitation, instead it generates multiple output files if necessary (or when requested). When ImageInfo's adjoin flag is set to MagickFalse, the file name is expected to include a printf-style formatting string for the frame number (e.g. "image02d.png").</p>
H A Dstream.php90 <p>WriteStream() makes the image pixels available to a user supplied callback method immediately upon writing pixel data with the WriteImage() method.</p>
/external/dng_sdk/source/
H A Ddng_preview.cpp239 writer.WriteImage (host,
601 writer.WriteImage (host,
663 writer.WriteImage (host,

Completed in 308 milliseconds

123