>>>>> "SD" == Steven Dow <[EMAIL PROTECTED]> writes:

SD> Does anyone know how to extend the SVG viewer to handle image
SD> files in addition to JPG and PNG such as TIF or CIT?

    Batik already supports most forms of Tiff (Just use it in an image
tag).

    As for adding additional file types, 

    1) There is some documentation on this at our Web site:
       http://xml.apache.org/batik/extendingBatik.html#imageTagFormats

    2) You can look at how the current PNG and Tiff stuff is done
       (they are essentially just built in extensions).  

    Taking a wild guess (based on the CIT request) you may be coming
from the JAI world, in which case it should be a relatively small
amount of work to repurpose an existing JAI reader for Batik (they use
many of the same concepts/interfaces).


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to