I have searched the web and spent at least a couple of hours on this with different libraries and such. However, being 100% new to Java and web applets I haven't hit a home run yet.
All I need is an applet which will display a tiff image in a browser, with the url of the image given by parameter. (Or I could put the image byte data directly into a parameter, I don't care.) The url of the image will be .asp with a query string, but it will provide the binary contents of a tiff file.
Ability to zoom or pan would be nice but not required.
I've played around with the lizardworks tiff library, but simply don't know enough. I downloaded the Applet Example for 1.1.3 but I'm pretty sure that I have to compile any changes I make to the TiffApplet.java file and haven't gotten that far yet.
There are a number of not-free tiff image viewers online. Does anyone know where I might get a free one? Is any expert willing to take ten minutes to whomp me up such a thing? At least send me in the right direction?
I would love to learn more about java and web applets some time, but I am slammed with work right now and just need a solution for a crucial project with a nearing deadline.
Thank you in advance for any time or effort you spend to help me.
Erik
[COLOR=#aa88aa black]Cum catapultae proscriptae erunt tum soli proscript catapultas habebunt.[/color]
All I need is an applet which will display a tiff image in a browser, with the url of the image given by parameter. (Or I could put the image byte data directly into a parameter, I don't care.) The url of the image will be .asp with a query string, but it will provide the binary contents of a tiff file.
Ability to zoom or pan would be nice but not required.
I've played around with the lizardworks tiff library, but simply don't know enough. I downloaded the Applet Example for 1.1.3 but I'm pretty sure that I have to compile any changes I make to the TiffApplet.java file and haven't gotten that far yet.
There are a number of not-free tiff image viewers online. Does anyone know where I might get a free one? Is any expert willing to take ten minutes to whomp me up such a thing? At least send me in the right direction?
I would love to learn more about java and web applets some time, but I am slammed with work right now and just need a solution for a crucial project with a nearing deadline.
Thank you in advance for any time or effort you spend to help me.
Erik
[COLOR=#aa88aa black]Cum catapultae proscriptae erunt tum soli proscript catapultas habebunt.[/color]