Difference between revisions of "File format"
Karl Jones (Talk | contribs) |
Karl Jones (Talk | contribs) (→External links) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 25: | Line 25: | ||
== See also == | == See also == | ||
− | === General topics == | + | === General topics === |
* [[Computer file]] | * [[Computer file]] | ||
Line 37: | Line 37: | ||
* [https://en.wikipedia.org/wiki/File_format File format] | * [https://en.wikipedia.org/wiki/File_format File format] | ||
+ | |||
+ | [[Category:Computing]] | ||
+ | [[Category:Digital file formats]] | ||
+ | [[Category:Web design]] | ||
+ | [[Category:Web design and development]] |
Latest revision as of 13:25, 24 April 2016
A file format is a standard way that information is encoded for storage in a computer file.
Contents
Description
A file format specifies how bits are used to encode information in a digital storage medium.
File formats may be either proprietary or free and may be either unpublished or open.
Examples
Some file formats are designed for very particular types of data: PNG files, for example, store bitmapped images using lossless data compression.
Other file formats, however, are designed for storage of several different types of data: the Ogg format can act as a container for different types of multimedia, including any combination of audio and video, with or without text (such as subtitles), and metadata.
Text files
A text file can contain any stream of characters, including possible control characters, and is encoded in one of various character encoding schemes.
Syntaxes
Some file formats obey a syntax: a set of rules governing the contents of the file.
Examples include text file formats such as HTML, Scalable Vector Graphics, and the source code of software.