dmagick.c.cacheView

Undocumented in source.

Members

Aliases

ssize_t
alias ssize_t = ptrdiff_t
Undocumented in source.

Enums

VirtualPixelMethod
enum VirtualPixelMethod

Specify contents of virtual pixels.

Functions

AcquireAuthenticCacheView
CacheView* AcquireAuthenticCacheView(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.
AcquireCacheView
CacheView* AcquireCacheView(const(Image)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AcquireVirtualCacheView
CacheView* AcquireVirtualCacheView(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.
CloneCacheView
CacheView* CloneCacheView(const(CacheView)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DestroyCacheView
CacheView* DestroyCacheView(CacheView* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GetCacheViewAuthenticIndexQueue
IndexPacket* GetCacheViewAuthenticIndexQueue(CacheView* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GetCacheViewAuthenticPixelQueue
PixelPacket* GetCacheViewAuthenticPixelQueue(CacheView* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GetCacheViewAuthenticPixels
PixelPacket* GetCacheViewAuthenticPixels(CacheView* , ssize_t , ssize_t , size_t , size_t , ExceptionInfo* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GetCacheViewChannels
size_t GetCacheViewChannels(const(CacheView)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GetCacheViewColorspace
ColorspaceType GetCacheViewColorspace(const(CacheView)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GetCacheViewException
ExceptionInfo* GetCacheViewException(const(CacheView)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GetCacheViewExtent
MagickSizeType GetCacheViewExtent(const(CacheView)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GetCacheViewStorageClass
ClassType GetCacheViewStorageClass(const(CacheView)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GetCacheViewVirtualIndexQueue
const(IndexPacket)* GetCacheViewVirtualIndexQueue(const(CacheView)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GetCacheViewVirtualPixelQueue
const(PixelPacket)* GetCacheViewVirtualPixelQueue(const(CacheView)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GetCacheViewVirtualPixels
const(PixelPacket)* GetCacheViewVirtualPixels(const(CacheView)* , ssize_t , ssize_t , size_t , size_t , ExceptionInfo* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GetOneCacheViewAuthenticPixel
MagickBooleanType GetOneCacheViewAuthenticPixel(const(CacheView)* , ssize_t , ssize_t , PixelPacket* , ExceptionInfo* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GetOneCacheViewVirtualMethodPixel
MagickBooleanType GetOneCacheViewVirtualMethodPixel(const(CacheView)* , VirtualPixelMethod , ssize_t , ssize_t , PixelPacket* , ExceptionInfo* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GetOneCacheViewVirtualPixel
MagickBooleanType GetOneCacheViewVirtualPixel(const(CacheView)* , ssize_t , ssize_t , PixelPacket* , ExceptionInfo* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
QueueCacheViewAuthenticPixels
PixelPacket* QueueCacheViewAuthenticPixels(CacheView* , ssize_t , ssize_t , size_t , size_t , ExceptionInfo* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SetCacheViewStorageClass
MagickBooleanType SetCacheViewStorageClass(CacheView* , ClassType )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SetCacheViewVirtualPixelMethod
MagickBooleanType SetCacheViewVirtualPixelMethod(CacheView* , VirtualPixelMethod )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SyncCacheViewAuthenticPixels
MagickBooleanType SyncCacheViewAuthenticPixels(CacheView* , ExceptionInfo* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

CacheView
struct CacheView
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta