Search found 2 matches

by Bastien
Mon Jan 05, 2015 1:40 pm
Forum: FXGraphics2D
Topic: Request for drawImage methods
Replies: 2
Views: 30365

Re: Request for drawImage methods

Hi again, After a smoke break, I thought that instead "convertToBufferImage" it could be "convertToWritableImage" like this : public boolean drawImage(Image img, int x, int y, int width, int height, ImageObserver observer) { WritableImage fxImage = convertToWritableImage(img, width, height); this.gc...
by Bastien
Mon Jan 05, 2015 1:32 pm
Forum: FXGraphics2D
Topic: Request for drawImage methods
Replies: 2
Views: 30365

Request for drawImage methods

Hi, Good work for this library. I have developed a graphic library based on Java2D and now that we are switching on JavaFX, it is perfect. I have one request for the drawImage methods. They all copy the provided image to an intermediate BufferedImage. Would it be possible to check if the provided im...