I am using BIRT within KNIME and would like to increase the chart (=image) quality. I have the impression that BIRT is using 96 dpi. For printed reports a higher resoulution would be desirable.
One can find several hints in BIRT Forums (e.g.:
If you are using the Report Engine API add the dpi to the application context context.put( EngineConstants.APPCONTEXT_CHART_RESOLUTION, yourneededdpi );
, but I do not know how one can implement these in the KNIME environment.
As of v2.2.2 you'll find the "Script" tab in the report editor as soon as you have the KNIME expert mode enabled. In KNIME v2.3 (to be released next Monday), this tab will always be shown.
if you are still interested there is an easier way to specify the dpi for images contained in reports:
There exists a report property "Image DPI" in the report designer. To find it make sure that no element is selected in the report, go to the "Property Editor - Report" view -> Advanced -> Image DPI.