How to create imgae with high resolution

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
greiff
Posts: 5
Joined: Tue Nov 11, 2003 10:48 am
Location: Germany
Contact:

How to create imgae with high resolution

Post by greiff » Thu Nov 20, 2003 12:38 pm

I created images in PNG and JPEG, but the quality is always ugly.
I need to store images in files as PNG or JPEG.
Is there a way to genarte images with higher resolution.

thx for any help

EpoK
Posts: 5
Joined: Thu Oct 30, 2003 11:50 am

Post by EpoK » Thu Nov 20, 2003 8:41 pm

have you try .14 version ? I believe png encoder has been modified.

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Post by david.gilbert » Thu Nov 20, 2003 11:20 pm

There is an RFE (I don't know the id, so you'll need to search for it) at SourceForge that includes code for increasing the dpi for the PNG encoder - I haven't integrated the code yet, but you could use it with a little bit of work.
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

greiff
Posts: 5
Joined: Tue Nov 11, 2003 10:48 am
Location: Germany
Contact:

Post by greiff » Mon Nov 24, 2003 8:50 am

david.gilbert wrote:There is an RFE (I don't know the id, so you'll need to search for it) at SourceForge that includes code for increasing the dpi for the PNG encoder - I haven't integrated the code yet, but you could use it with a little bit of work.
Thanks for the information. I am going to search for it ..

BTW: I like JFreeChart very much. It is absolutely usefull for us and we now do some investigation abeout JFreeReport ..

Torsten

Locked