artunit/cocoon-serializers-ko
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
README – Created: April 2011 Last Revised: Oct. 2011 Project: Cecil serializer This a cocoon serializer to be built against trunk. If you just want to use the serializer itself, you just need the jar file. The application uses the Java Advanced Imaging (JAI) library for handling images. The JAI achieves the greatest efficiency at the time of this writing using TIFF files. Python has met and maybe even surpassed Java's image capabilities, and I would like to port this to django at some point. The highlighting is based on having a lucene index for the terms on a page. The syntax looks like this: <tile:tileInfo xmlns:tile="http://ourontario.ca/tile/1.0"> <tile:image flow="true" z="1" h="600" w="600" x1="1084" y1="3422" x2="1212" y2="3550" overlay="/www/images/overlay.jpg" index="/var/index/0" query="thomas*" src="/www/images/00000004.tif"/> </tile:tileInfo> art rhyno <projectconifer.ca>