-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
25 lines (19 loc) · 945 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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>