Hi all!
I am implementing an application for android using Slick-AE.
The application must use JPEG images, but this platform only support PNG files through the PNGDecoder class.
I have modified the Slick-AE code to support JPEGDecoder by using the pure-Java Matthias' decoder implementation.
After a lot of work i did work this, but the decoder is not coloring the image correctly... something is bad in there, but i dont know what, and it looks pretty complex to start debugging the JPEGDecoder.
Attachment:
File comment: Bad decoded JPEG image
bad_colors.jpg [ 82.39 KiB | Viewed 687 times ]
I have also implemented a 'LoadableImageData' class called JPEGImageData that configures the decoder to start working.
There are a lot of things already done, but they dont work. Maybe someone already had this issue and can help me.
Maybe another JPEGDecoder implemenetation :S
Regards,
Pablo