![]() |
File Formats In a computer, a file format is the layout of a file in terms of how
the data within the file is organized. A program that uses
the data in a file must be able to recognize and possibly access data
within the file. For example, the program that we call a Web browser is
able to process and display a file in the HTML file format so that it
appears as a Web page, but it cannot display a file in a format designed
for Microsoft's Excel program. A particular file format is often indicated
as part of a file's name by a file name extension (suffix). Conventionally,
the extension is separated by a period from the name and contains three
or four letters that identify the format. A program that uses or recognizes
a particular file format may or may not care whether the file has the
appropriate extension name since it can actually examine the bits in the
file to see whether the format (layout) is one it recognizes. A File format is the way information is structured in a file when you save the file. Each software has it's own file format. Formats indicate: Native File Format: The following examples are native file formats for specific software:
- An image created in Illustrator and saved as an .AI (Adobe Illustrator)
file. When a file has been prepared for output and is ready to
be placed in another software program it will be saved
in a non-native file format. Non-Native File Format: For example graphic files to be output for offset printing are saved in the non-native file format: tif(f) or eps. These non-native files are linked to the page layout file and saved in the "Package: which goes to the printshop. Files to be placed in low resolution web page software will
These non-native files are linked to the HTML page and must accompany the HTML file when it is uploaded to the web server. Lossy and Lossless Lossless techniques throw away redundant bits of information without affecting the quality of the image. Lossy techniques, such as JPG, crunch files down smaller, but they throw out image quality in the process. Most of the time, however, you can't see the difference in image quality unless you try to print the graphics on a professional imagesetter. LZW Compression |
File Formats Specifically for WEB and cannot be used for offset printing: JPG or GIF GIF Files JPEG (or JPG) JPG is designed for compressing either full-color or gray-scale realistic images. It works well on photographs, naturalistic artwork, and similar material; not so well on lettering, simple cartoons, or line drawings. JPG is "lossy," meaning that the decompressed image isn't quite the same as the one you started with. (There are lossless image compression algorithms, but JPEG achieves much greater compression than is possible with lossless methods.) When compressed correctly, the change usually cannot be detected by the naked eye. If you plan to machine-analyze your images, the small errors introduced by JPEG may be a problem for you, even if they are invisible to the eye. The bottom line is that JPG is a useful format for compact storage and transmission of images, but you don't want to use it as an intermediate format for sequences of image manipulation steps. Use a lossless 24-bit format (PPM, PNG, TIFF, etc) while working on the image, then JPEG it when you are ready to file it away or send it out on the net. If you expect to edit your image again in the future, keep a lossless master copy to work from. |
File Formats for print: TIF(F) or EPS TIFF It is one of the most widely used bitmap graphic format in the printing world. For bitmapped graphics and scans being used for offset print (If you are working in InDesign you can also save your graphic image in native file format -- psd. But note that this is only an option when using Adobe InDesign and ADobe Photoshop. If you want to create a file format that can be applied in other applications, choose TIF.) EPS EPS files contain a PostScript description of the graphic data within them. |
Additional File Formats for Graphics PDF Files PICT Files PNG Files DCS Files WMF Files BMF Files |