User 7b0ee04e66
23-10-2009 16:35:07
Hello
I am using the Hit Display Tool to align the results to my query. I then want to convert the output to an image. The problem is that the image is losing all the colors which came from the alignment and the default atom colors are used.
byte[] img = result.exportToBinFormat("png:w" + width + ",h" + height + ",-a,chiral_all,transbg");
How can I keep the colors in the exported image ?
Thanks
Catherine