开发者

in j2me canvas, how to reduce Image size?

开发者 https://www.devze.com 2023-04-13 08:26 出处:网络
I am doing project in j2me for Nokia s60 devices This project has lo开发者_如何转开发t of PNG images and Sprite images there. All images are unique, so my project jar size is near 10MB. If I compress

I am doing project in j2me for Nokia s60 devices

This project has lo开发者_如何转开发t of PNG images and Sprite images there. All images are unique, so my project jar size is near 10MB. If I compress image, image does not look good, so I want to put actual image in this project.

in J2me Canvas, is there any image encoding to reduce size but keep good quality or not?


Firstly,try some tools like PNGGauntlet and so on. It can compress your png files with less quality lose. The second method is obfuscate your project.


You should obfuscate your project. it reduces the jar size also encrypt your source code. Also resave your images in photoshop cs3 not 5 as web images


Do you check pngcrush? Its main purpose is to reduce the size of the PNG IDAT datastream by trying various compression levels and PNG filter methods.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号