• Home
  • Raw
  • Download

Lines Matching full:images

14images. It can read and write images in a variety of formats (over 200) including PNG, JPEG, JPEG-…
28 <link rel="icon" href="../images/wand.png"/>
29 <link rel="shortcut icon" href="../images/wand.ico"/>
68 AppendImageToList(Image *images,const Image *image)
78 <dt>images</dt>
94 Image *CloneImageList(const Image *images,ExceptionInfo *exception)
104 <dt>images</dt>
115 <p>CloneImages() clones one or more images from an image sequence, using a comma separated list of …
117images starting counting from the end of the range. Images may be refered to multiple times to clo…
119 <p>Images referenced may be reversed, and results in a clone of those images also being made with a…
124 Image *CloneImages(const Image *images,const char *scenes,
135 <dt>images</dt>
155 DeleteImageFromList(Image **images)
165 <dt>images</dt>
172 <p>DeleteImages() deletes one or more images from an image sequence, using a comma separated list o…
174images starting counting from the end of the range. Images may be refered to multiple times withou…
176 <p>If the referenced images are in the reverse order, that range will be completely ignored, unlike…
181 DeleteImages(Image **images,const char *scenes,ExceptionInfo *exception)
191 <dt>images</dt>
228 <p>DuplicateImages() duplicates one or more images from an image sequence, using a count and a comm…
230images starting counting from the end of the range. Images may be refered to multiple times withou…
235 Image *DuplicateImages(Image *images,const size_t number_duplicates,
246 <dt>images</dt>
270 Image *GetFirstImageInList(const Image *images)
280 <dt>images</dt>
296 Image *GetImageFromList(const Image *images,const ssize_t index)
306 <dt>images</dt>
322 ssize_t GetImageIndexInList(const Image *images)
332 <dt>images</dt>
339 <p>GetImageListLength() returns the length of the list (the number of images in the list).</p>
344 size_t GetImageListLength(const Image *images)
354 <dt>images</dt>
366 Image *GetLastImageInList(const Image *images)
376 <dt>images</dt>
388 Image *GetNextImageInList(const Image *images)
398 <dt>images</dt>
410 Image *GetPreviousImageInList(const Image *images)
420 <dt>images</dt>
429 <p>The images remain part of the original image list, with the array providing an alternative means…
431 …mageListToArray(images, exception); while (i = 0; group[i] != (Image *) NULL; i++) printf("s\n", g…
436 Image **ImageListToArray(const Image *images,ExceptionInfo *exception)
462 InsertImageInList(Image **images,Image *insert)
472 <dt>images</dt>
498 PrependImageToList(Image *images,Image *image)
508 <dt>images</dt>
526 Image *RemoveImageFromList(Image **images)
536 <dt>images</dt>
550 Image *RemoveFirstImageFromList(Image **images)
560 <dt>images</dt>
574 Image *RemoveLastImageFromList(Image **images)
584 <dt>images</dt>
591 <p>ReplaceImageInList() replaces an image in the list with the given image, or list of images. Old…
593 <p>The images list pointer is set to point to the first image of the inserted list of images.</p>
598 ReplaceImageInList(Image **images,Image *replace)
608 <dt>images</dt>
619 …ctly as ReplaceImageInList() except the images pointer is set to the last image in the list of rep…
621 … image that follows the just replaced image, even if a list of replacement images was inserted.</p>
626 ReplaceImageInListReturnLast(Image **images,Image *replace)
636 <dt>images</dt>
652 void ReverseImageList(Image **images)
662 <dt>images</dt>
669 …iceImageIntoList() removes 'length' images from the list and replaces them with the specified spli…
674 SpliceImageIntoList(Image **images,const size_t,
685 <dt>images</dt>
705 Image *SplitImageList(Image *images)
715 <dt>images</dt>