diff options
Diffstat (limited to 'dmagick/c/cacheView.d')
| -rw-r--r-- | dmagick/c/cacheView.d | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dmagick/c/cacheView.d b/dmagick/c/cacheView.d index 24e1dd0..72db65b 100644 --- a/dmagick/c/cacheView.d +++ b/dmagick/c/cacheView.d @@ -103,7 +103,18 @@ extern(C) struct CacheView {} + static if ( MagickLibVersion >= 0x677 ) + { + CacheView* AcquireAuthenticCacheView(const(Image)*, ExceptionInfo*); + } + CacheView* AcquireCacheView(const(Image)*); + + static if ( MagickLibVersion >= 0x677 ) + { + CacheView* AcquireVirtualCacheView(const(Image)*, ExceptionInfo*); + } + CacheView* CloneCacheView(const(CacheView)*); CacheView* DestroyCacheView(CacheView*); |
