andymc wrote:The place to add code would be in kernelImageJpg.[c|h].
They're different compression methods. If you want to add others, then I would start by looking at the most commonly encountered ones, and googling and studying the algorithms.
Compression tends to be quite complex. I only had the stomach for doing that one method, but perhaps it wouldn't be too difficult to extend the existing code?
Yeah im googling everything too lol
i will try adding "Progressive DCT" compression

so main problem will be fixed.. Because JPG's are saving with Progressive DCT everytime in other systems.
Yeah your codes pretty cool

im starting understand structure of many things

I bought lots of C books and practicing with codes on linux and visopsys right now LOL

I Hope i can do contributions to that system. Because i really liked structure and base. Its simple and secured.
I'm also Recognized Developer(doga.ozkaraca) in XDA-Developers.. But i always want to do improve base and make better instead of using base and making apps on it like a programming for android.. I can try to change and make better something in android.But lots of people working on that already and it has HUGE code stuff .So if i do something for it. no one will realize in these whole codes.. and changes will affect Java codes... Not C..
But C is base of system.. So i want to do something with C

also i want to learn C with all stuff (Java is similar of C but it has libraries and everything ready for doing something. its easy instead of C lol)