Image properties
Image properties
Is it possible, when using ChartUtilities.saveChartAsPNG, to set the image attributes (title, subject, comment, etc)?
If you go to an image (.png, .gif... whatever) and you right click on it (in a windows environment) a properties window will appear. One of the tabs at the top is "Summary" Under the Summary tab are a bunch image attributes. Some are depend on the actual image (such as File Type, Width, and Height under Image) others can be set and changed by users (such as Title, Subject and Comment under Description). I would like, at the time the chart is saved (as a PNG in my case) to be able to set some of these customizable attributes. These graphs I'm making, as you might imagine, are being creating automatically. I'd like to, perhaps in the Comment field, be able to specifiy what java class and function the graph came from so that they may be easily maintained.