| |
|
|
|
JPEG File Format
| Short Name |
JPEG |
| Long Name |
Joint Photographic Experts Group |
| Typical File Extensions |
.jpeg .jpg .jpe |
| Contains |
Bitmap |
Technically speaking, JPEG
refers to a particular
compression
algorithm:
- The JPEG compression algorithm a
lossy method
of compression that is most
suitable for compressing
TrueColor
photographs and
other continuous tone images.
- For images with sharp changes in tone,
the format is less suitable and can
introduce artifacts
into the images.
- In JPEG compression, it is possible to control
the amount of data lost by the compression process. In many
software applications, you will find an option to
control the Quality
of the Save process:
- Generally, a higher quality will result in less
data loss, and fewer artifacts
introduced into the image, but at the cost of higher file size.
- Generally, a lower quality will result in more
data loss, a smaller file size, but more
artifacts
introduced into the image.
The JPEG compression algorithm is
supported by a number of file formats,
including TIFF,
but for the purposes of this discussion we
need to talk about the JFIF file format.
JFIF stands for "JPEG File Interchange Format"
and is a relatively simple wrapper around a JPEG
compressed image. Somewhat confusingly, many people
(and books) refer to JFIF as "JPEG files".
Thus, when somebody says a file is in "JPEG format"
they actually mean it is a JFIF file containing a JPEG-compressed
image.
JPEG 2000, is a enhanced version of the JPEG system, which
adds a number of features, including better compression,
and an optional lossless compression
mode (which doesn't reduce file sizes as much as the
lossy mode, but preserves the image
exactly). At the time of writing, JPEG 2000 is not especially
widely supported by software applications.
A technical discussion of this format can be found in Chapter 17 of Graphics File Formats by David C. Kay and John R. Levine. The book does not appear to cover JPEG 2000.
Related Pages on this site:
Related Books:
- Compressed Image File Formats: JPEG, PNG, GIF, XBM, BMP (ACM Press)
 | | By John Miano
Addison-Wesley Professional Paperback (288 pages)
Amazon.com: 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. --Richard Dragan Topics covered: bitmap basics, color models, Windows BMP file format, XBM file format, JPEG basics and file format, JPEG File Interchange Format (JFIF), JPEG Huffman Coding, data unit encoding, Discrete Cosine Transform (DCT), matrix operations, JPEG decoding and encoding, progressive JPEG, GIF file format and compression, and PNG file format.
List Price: $54.99 Lowest New Price: $24.98 Lowest Used Price: $13.57 Usually ships in 24 hours (As of 11:09 Pacific 11 May 2008 More Info)
Buy It Now |
- Graphics File Formats
 | | By David C. Kay
McGraw-Hill Companies Paperback (496 pages)
Book Description: For software developers, systems managers, and computer hobbyists, this book will help bring a welcome sense of order to the chaotic world of graphics file format. David Kay and John Levine have compiled detailed specifications for 30 popular graphics file formats, so readers can more quickly and easily decide which standards are best for their applications.
List Price: $29.95 Lowest Used Price: $1.65 (As of 01:46 Pacific 11 May 2008 More Info)
Buy It Now |
- Internet File Formats: Your Complete Resource for Sending, Receiving, and Using Internet Files
 | | By Tim Kientzle
Coriolis Group Books Paperback (416 pages)
Book Description: Provides a detailed file format dictionary to help you understand most of the major file formats found on the Internet. Comes with a CD-ROM jam-packed with programs and tools to help you work with the files you come across on the Internet. Includes player programs to use files you download from the Internet. Contains compression and decompression utilities, and utilities to help you convert files from one format to another. Offers the tools to help you create HTML files and publish on the Web, and efficiently transfer your files. Helps you to read, write, convert, and use most of the major file types encountered on the Internet.
List Price: $39.99 Lowest New Price: $3.99 Lowest Used Price: $0.35 (As of 04:45 Pacific 11 May 2008 More Info)
Buy It Now |
- JPEG: Still Image Data Compression Standard (Digital Multimedia Standards) (Digital Multimedia Standards)
 | | By William B. Pennebaker
Springer Hardcover (650 pages)
List Price: $125.00 Lowest New Price: $98.79 Lowest Used Price: $47.42 Usually ships in 24 hours (As of 03:32 Pacific 11 May 2008 More Info)
Buy It Now |
- JPEG2000: Image Compression Fundamentals, Standards and Practice (The International Series in Engineering and Computer Science)
 | | Springer Hardcover (800 pages)
