Filename extension | |
---|---|
Type of format | Image file formats |
A camera raw image file contains unprocessed or minimally processed data from the image sensor of either a digital camera, a motion picture film scanner, or other image scanner. [1] [2] Raw files are so named because they are not yet processed, and contain large amounts of potentially redundant data. Normally, the image is processed by a raw converter, in a wide-gamut internal color space where precise adjustments can be made before conversion to a viewable file format such as JPEG or PNG for storage, printing, or further manipulation. There are dozens of raw formats in use by different manufacturers of digital image capture equipment.
Raw image files are sometimes incorrectly described as "digital negatives". Like transparency film and unlike negative film, raw image pixels contain positive exposure measurements. The raw datasets are more like undeveloped film : a raw image can be developed by software in a non-destructive manner to reach a complete image that resolves every pixel in an RGB color space. Raw development adjustments include color, contrast, brightness and details recovery. A given raw dataset can be developed many times with different adjustments.
In contrast, developing an exposed film transforms it irreversibly; thus, development cannot be repeated. If the film is negative, the printing process must invert the image to a positive result.
Like undeveloped photographic film, a raw digital image may have a wider dynamic range or color gamut than the developed film or print. Unlike physical film after development, the Raw file preserves the information captured at the time of exposure. The purpose of raw image formats is to save, with minimum loss of information, data obtained from the sensor.
Raw image formats are intended to capture the radiometric characteristics of the scene, that is, physical information about the light intensity and color of the scene, at the best of the camera sensor's performance. [3] Most raw image file formats store information sensed according to the geometry of the sensor's individual photo-receptive elements (sometimes called pixels) rather than points in the expected final image: sensors with hexagonal element displacement, for example, record information for each of their hexagonally-displaced cells, which a decoding software will eventually transform into the rectangular geometry during "digital developing".
Raw files contain the information required to produce a viewable image from the camera's sensor data. The structure of raw files often follows a common pattern:
Many raw file formats, including IIQ (Phase One), 3FR (Hasselblad), DCR, K25, KDC (Kodak), CRW, CR2, CR3 (Canon), ERF (Epson), MEF (Mamiya), MOS (Leaf), NEF NRW (Nikon), ORF (Olympus), PEF (Pentax), RW2 (Panasonic) and ARW, SRF, SR2 (Sony), are based on TIFF, the Tag Image File Format. [4] These files may deviate from the TIFF standard in a number of ways, including the use of a non-standard file header, the inclusion of additional image tags and the encryption of some of the tag data.
DNG, the Adobe digital negative format, is an extension of the TIFF 6.0 format and is compatible with TIFF/EP, and uses various open formats and/or standards, including Exif metadata, XMP metadata, IPTC metadata, CIE XYZ coordinates, ICC profiles, and JPEG. [5]
In digital photography, the raw file plays the role that photographic film plays in film photography. Raw files thus contain the full dynamic range (typically 12- or 14-bit) data as read out from each of the camera's image sensor pixels.
The camera's sensor is almost invariably overlaid with a color filter array (CFA), usually a Bayer filter, consisting of a mosaic of a 2x2 matrix of red, green, blue and (second) green filters.
One variation on the Bayer filter is the RGBE filter of the Sony Cyber-shot DSC-F828, which exchanged the green in the RG rows with "emerald" [6] (a blue-green [7] or cyan [8] color). Other sensors, such as the Foveon X3 sensor, capture information directly in RGB form (using three pixel sensors in each location). This RGB raw data still needs to be processed to make an image file, because the raw RGB values correspond to the responses of the sensors, not to a standard color space like sRGB. As there is no color filter array, there is no need for demosaicing.
Flatbed and film scanner sensors are typically straight narrow RGB or RGBI (where "I" stands for the additional infrared channel for automatic dust removal) strips that are swept across an image. The HDRi raw data format is able to store the infrared raw data, which can be used for infrared cleaning, as an additional 16-bit channel. The remainder of the discussion about raw files applies to them as well. Some scanners do not allow the host system access to the raw data at all, as a speed compromise. The raw data are processed very rapidly inside the scanner to select out the best part of the available dynamic range so only the result is passed to the computer for permanent storage, reducing the amount of data transferred and therefore the bandwidth requirement for any given speed of image throughput.[ citation needed ]
Panasonic's raw converter corrects geometric distortion and chromatic aberration on such cameras as the LX3, [9] [10] [11] with necessary correction information presumably included in the raw. [12] Phase One's raw converter Capture One also offers corrections for geometrical distortion, chromatic aberration, purple fringing and keystone correction emulating the shift capability of tilt-shift in software and specially designed hardware, on most raw files from over 100 different cameras. [13] [14] The same holds for Canon's DPP application, at least for all more expensive cameras like all EOS DSLRs and the G series of compact cameras. To obtain an image from a raw file, this mosaic of data must be converted into standard RGB form. This is often referred to as "raw development".
When converting from the four-sensor 2x2 Bayer-matrix raw form into RGB pixels, each pixel only contains partial colour data and so the remaining colour data is interpolated from the surrounding pixels. There are several algorithms used to achieve this. Simple algorithms such as linear interpolation result in colour artifacts and blurring.
If raw format data is available, it can be used in high-dynamic-range imaging conversion, as a simpler alternative to the multi-exposure HDI approach of capturing three separate images, one underexposed, one correct and one overexposed, and "overlaying" one on top of the other.
Providing a detailed and concise description of the content of raw files is highly problematic. There is no single raw format; formats can be similar or radically different. Different manufacturers use their own proprietary and typically undocumented formats, which are collectively known as raw format. Often they also change the format from one camera model to the next. Several major camera manufacturers, including Nikon, Canon and Sony, encrypt portions of the file in an attempt to prevent third-party tools from accessing them. [15]
This industry-wide situation of inconsistent formatting has concerned many photographers who worry that their valuable raw photos may someday become inaccessible, as computer operating systems and software programs become obsolete and abandoned raw formats are dropped from new software. The availability of high-quality open source software which decodes raw image formats, particularly dcraw, has helped to alleviate these concerns. An essay by Michael Reichmann and Juergen Specht stated "here are two solutions – the adoption by the camera industry of A: Public documentation of RAW formats; past, present and future, or, more likely B: Adoption of a universal RAW format". [16] [17] [18] "Planning for [US] Library of Congress Collections" identifies generic raw-file formats as "less desirable file formats", and identifies DNG as a suggested alternative. [19]
Name | Date | Specification available? | Description |
---|---|---|---|
TIFF/EP | 2001 | Yes, ISO 12234-2 | Defines a basic framework for storing raw and processed images in TIFF. Is the basis of many other RAW formats: for example, Nikon NEF is essentially NEF, complete with a tag which identifies the version of TIFF/EP they are based on. [20] |
Digital Negative (DNG) | 2004 | Yes, from Adobe | Extension of TIFF/EP, adding information on camera characteristics. [21] Is royalty-free. [22] Progress on DNG has fed back into TIFF/EP: a TIFF/EP progress report from September 2009 states that "This format will be similar to DNG 1.3, which serves as the starting point for development." [23] |
Canon Raw v2 (CR2) | 2005 | Reverse-engineered | Based on TIFF [24] and lossless Jpeg ITU-T81. [25] |
Canon Raw v3 (CR3) | 2018 | Reverse-engineered | Uses the ISO base media file format container with custom tags and a custom "crx" codec. [26] |
Sony RAW (SRF, SR2, ARW and ARQ) | 2004 | Reverse-engineered | Based on TIFF container, uses proprietary Makernote fields. May be uncompressed, proprietary lossy-compressed, or Jpeg lossless compressed depending on version. [27] |
DNG is the only raw image format for which industry-wide buy-in is being sought. It is based upon, and compatible with, the ISO standard raw image format ISO 12234-2, TIFF/EP, and is being used by ISO in their revision of that standard. [28] Makers of "niche" cameras who might otherwise have difficulty getting support from software companies frequently use DNG as their native raw image format. Pentax uses DNG as an optional alternative to their own raw image format. There are 15 or more such companies, even a few that specialize in movie cameras, including Leica, Samsung, Ricoh, Pentax, Hasselblad. [28] [29] In addition, most Canon point & shoot cameras can support DNG by using CHDK, and Better Light can export to DNG. [29] Open-source developers also use DNG. [15]
To be viewed or printed, the output from a camera's image sensor has to be processed, that is, converted to a photographic rendering of the scene, and then stored in a standard raster graphics format such as JPEG. This processing, whether done in-camera or later in a raw-file converter, involves a number of operations, typically including: [30] [31]
Demosaicing is only performed for CFA sensors; it is not required for 3CCD or Foveon X3 sensors.
Cameras and image processing software may also perform additional processing to improve image quality, for example:
When a camera saves a raw file it defers most of this processing; typically the only processing performed is the removal of defective pixels (the DNG specification requires that defective pixels be removed before creating the file [36] ). Some camera manufacturers do additional processing before saving raw files; for example, Nikon has been criticized by astrophotographers for applying noise reduction before saving the raw file. [37]
Some raw formats also allow nonlinear quantization. [38] [39] This nonlinearity allows the compression of the raw data without visible degradation of the image by removing invisible and irrelevant information from the image. Although noise is discarded this has nothing to do with (visible) noise reduction.[ citation needed ]
Nearly all digital cameras can process the image from the sensor into a JPEG file using settings for white balance, color saturation, contrast, and sharpness that are either selected automatically or entered by the photographer before taking the picture. Cameras that produce raw files save these settings in the file, but defer the processing. This results in an extra step for the photographer, so raw is normally only used when additional computer processing is intended. However, raw has numerous advantages over JPEG such as:
.r3d
Redcode Raw with compression ratio from 3:1 to 18:1 which depends on resolution and frame rates. [42] Cameras that support raw files typically come with proprietary software for conversion of their raw image data into standard RGB images. Other processing and conversion programs and plugins are available from vendors that have either licensed the technology from the camera manufacturer or reverse-engineered the particular raw format and provided their own processing algorithms.
In January 2005, Apple released iPhoto 5, which offered basic support for viewing and editing many raw file formats.
In April 2005, Apple's OS X 10.4 brought raw support to the operating system's ImageIO framework, enabling raw support automatically in the majority of macOS applications both from Apple (such as Preview, macOS's PDF and image viewing application, and Aperture, a photo post-production software package for professionals) as well as all third party applications which make use of the ImageIO frameworks.
Semi-regular updates to macOS generally include updated support for new raw formats introduced in the intervening months by camera manufacturers.
In 2016, Apple announced that iOS 10 would allow capturing raw images on selected hardware, and third party applications will be able to edit raw images through the operating system's Core Image framework. [44]
In 2020, Apple released the iPhone 12 Pro and iPhone 12 Pro Max. Both of these devices support Apple ProRAW (as of iOS 16.0.3) output and viewing. The later Pro and Pro Max models also provide ProRAW output. [45] Two raw options are in fact available for capture: a traditional "Bayer RAW" and Apple's "ProRAW" both in 12-bit DNG. [46] The ProRAW option is demosaiced and partially processed. It can be used with HDR, Deep Fusion, or Night mode, which is not possible with Bayer RAW. The data inside remain scene-referred like "true" RAW images. [47]
Microsoft supplies the free Windows Camera Codec Pack for Windows XP and later versions of Microsoft Windows, to integrate raw file viewing and printing into some Microsoft Windows tools. [48] The codecs allow native viewing of raw files from a variety of specific cameras in Windows Explorer / File Explorer and Windows Live Photo Gallery / Windows Photo Gallery, in Windows Vista and Windows 7. [49] As of October 2016, Microsoft had not released an updated version since April 2014, which supported some specific cameras by the following manufacturers: Canon, Casio, Epson, Fujifilm, Kodak, Konica Minolta, Leica, Nikon, Olympus, Panasonic, Pentax, Samsung, and Sony. For windows 10 this was essentially replaced in 2019 by Microsoft Raw Image Extension. [49]
Microsoft as of 2019 supplies the free Raw Image Extension for Windows 10 and later versions of Microsoft Windows, to integrate raw file viewing and printing into some Microsoft Windows tools. [50] The Extension allows native viewing of raw files from many mid- to high-end digital cameras in Windows Explorer / File Explorer and Microsoft Photos.
Microsoft Windows supports the Windows Imaging Component (WIC) codec standard. WIC was available as a stand-alone downloadable program for Windows XP Service Pack 2, and built into Windows XP Service Pack 3, Windows Vista, and later versions. Windows Explorer / File Explorer, and Windows Live Photo Gallery / Windows Photo Gallery can view raw formats for which the necessary WIC codecs are installed. Canon, Nikon, Sony, Olympus and Pentax have released WIC codecs for their cameras, although some manufactures only provide codec support for the 32-bit versions of Microsoft Windows. [51]
Commercial DNG WIC codecs are also available from Ardfry Imaging, [52] and others; and FastPictureViewer Professional installs a set of WIC-enabled image decoders. [53] [54]
Android Lollipop 5.0, introduced in late 2014, can allow smartphones to take 10-bit and 16-bit raw images, useful in low-light situations. [55] 12-bit RAW was introduced in API Level 23 (Android 6.0). [56]
In addition to those listed under operating system support, above, the commercial software described below support raw formats.
The following products were launched as raw processing software to process a wide range of raw files, and have this as their main purpose:
Less commonly, raw may also refer to a generic image file format containing only pixel color values. For example, "Photoshop Raw" files (.raw) contain a pure array of bytes top-to-bottom, left-to-right pixel order. Dimensions must be input manually when such files are re-opened, or a square image is assumed. Also the channel size and bit-depth per channel has to be provided when opening this format, as the ambiguities of whether the bytes are to be decoded as single channels at high precision, or multiple channels at lower precision, is not determinable from the byte array itself. Due to its simplicity, this format is very open and compatible, though limited by its lack of metadata and run-length encoding. Especially in photography and graphic design, where color management and extended gamuts are important, and large images are common.
Portable Network Graphics is a raster-graphics file format that supports lossless data compression. PNG was developed as an improved, non-patented replacement for Graphics Interchange Format (GIF)—unofficially, the initials PNG stood for the recursive acronym "PNG's not GIF".
A digital camera, also called a digicam, is a camera that captures photographs in digital memory. Most cameras produced today are digital, largely replacing those that capture images on photographic film or film stock. Digital cameras are now widely incorporated into mobile devices like smartphones with the same or more capabilities and features of dedicated cameras. High-end, high-definition dedicated cameras are still commonly used by professionals and those who desire to take higher-quality photographs.
Tag Image File Format or Tagged Image File Format, commonly known by the abbreviations TIFF or TIF, is an image file format for storing raster graphics images, popular among graphic artists, the publishing industry, and photographers. TIFF is widely supported by scanning, faxing, word processing, optical character recognition, image manipulation, desktop publishing, and page-layout applications. The format was created by the Aldus Corporation for use in desktop publishing. It published the latest version 6.0 in 1992, subsequently updated with an Adobe Systems copyright after the latter acquired Aldus in 1994. Several Aldus or Adobe technical notes have been published with minor extensions to the format, and several specifications have been based on TIFF 6.0, including TIFF/EP, TIFF/IT, TIFF-F and TIFF-FX.
Motion JPEG is a video compression format in which each video frame or interlaced field of a digital video sequence is compressed separately as a JPEG image.
Exchangeable image file format is a standard that specifies formats for images, sound, and ancillary tags used by digital cameras, scanners and other systems handling image and sound files recorded by digital cameras. The specification uses the following existing encoding formats with the addition of specific metadata tags: JPEG lossy coding for compressed image files, TIFF Rev. 6.0 for uncompressed image files, and RIFF WAV for audio files. It does not support JPEG 2000 or GIF encoded images.
A digital image is an image composed of picture elements, also known as pixels, each with finite, discrete quantities of numeric representation for its intensity or gray level that is an output from its two-dimensional functions fed as input by its spatial coordinates denoted with x, y on the x-axis and y-axis, respectively. Depending on whether the image resolution is fixed, it may be of vector or raster type. By itself, the term "digital image" usually refers to raster images or bitmapped images.
Digital Negative (DNG) is an open, lossless raw image format developed by Adobe and used for digital photography. It was launched on September 27, 2004. The launch was accompanied by the first version of the DNG specification, plus various products, including a free-of-charge DNG converter utility. All Adobe photo manipulation software released since the launch supports DNG.
The Sigma SD10 is a digital single-lens reflex camera (DSLR) manufactured by the Sigma Corporation of Japan. It was announced on October 27, 2003, and is an evolution of the previous SD9 model, addressing many of the shortcomings of that camera. The Sigma SD10 cameras are unique in the digital DSLR field in using full-color sensor technology, and in that they only produce raw format images that require post-processing on a computer.
The Extensible Metadata Platform (XMP) is an ISO standard, originally created by Adobe Systems Inc., for the creation, processing and interchange of standardized and custom metadata for digital documents and data sets.
JPEG XR is an image compression standard for continuous tone photographic images, based on the HD Photo specifications that Microsoft originally developed and patented. It supports both lossy and lossless compression, and is the preferred image format for Ecma-388 Open XML Paper Specification documents.
Tag Image File Format/Electronic Photography (TIFF/EP) is a digital image file format standard – ISO 12234-2, titled "Electronic still-picture imaging – Removable memory – Part 2: TIFF/EP image data format". This is different from the Tag Image File Format, which is a standard administered by Adobe currently called "TIFF, Revision 6.0 Final – June 3, 1992".
dcraw is an open-source computer program which is able to read numerous raw image format files, typically produced by mid-range and high-end digital cameras. dcraw converts these images into the standard TIFF and PPM image formats. This conversion is sometimes referred to as developing a raw image since it renders raw image sensor data into a viewable form.
Windows Imaging Component (WIC) is a COM-based imaging codec framework introduced in Windows Vista (and later available in Windows XP Service Pack 3) for working with and processing digital images and image metadata.
FastPictureViewer is a freemium image viewer for Windows XP and later. Its aim is to facilitate quick review, rating and annotation of large quantities of digital images in the early steps of the digital workflow, with an emphasis on simplicity and speed. As an app with a freemium license, a basic version is available cost-free for personal, non-profit or educational uses, while a commercial license is required for the professional version with additional features. The basic version starts as a full version trial.
ExifTool is a free and open-source software program for reading, writing, and manipulating image, audio, video, and PDF metadata. It is platform independent, available as both a Perl library (Image::ExifTool) and command-line application. ExifTool is commonly incorporated into different types of digital workflows and supports many types of metadata including Exif, IPTC, XMP, JFIF, GeoTIFF, ICC Profile, Photoshop IRB, FlashPix, AFCP and ID3, as well as the manufacturer-specific metadata formats of many digital cameras.
RawTherapee is a free and open source application for processing photographs in raw image formats such as those created by many digital cameras. It comprises a subset of image editing operations specifically aimed at non-destructive post-production of raw photos and is primarily focused on improving a photographer's workflow by facilitating the handling of large numbers of images. It is notable for the advanced control it gives the user over the demosaicing and developing process. It is cross-platform, with versions for Microsoft Windows, macOS and Linux.
The Olympus RAW Format (ORF) is a proprietary raw image format used in Olympus digital cameras. Like all other raw formats, this one contains image information rendered directly by a camera's sensor. ORF files feature so-called headers that present image characteristics, such as saturation, color temperature, contrast, etc. Headers also contain metadata, which includes camera's technical characteristics.
This article presents a comparison of image viewers and image organizers which can be used for image viewing.
JPEG XL is a royalty-free raster-graphics file format that supports both lossy and lossless compression. It is designed to outperform existing raster formats and thus become their universal replacement.
{{cite journal}}
: Cite journal requires |journal=
(help){{cite journal}}
: Cite journal requires |journal=
(help){{cite journal}}
: Cite journal requires |journal=
(help)Compared to photos taken in Bayer RAW format, the system demosaics and partially processes Apple ProRAW photos. They're still scene-referred (i.e. without colorspace compressionm still useful for high-dynamic-range imaging), however, and allow capturing RAW photos in modes that don't have a traditional Bayer RAW format available, such as modes that rely on fusing multiple captures.