compression

how could i compress an image
[36 byte] By [joseph_cla] at [2007-10-2 20:06:05]
# 1
Some image format are compressed (to some extent) like jpg. Others are not (like bmp or AFAIK png) - they can be better compressed.
BIJ001a at 2007-7-13 22:46:19 > top of Java-index,Archived Forums,Socket Programming...
# 2
thank u
joseph_cla at 2007-7-13 22:46:19 > top of Java-index,Archived Forums,Socket Programming...
# 3
> Others are not (like bmp or AFAIK png)I think .png files are compressed. They use zlib compression and avariety of lossless filters. There is a descrption here: http://www.libpng.org/pub/png/pngintro.html
pbrockway2a at 2007-7-13 22:46:19 > top of Java-index,Archived Forums,Socket Programming...