Hi guys!
I’ve been working on some performance updates. And it shows. Some effects are now TWICE as fast!
Also, I’ve added Javadoc to all classes, and I’ve done a bit of refactoring to make things clearer.
Stay tuned for a new release in the next 2-3 days!
Hi,
What image encodings are supported by your library?
Thanks
@KW The library uses RGB encoding internally via its SmartImage class.
For loading images you can pretty much use any format/encoding supported by the native J2ME Image object.
I haven’t tried saving images yet and I don’t have any plans to add a “save” feature to the library anytime soon.