๐”– Bobbio Scriptorium
โœฆ   LIBER   โœฆ

Compressed image file formats: JPEG, PNG, GIF, XBM, BMP

โœ Scribed by John Miano


Book ID
127446653
Publisher
Addison Wesley
Year
1999
Tongue
English
Weight
3 MB
Series
SIGGRAPH series
Category
Library
City
Reading, Mass
ISBN-13
9780201616576

No coin nor oath required. For personal study only.

โœฆ Synopsis


Compressed Image File Formats is an appealingly compact and useful guide to some of today's most popular file formats used for image data. For any programmer who needs to know how images are stored, this concise reference can serve as a really invaluable resource.Besides full coverage of the popular BMP, GIF, and PNG file formats, the book zeroes in on the JPEG standard, perhaps today's most popular (and most complicated) image format. In a series of short chapters, the book looks at JPEG in detail, from basic file organization (its format and marker fields), file compression techniques (like Huffman coding and DCT), and how to decode (read) and encode (write) JPEG images. By condensing hundreds of pages of specifications and documentation from the voluminous JPEG standard into this short volume, the author has created a worthwhile summary of key JPEG features and compression techniques useful to any graphics programmer.The book also includes C++ code for a simple JPEG encoder (on the accompanying CD-ROM). This example can get you started compressing images using the JPEG format. In addition, the book discusses techniques for creating and decoding progressive JPEGs (used for downloading images in stages, in progressively finer resolutions, over the Internet).Whether you are a programmer faced with decoding or encoding image data, or an interested Webmaster who wants to know the pros and cons of today's image file formats, Compressed Image File Formats provides a worthwhile and concise reference to what's inside image files


๐Ÿ“œ SIMILAR VOLUMES


Compressed Image File Formats. JPEG, PNG
โœ John Miano ๐Ÿ“‚ Library ๐Ÿ“… 1999 ๐Ÿ› Addison-Wesley Professional ๐ŸŒ English โš– 3 MB

Examines the most common graphics file formats in detail and demonstrates how to encode and decode image files for each. Offers in-depth coverage of the elaborate JPEG and newer PNG formats, providing clear explanations of complex concepts, experience-based practical techniques, and code examples.