Difference between revisions of "Image Formats"

(Created page with "In addition to compressed image formats, the following formats are supported: * Joint Photographic Experts Group / JPEG (.jpg, .jpeg) * Portable Net...")
 
(Format to table)
 
Line 1: Line 1:
 
In addition to [[CompressedImageFormat|compressed image formats]], the following formats are supported:
 
In addition to [[CompressedImageFormat|compressed image formats]], the following formats are supported:
  
* Joint Photographic Experts Group / JPEG (.jpg, .jpeg)
+
{| class="wikitable"
* Portable Network Graphics / PNG (.png)
+
! Format Name
* Bitmap image file / BMP (.bmp)
+
! Common Extension
* Truevision TGA / TARGA (.tga)
+
! Can Decode
* Radiance HDR / RGBE (.hdr, .pic)
+
! [[ImageData:encode|Can Encode]]
* OpenEXR (.exr)
+
! Note(s)
 +
|-
 +
|Joint Photographic Experts Group / JPEG
 +
|.jpg, .jpeg
 +
|Yes
 +
|
 +
|
 +
|-
 +
|Portable Network Graphics / PNG
 +
|.png
 +
|Yes
 +
|Yes
 +
|
 +
|-
 +
|Bitmap image file / BMP
 +
|.bmp
 +
|Yes
 +
|
 +
|
 +
|-
 +
|Truevision TGA / TARGA
 +
|.tga
 +
|Yes
 +
|Yes
 +
|
 +
|-
 +
|Radiance HDR / RGBE
 +
|.hdr, .pic
 +
|Yes
 +
|
 +
|
 +
|-
 +
|OpenEXR
 +
|.exr
 +
|Yes
 +
|
 +
|
 +
|}
  
 
== See Also ==
 
== See Also ==

Latest revision as of 01:55, 14 February 2020

In addition to compressed image formats, the following formats are supported:

Format Name Common Extension Can Decode Can Encode Note(s)
Joint Photographic Experts Group / JPEG .jpg, .jpeg Yes
Portable Network Graphics / PNG .png Yes Yes
Bitmap image file / BMP .bmp Yes
Truevision TGA / TARGA .tga Yes Yes
Radiance HDR / RGBE .hdr, .pic Yes
OpenEXR .exr Yes

See Also

Other Languages