It's my pleasure if I can contribute something to POI. I've submitted a bug to ASF Bugzilla, but I can't find it now. It was deleted by someone?
As I don't know how to submit source code to POI's subversion, I can only attach the code here. Maybe somebody can help me do that. The attachment contains 3 files: ExcelUtil.java - Excel utilities. Useful methods are getColumnWidthInPixels(), getRowHeightInPixels(), resizePicture() ResizeImage.java - A test case of ExcelUtil.resizePicture() TestResizeIamge.bat - A batch file to compile & run the test As my newest test result, the maximum error of ExcelUtil.resizePicture() is reduced to 3%. George http://old.nabble.com/file/p26985684/ExelUtil.zip ExelUtil.zip MSB wrote: > > By gum George (that's an old English expression expressing surprise by the > way), that's some coding you did there, and I thought that it would be > relatively straightforward. Have not had the chance to look through it all > yet but I will tonight hopefully. If you are willing to do so and if you > have the time once your work on this project has concluded, it could well > be worth working this into an example that could then be added to the POI > site - like the AddDimensionedImage example - as I am certain there will > be other people facing similar problems. Of course, this will all hinge on > your employer's policies with regard to the work you do; my last employer > would have regarded anything I did as their property and would not have > been willing to allow me to share it with anyone outside the company. > > Yours > > Mark B > -- View this message in context: http://old.nabble.com/Bug-of-HSSFPicture.resize%28%29-tp26738706p26985684.html Sent from the POI - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
