|
java can't load png file |
Posted by loadPNG_java on Aug-25-2022 08:40 |
|
test-1.png can't be rendered.
|
Re: java can't load png file |
Posted by Peter Kwan on Aug-26-2022 00:38 |
|
Hi,
We have tested and we confirm it is a bug in ChartDirector. It occurs only in rare cases with certain PNG encoders. We should be able to release a patch that can fix a problem within 24 hours.
Regards
Peter Kwan |
Re: java can't load png file |
Posted by Peter Kwan on Aug-27-2022 01:22 |
|
I have just uploaded a ChartDirector 7.0 for Java patch that can fix the problem mentioned in this thread. The patch can be downloaded from:
https://www.advsofteng.com/support/cdjava701.zip
To apply the patch, please use the ChartDirector.jar file in the downloaded zip to replace your existing ChartDirector.jar.
Regards
Peter Kwan |
Re: java can't load png file |
Posted by loadPNG_java on Aug-27-2022 07:24 |
|
Hi Peter,
I have solved with load(inputstream is,-1) which is more powerful.
Thanks! |
|