dmagick.c.list

Undocumented in source.

Members

Aliases

ssize_t
alias ssize_t = ptrdiff_t
Undocumented in source.

Functions

AppendImageToList
void AppendImageToList(Image** , const(Image)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CloneImageList
Image* CloneImageList(const(Image)* , ExceptionInfo* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CloneImages
Image* CloneImages(const(Image)* , const(char)* , ExceptionInfo* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DeleteImageFromList
void DeleteImageFromList(Image** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DeleteImages
void DeleteImages(Image** , const(char)* , ExceptionInfo* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DestroyImageList
Image* DestroyImageList(Image* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DuplicateImages
Image* DuplicateImages(Image* , size_t , char* , ExceptionInfo* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GetFirstImageInList
Image* GetFirstImageInList(const(Image)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GetImageFromList
Image* GetImageFromList(const(Image)* , ssize_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GetImageIndexInList
ssize_t GetImageIndexInList(const(Image)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GetImageListLength
size_t GetImageListLength(const(Image)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GetLastImageInList
Image* GetLastImageInList(const(Image)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GetNextImageInList
Image* GetNextImageInList(const(Image)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GetPreviousImageInList
Image* GetPreviousImageInList(const(Image)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImageListToArray
Image** ImageListToArray(const(Image)* , ExceptionInfo* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
InsertImageInList
void InsertImageInList(Image** , Image* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewImageList
Image* NewImageList()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PrependImageToList
void PrependImageToList(Image** , Image* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RemoveFirstImageFromList
Image* RemoveFirstImageFromList(Image** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RemoveImageFromList
Image* RemoveImageFromList(Image** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RemoveLastImageFromList
Image* RemoveLastImageFromList(Image** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ReplaceImageInList
void ReplaceImageInList(Image** , Image* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ReplaceImageInListReturnLast
void ReplaceImageInListReturnLast(Image** , Image* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ReverseImageList
void ReverseImageList(Image** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SpliceImageIntoList
Image* SpliceImageIntoList(Image** , size_t , const(Image)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SplitImageList
Image* SplitImageList(Image* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SyncImageList
void SyncImageList(Image* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SyncNextImageInList
Image* SyncNextImageInList(const(Image)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta