Multi Page Tiff

2004-11-29 Thread Litton, Tom - CEPM
Title: Multi Page Tiff I have an SVG image that I want to break into multiple pages and convert it to either a multi-page tiff or multiple tiff images.   I’m calculating the page breaks by size (every page has a height of 800 for example).  Has anyone done this before?  Is there anyone that

Re: Blank jpg output from my own code

2004-11-29 Thread Thomas DeWeese
Sean Roehnelt wrote: I wrote some very basic svg -> jpg code which looks very much like the examples I found (and also like the source for batik-rasterizer.jar, but my jpg output is always a blank white image of the correct height and width size. The svg I am converting was created in Illustrator 1

Re: JSVGCanvas updating, test program.

2004-11-29 Thread Thomas DeWeese
Hi Fernando, Fernando Mendez wrote: I have built a reduced program, based in a Batik example, that reproduces the problematic behavior of our project. The test itself is done through the actionPerformed method, called when pressing the test button. Test button should only be pressed once. I don't

Re: JSVGCanvas updating, test program.

2004-11-29 Thread Fernando Mendez
Thomas DeWeese wrote: Hi Fernando, I don't know if I've ever seen this happen before. What version of Batik are you using? Also you show the code for I am currently using Batik 1.5.1; I donwloaded it in binary form from http://apache.fastorama.com/dist/xml/ A reproduceable test case is of