java create a bufferedImage from a raster
simply I have a raster of an image and I want to make a bufferedImage of it.
Raster raster = someObject.getAsRaster();
BufferedImage bi = ?
How can I make a bufferedImage with suitable colorModel so the image is
shown properly?
thanks!
No comments:
Post a Comment