Hi Michael, "Kerschbaum Michael " <[email protected]> wrote on 06/17/2009 09:06:53 AM:
> If this image is very big some MB sometimes Batik shows the default > image and sometimes not ?! I mean sometimes it is possible that the > png is loaded and sometimes not. hmmm... Is it sometime with the > memory ? Yes, most likely Batik is running out of memory with the larger PNG image. > It take some seconds befor the default image appears ?! Is > there a timeout ? Not that I am aware of, but the Java VM will get very slow when memory get's tight, so likely you need to boost the heap (search for "java -Xmx").
