Re: wasted BufferedImage in AbstractWMFPainter

2006-05-21 Thread Cameron McCormack
Hi Hervé. Hervé Girod: > In the last trunk modification of AbstractWMFPainter, Cameron McCormack > added a comment about a BufferedImage creation in the getImage(*byte*[] > bit, *int* width, *int* height) method : actually, this is dead code I > forgot to delete (came from a copy/paste) when I

wasted BufferedImage in AbstractWMFPainter

2006-05-13 Thread Hervé Girod
In the last trunk modification of AbstractWMFPainter, Cameron McCormack added a comment about a BufferedImage creation in the getImage(*byte*[] bit, *int* width, *int* height) method : actually, this is dead code I forgot to delete (came from a copy/paste) when I proposed the WMF stuff patch so