Difference between revisions of "Image file format"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(See also)
 
(One intermediate revision by the same user not shown)
Line 24: Line 24:
 
* [[Computer graphics]]
 
* [[Computer graphics]]
 
* [[Digital image]]
 
* [[Digital image]]
 +
* [[Graphics software]]
 
* [[Scientific Computing and Imaging Institute]]
 
* [[Scientific Computing and Imaging Institute]]
  
Line 29: Line 30:
  
 
* [https://en.wikipedia.org/wiki/Image_file_formats Image file formats] @ Wikipedia
 
* [https://en.wikipedia.org/wiki/Image_file_formats Image file formats] @ Wikipedia
 +
 +
[[Category:Computer science]]
 +
[[Category:Computer graphics]]
 +
[[Category:Image file formats]]
 +
[[Category:Visual arts]]

Latest revision as of 07:36, 7 April 2016

An image file format is a standard for organizing and storing digital images.

Description

Digital image files are composed of digital data in a format that can be rasterized for use on a computer display or printer.

An image file format may store data in uncompressed, compressed, or vector formats.

Once rasterized, an image becomes a grid of pixels, each of which has a number of bits to designate its color equal to the color depth of the device displaying it.

Raster formats

Vector formats

See also

External links