HomeSort by relevance Sort by last modified time
    Searched refs:WriteImage (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/ImageMagick/MagickCore/
constitute.h 37 WriteImage(const ImageInfo *,Image *,ExceptionInfo *),
  /external/opencv/otherlibs/highgui/
grfmt_bmp.h 86 bool WriteImage( const uchar* data, int step,
grfmt_imageio.h 40 bool WriteImage( const uchar* data, int step,
grfmt_png.h 82 bool WriteImage( const uchar* data, int step,
grfmt_pxm.h 81 bool WriteImage( const uchar* data, int step,
grfmt_sunras.h 93 bool WriteImage( const uchar* data, int step,
grfmt_jpeg.h 78 bool WriteImage( const uchar* data, int step,
190 bool WriteImage( const uchar* data, int step,
grfmt_base.h 101 virtual bool WriteImage( const uchar* data, int step,
grfmt_exr.h 95 bool WriteImage( const uchar* data, int step,
grfmt_jpeg2000.h 91 bool WriteImage( const uchar* data, int step,
grfmt_tiff.h 154 bool WriteImage( const uchar* data, int step,
grfmt_imageio.cpp 275 bool GrFmtImageIOWriter::WriteImage( const uchar* data, int step,
  /external/tensorflow/tensorflow/core/kernels/
summary_interface.h 46 virtual Status WriteImage(int64 global_step, Tensor t, const string& tag,
  /external/ImageMagick/www/source/
core.c 54 WriteImage(image_info,thumbnails);
  /external/ImageMagick/coders/
thumbnail.c 222 status=WriteImage(write_info,thumbnail_image,exception);
clip.c 250 status=WriteImage(write_info,clip_image,exception);
matte.c 221 status=WriteImage(write_info,matte_image,exception);
mask.c 315 status=WriteImage(write_info,mask_image,exception);
histogram.c 385 status=WriteImage(write_info,histogram_image,exception);
vid.c 348 status=WriteImage(write_info,montage_image,exception);
  /external/ImageMagick/www/api/
constitute.php 55 <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>
stream.php 90 <p>WriteStream() makes the image pixels available to a user supplied callback method immediately upon writing pixel data with the WriteImage() method.</p>
  /external/tensorflow/tensorflow/contrib/tensorboard/db/
summary_file_writer_test.cc 144 TEST_F(SummaryFileWriterTest, WriteImage) {
150 TF_RETURN_IF_ERROR(writer->WriteImage(2, one, "name", 1, Tensor()));
  /external/dng_sdk/source/
dng_preview.cpp 239 writer.WriteImage (host,
601 writer.WriteImage (host,
663 writer.WriteImage (host,
  /art/patchoat/
patchoat.h 116 bool WriteImage(File* out);

Completed in 1491 milliseconds

1 2 3