Image Compression
Five Years of Taking You Where You Want To Go

Now ...
where do you want to go?


Presentations

OS/2 For You - Indexed by:
Issue
Date
Title
Category
Author

SCOUG Resources & Information

OS/2 Trivia

Software, Demos, & Drivers

Java, Netscape updates

FixPaks

CD Index by:
Title
Category

Thanks

Credits

Copyright 1998, Southern California OS/2 User Group

Image Compression

size (in bytes) = (width * height * color resolution) / 8
size (in bytes) = (pixels * scanlines * bits) / 8 (bits/byte)

for example:

(640 * 480 * 24) / 8 = 921,600 = 900 kilobytes

<--Previous Next-->