home *** CD-ROM | disk | FTP | other *** search
/ Clickx 75 / Clickx 75.iso / software / expressionweb / expressionwebv3 / ExpressionWeb_en.exe / Setup / WeImp.cab / PsdImaging.dll / XML / CACHEGRIDEFFECT.XML < prev    next >
Encoding:
Extensible Markup Language  |  2009-07-15  |  641 b   |  13 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <effect label="CacheGrid">
  3.   <description>
  4.     This effect caches requested tiles and is able to stitch them together to process subsequent requests
  5.     without having to request the rest of the effect pipeline to re-render everything.
  6.     In this version, all cached tiles are actually aligned on a specific, fixed-step grid (e.g. 512x512 grid).
  7.     That means that there are no overlapping tiles in cache.
  8.     That also guarantees that the effect below will always been called in a consistent manner with the same tile locations and size.
  9.   </description>
  10.  
  11.   <input index="0"/>
  12. </effect>
  13.