[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform] Cropping SWT image
|
Hi All,
I have a application on draw2d, with different diagram. I need to save those diagram in images and then place them on msword. I am facing two problems.
1. I need to <b>save the big diagrams in parts</b> so that they can easily fit in msword page. <u>Drawing the complete draw2d figure</u> on Graphics is <u>expensive.</u>
2. Secondly we can export images only in BMP & JEPG. <b>BMP is too heavy</b> and placing JEPG bring dithering. Is there any other format to which we can save the images e.g. PNG.
Please comment
Thanks
Puneet