IsraelAbebe / jmonkeyengine

Automatically exported from code.google.com/p/jmonkeyengine
0 stars 0 forks source link

ImageRaster improvements #536

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
There are a few issues currently plaguing ImageRaster.
1) Performance: It is somewhat slower than other implementations of the same 
functionality. The performance issues should be nailed down and fixed.
2) Android compatibility: The current implementation does not work with 
Android, but it should be fairly simple to support it.
3) Mipmaps: Current implementation cannot read or write to mipmaps.
4) ImageToAwt: This class should be modified to use ImageRaster internally to 
avoid duplicate code.
5) Abstracting raster: Consider creating a Raster interface that ImageRaster 
will then implement. 

Original issue reported on code.google.com by ShadowIs...@gmail.com on 6 Sep 2012 at 6:00

GoogleCodeExporter commented 8 years ago
Items 1, 2, and 5 were fixed.

Original comment by ShadowIs...@gmail.com on 16 Sep 2012 at 5:35