HomeSort by relevance Sort by last modified time
    Searched refs:ReplaceImageInList (Results 1 - 11 of 11) sorted by null

  /external/ImageMagick/MagickCore/
list.h 56 ReplaceImageInList(Image **,Image *),
constitute.c 704 ReplaceImageInList(&next,crop_image);
717 ReplaceImageInList(&next,size_image);
    [all...]
list.c     [all...]
methods.h     [all...]
  /external/ImageMagick/MagickWand/
magick-image.c 206 ReplaceImageInList(&wand->images,sharp_image);
252 ReplaceImageInList(&wand->images,resize_image);
305 ReplaceImageInList(&wand->images,sharp_image);
358 ReplaceImageInList(&wand->images,threshold_image);
512 ReplaceImageInList(&wand->images,noise_image);
566 ReplaceImageInList(&wand->images,affine_image);
    [all...]
operation.c     [all...]
mogrify.c     [all...]
  /external/ImageMagick/www/api/
list.php 55 <p class="text-center"><a href="list.php#AppendImageToList">AppendImageToList</a> &bull; <a href="list.php#CloneImageList">CloneImageList</a> &bull; <a href="list.php#CloneImages">CloneImages</a> &bull; <a href="list.php#DeleteImageFromList">DeleteImageFromList</a> &bull; <a href="list.php#DeleteImages">DeleteImages</a> &bull; <a href="list.php#DestroyImageList">DestroyImageList</a> &bull; <a href="list.php#DuplicateImages">DuplicateImages</a> &bull; <a href="list.php#GetFirstImageInList">GetFirstImageInList</a> &bull; <a href="list.php#GetImageFromList">GetImageFromList</a> &bull; <a href="list.php#GetImageIndexInList">GetImageIndexInList</a> &bull; <a href="list.php#GetImageListLength">GetImageListLength</a> &bull; <a href="list.php#GetLastImageInList">GetLastImageInList</a> &bull; <a href="list.php#GetNextImageInList">GetNextImageInList</a> &bull; <a href="list.php#GetPreviousImageInList">GetPreviousImageInList</a> &bull; <a href="list.php#ImageListToArray">ImageListToArray</a> &bull; <a href="list.php#InsertImageInList">InsertImageInList</a> &bull; <a href="list.php#NewImageList">NewImageList</a> &bull; <a href="list.php#PrependImageToList">PrependImageToList</a> &bull; <a href="list.php#RemoveImageFromList">RemoveImageFromList</a> &bull; <a href="list.php#RemoveFirstImageFromList">RemoveFirstImageFromList</a> &bull; <a href="list.php#RemoveLastImageFromList">RemoveLastImageFromList</a> &bull; <a href="list.php#ReplaceImageInList">ReplaceImageInList</a> &bull; <a href="list.php#ReplaceImageInListReturnLast">ReplaceImageInListReturnLast</a> &bull; <a href="list.php#ReverseImageList">ReverseImageList</a> &bull; <a href="list.php#SpliceImageIntoList">SpliceImageIntoList</a> &bull; <a href="list.php#SplitImageList">SplitImageList</a></p>
585 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/list_8c.html" id="ReplaceImageInList">ReplaceImageInList</a></h2>
587 <p>ReplaceImageInList() replaces an image in the list with the given image, or list of images. Old image is destroyed.</p>
591 <p>The format of the ReplaceImageInList method is:</p>
594 ReplaceImageInList(Image **images,Image *replace)
615 <p>ReplaceImageInListReturnLast() is exactly as ReplaceImageInList() except the images pointer is set to the last image in the list of replacemen images.</p>
619 <p>The format of the ReplaceImageInList method is:</p>
  /external/ImageMagick/coders/
icon.c 390 ReplaceImageInList(&image,icon_image);
    [all...]
psd.c     [all...]
msl.c     [all...]

Completed in 46 milliseconds