Return-Path: Delivered-To: apmail-xml-batik-dev-archive@www.apache.org Received: (qmail 60262 invoked from network); 21 Sep 2004 11:39:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 21 Sep 2004 11:39:20 -0000 Received: (qmail 6434 invoked by uid 500); 21 Sep 2004 11:39:18 -0000 Delivered-To: apmail-xml-batik-dev-archive@xml.apache.org Received: (qmail 6412 invoked by uid 500); 21 Sep 2004 11:39:18 -0000 Mailing-List: contact batik-dev-help@xml.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: batik-dev@xml.apache.org Delivered-To: mailing list batik-dev@xml.apache.org Received: (qmail 6398 invoked by uid 99); 21 Sep 2004 11:39:18 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Message-ID: <415012E0.2080307@Kodak.com> Date: Tue, 21 Sep 2004 07:39:12 -0400 From: Thomas DeWeese Organization: Eastman Kodak Company User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20040910 X-Accept-Language: en-us, en MIME-Version: 1.0 To: batik-dev@xml.apache.org Subject: Re: Fw: Problem with image - big resolution References: <002701c49fba$50d471d0$0700000a@shhwroc.pl> In-Reply-To: <002701c49fba$50d471d0$0700000a@shhwroc.pl> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi Maciej, The problem is almost certainly that you are running out of memory. A 5000x7000 pixel image takes ~ 140MB in memory, the default Java partition is 32-64Mb so clearly it won't fit. You need to increase the amount of memory allocated to java with the -Xmx command line option. Maciej =A6widerski wrote: >=20 > Hello again, > =20 > I've fixed this problem with I/O error but a have still problem with=20 > this png file. > =20 > Now I have message like this: >=20 > PNG URL is corrupt or unsupported variant: >=20 > file:/D:/Software/eclipse/workspace/test/424B.png >=20 > =20 > =20 > ----- Original Message ----- > *From:* Maciej =A6widerski > *To:* batik-dev@xml.apache.org > *Sent:* Tuesday, September 21, 2004 10:41 AM > *Subject:* Problem with image - big resolution >=20 > Hello, > =20 > I have a big problem with transcode svg that includes a png file, as a = > raster image, with resolution 7000 - 5000 to png file.when I try to=20 > trascode this svg into png file I've got brokenlink image. > =20 > I tried to display some information from Batik and this what I've got: >=20 > file:/D:/Software/eclipse/workspace/test/test.svg:-1 >=20 > An I/O error occured while processing the URI: >=20 > "d:/Software/eclipse/workspace/test/424B.png" >=20 > specified on the element >=20 > Size of this png file (that which is included into svg) is 1.5 MB. >=20 > In the svg file there are many files included but only with this one is= =20 > problem. >=20 > Could any body help me with this?? >=20 > Thanks for anything. >=20 > Maciej Swiderski >=20 --------------------------------------------------------------------- To unsubscribe, e-mail: batik-dev-unsubscribe@xml.apache.org For additional commands, e-mail: batik-dev-help@xml.apache.org