> When rasterizing an SVG with a larger image I get the error below. > When I replace the image with a smaller file rasterizing succeeds. > If I revert to Batik 1.6 the file rasterizes > with a broken image where my high rez image should be. > > What do I need to do to rasterize svgs with high rez large image files? Providing links which aren't broken will probably do the trick! ;-)
Note that "12094952511_o.jpeg" isn't found in the server [1], so Batik is right to complain - error message is pretty helpful here! Probably when you "replace the image with a smaller file rasterizing succeeds" as probably an existent image is then used... Just a tip: at a glance, noticed you have some files with ".jpg" extension which are actually PNG format [2]. Although Batik will probably properly deal with this, some programs may try do detect format based in extension and some weird/erroneous behavior may occur. Hope this helps, Helder Magalhães [1] http://66.17.51.121/~ds_001/designersleeves/swf/assets/ [2] http://66.17.51.121/~ds_001/designersleeves/swf/assets/12087235813_o.jpg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