Product Description: JPEG2000: Image Compression Fundamentals, Standards and Practice is an essential reference for professional engineers and academic researchers in the fields of communication, image processing, signal processing, information theory, and multimedia. It has specific applications for those involved in the development of software and hardware solutions for multimedia, internet, and medical imaging applications, and for those pursuing research in image and video compression. The book is suitable as a primary text for a course in image compression; it would also be helpful in the context of a more general class covering multimedia compression at an in-depth level. Final year engineering undergraduate students pursuing projects in multimedia compression and/or communication would also find the book a useful tool. JPEG2000: Image Compression Fundamentals, Standards and Practice is written in four parts, to serve the interests of a wide readership. Representing about half the total text, Part I of the book provides a thorough and up-to-date background in the fundamentals of image compression, including topics not previously brought together in a single volume. Part 2 contains a complete description of the JPEG2000 standard. This description is written in such a way as to be completely self-contained from an implementation perspective, while it contains numerous references to the fundamental developments in Part 1. Together, Parts 1 and 2 serve the complementary roles of explanation and exposition in relation to both the JPEG2000 standard and modern image compression techniques. Part 3 of the book is devoted to the implementation and exploitation of the JPEG2000 standard, containing guidelines, suggestions, and analyses for both software and hardware oriented applications. Part 4 describes other key image compression standards, namely JPEG and JPEG-LS. The purpose of this material is to allow the reader to compare the capabilities and complexity associated with these standards with those of JPEG2000. This final part of the book also serves to provide a practical demonstration of some of the fundamental techniques introduced in Part 1 which are not demonstrated by the JPEG2000 standard. About the CD-ROM: Included with the book is a compact disc containing documentation, binaries, and all source code to the Kakadu software tools. This software provides a complete C++ implementation of JPEG2000 Part 1, demonstrating many of the principles described in the text itself. The software is frequently referenced from the text as an additional resource for understanding complex or subtle aspects of the standard. Conversely, the software makes frequent reference to the text and has been written to mesh with the terminology and notation employed therein.
List Price: $189.00 Lowest New Price: $89.92 Lowest Used Price: $102.34 Usually ships in 24 hours (As of 03:32 Pacific 11 May 2008 More Info)
Buy It Now |
- JPEG2000 Standard for Image Compression: Concepts, Algorithms and VLSI Architectures
 | | By Tinku Acharya
Wiley-Interscience Hardcover (296 pages)
Product Description: JPEG2000 Standard for Image Compression presents readers with the basic background to this multimedia compression technique and prepares the reader for a detailed understanding of the JPEG2000 standard, using both the underlying theory and the principles behind the algorithms of the JPEG2000 standard for scalable image compression. It introduces the VLSI architectures and algorithms for implementation of the JPEG2000 standard in hardware (not available in the current literature), an important technology for a number of image processing applications and devices such as digital camera, color fax, printer, and scanners.
List Price: $80.95 Lowest New Price: $59.07 Lowest Used Price: $62.47 Usually ships in 24 hours (As of 03:32 Pacific 11 May 2008 More Info)
Buy It Now |
- JPEG: Still Image Data Compression Standard (Digital Multimedia Standards) (Digital Multimedia Standards)
 | | By William B. Pennebaker
Springer Hardcover (650 pages)
List Price: $125.00 Lowest New Price: $98.79 Lowest Used Price: $47.42 Usually ships in 24 hours (As of 03:32 Pacific 11 May 2008 More Info)
Buy It Now |
Related Software:
- ALL2BMP
123GraphicConverter is a software tool that help you to convert your PSD, JPEG, GIF, and other graphics files to BMP, JPEGWMF, GIF, PNG, TGA, PCX, TIFF graphics files.
- Able Graphic Manager
Able Graphic Manager is a program that enables you to easily view, print and convert graphic files in normal (file by file) and batch (many files at a time) modes. Input formats include Drawing Interchange Format (DXF), TIFF, JPEG, BMP, RLE, PNG, WMF, EMF, TARGA, VDA, ICB, VST, PIX, PXM, PPM, PGM, PBM and ICO, CUR. Output formats include JPEG, TIFF, PCX, PNG, BMP, Targa, PXM, PPM, PGM and PBM.
- Advanced JPEG Compressor
Interactive JPEG Image Compressor/Optimizer for Windows
- AiS Watermark Pictures Protector
AiS Watermark Pictures Protector lets you protect your website images from "thieves" by adding to them visible watermarks. The watermarks can be solid or transparent, they can include you logo, company name, your site URL, date and time or any custom text. The program can handle over 40 popular image formats (including TIFF, BMP and JPEG), it lets you process multiple images at once and can automatically create thumbnails and Web galleries.
- Artful GIF Animator
Create from scratch, import from AVI, edit and optimize your animated GIF images to develop animations for web sites. Drag and drop JPEG, BMP, GIF, ICO and even AVI files into the program and then edit and preview frames on the fly - while you are editing a frame, it animates the resulting picture. Tune up the individual position and edit the color palette for each frame, optimize animated GIFs with five different color reduction methods.
- AutoDWG DWG2Image
AutoDWG DWG2Image a batch converter converts DWG or DXF files to BMP, JPEG, TIFF, GIF or PNG without needing AutoCAD.
- Banner Maker Pro
Banner Maker Pro is software which allows to quickly and easily create banner advertisements, buttons, animated GIFs, logos and other web graphics. Simply follow the tabs at the top of the software and you can create these graphics in just minutes. When you're done, you can save the graphic as a GIF or JPEG.
- BatchImage
This program allows you to batch convert image files. It includes an effect edit function and
allows you to stamp copyright information on your images. It supports JPEG, BMP, TIFF,
PCX, PCD, PSD, TAG, PNG, WMF, EMF and PIC file formats.
- FontTwister
FontTwister is the fastest and easiest way to create dazzling text effects. FontTwister comes with an impressive selection of templates for graphic styles, color gradients, textures, shapes, letter edges, 3-D bevels, shadows, buttons and frames. Simple intuitive controls let you interactively real-time view and select your desired effect. You can re-edit text and effects at any time. The effect generator creates unlimited variations of amazing text effects.
 Use high impact, anti-aliased text for logos, 2D and 3D headings in letters, presentations, flyers, invitations, cards, faxes, posters, web graphics, labels, banners, buttons, covers. FontTwister supports several popular image formats (.bmp, .jpg, .png, .tif, .wmf).
Related Web Sites:
|
|
|