• Home
  • Raw
  • Download

Lines Matching full:images

12 … content="Use ImageMagick® to create, edit, compose, and convert digital images. Resize an image, …
27 <meta property='og:image' content='../../../images/logo.png' />
30 <meta property='og:description' content="Create, Edit, Compose, or Convert Digital Images" />
33 <link href="../../../images/wand.png" rel="icon" />
34 <link href="../../../images/wand.ico" rel="shortcut icon" />
40 …s="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../../images/wand.ico"/></a>
103 AppendImageToList(Image *images,const Image *image)
113 <dt>images</dt>
129 Image *CloneImageList(const Image *images,ExceptionInfo *exception)
139 <dt>images</dt>
150 <p>CloneImages() clones one or more images from an image sequence, using a comma separated list of …
152images starting counting from the end of the range. Images may be referred to multiple times to cl…
154 <p>Images referenced may be reversed, and results in a clone of those images also being made with a…
159 Image *CloneImages(const Image *images,const char *scenes,
170 <dt>images</dt>
190 DeleteImageFromList(Image **images)
200 <dt>images</dt>
207 <p>DeleteImages() deletes one or more images from an image sequence, using a comma separated list o…
209images starting counting from the end of the range. Images may be referred to multiple times witho…
211 <p>If the referenced images are in the reverse order, that range will be completely ignored, unlike…
216 DeleteImages(Image **images,const char *scenes,ExceptionInfo *exception)
226 <dt>images</dt>
263 <p>DuplicateImages() duplicates one or more images from an image sequence, using a count and a comm…
265images starting counting from the end of the range. Images may be referred to multiple times witho…
270 Image *DuplicateImages(Image *images,const size_t number_duplicates,
281 <dt>images</dt>
305 Image *GetFirstImageInList(const Image *images)
315 <dt>images</dt>
331 Image *GetImageFromList(const Image *images,const ssize_t index)
341 <dt>images</dt>
357 ssize_t GetImageIndexInList(const Image *images)
367 <dt>images</dt>
374 <p>GetImageListLength() returns the length of the list (the number of images in the list).</p>
379 size_t GetImageListLength(const Image *images)
389 <dt>images</dt>
401 Image *GetLastImageInList(const Image *images)
411 <dt>images</dt>
423 Image *GetNextImageInList(const Image *images)
433 <dt>images</dt>
445 Image *GetPreviousImageInList(const Image *images)
455 <dt>images</dt>
464 <p>The images remain part of the original image list, with the array providing an alternative means…
466 …mageListToArray(images, exception); while (i = 0; group[i] != (Image *) NULL; i++) printf("s\n", g…
471 Image **ImageListToArray(const Image *images,ExceptionInfo *exception)
497 InsertImageInList(Image **images,Image *insert)
507 <dt>images</dt>
533 PrependImageToList(Image *images,Image *image)
543 <dt>images</dt>
561 Image *RemoveImageFromList(Image **images)
571 <dt>images</dt>
585 Image *RemoveFirstImageFromList(Image **images)
595 <dt>images</dt>
609 Image *RemoveLastImageFromList(Image **images)
619 <dt>images</dt>
626 <p>ReplaceImageInList() replaces an image in the list with the given image, or list of images. Old…
628 <p>The images list pointer is set to point to the first image of the inserted list of images.</p>
633 ReplaceImageInList(Image **images,Image *replace)
643 <dt>images</dt>
654 …ctly as ReplaceImageInList() except the images pointer is set to the last image in the list of rep…
656 … image that follows the just replaced image, even if a list of replacement images was inserted.</p>
661 ReplaceImageInListReturnLast(Image **images,Image *replace)
671 <dt>images</dt>
687 void ReverseImageList(Image **images)
697 <dt>images</dt>
704 …iceImageIntoList() removes 'length' images from the list and replaces them with the specified spli…
709 SpliceImageIntoList(Image **images,const size_t,
720 <dt>images</dt>
740 Image *SplitImageList(Image *images)
750 <dt>images</dt>
763 …="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../../images/wand.ico"/></a>