Raw image format

From Wikipedia, the free encyclopedia

Raw image file
Filename extension
.3fr,
.ari, .arw,
.bay,
.braw, .crw, .cr2, .cr3,
.cap,
.data, .dcs, .dcr, .dng,
.drf,
.eip, .erf,
.fff,
.gpr,
.iiq,
.k25, .kdc,
.mdc, .mef, .mos, .mrw,
.nef, .nrw,
.obm, .orf,
.pef, .ptx, .pxn,
.r3d, .raf, .raw, .rwl, .rw2, .rwz,
.sr2, .srf, .srw,
.tif,
.x3f
Type of formatImage 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.

Rationale[edit]

Raw image files are sometimes incorrectly described as "digital negatives". Rather, the raw datasets are more like exposed but undeveloped film which can be converted (electronically developed) in a non-destructive manner multiple times in observable, reversible steps to reach a visually desired image. (With exposed film, development is a single event that physically transforms the unexposed film irreversibly.)

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".

File contents[edit]

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:

  • A short file header which typically contains an indicator of the byte-ordering of the file, a file identifier and an offset into the main file data
  • Camera sensor metadata which is required to interpret the sensor image data, including the size of the sensor, the attributes of the CFA and its color profile
  • Image metadata which can be useful for inclusion in any CMS environment or database. These include the exposure settings, camera/scanner/lens model, date (and, optionally, place) of shoot/scan, authoring information and other. Some raw files contain a standardized metadata section with data in Exif format.
  • An image thumbnail
  • Most raw files contain a full size JPEG conversion of the image, which is used to preview the file on the camera's LCD panel.
  • In the case of motion picture film scans, either the timecode, keycode or frame number in the file sequence which represents the frame sequence in a scanned reel. This item allows the file to be ordered in a frame sequence (without relying on its filename).
  • The sensor image data

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]

Sensor image data[edit]

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]

Raw converters[edit]

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.

Standardization[edit]

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]

Example raw image formats
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]

Processing[edit]

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:

The raw file (left) before highlight and shadow details were recovered using the levels tool (right)

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]

Benefits[edit]

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:

  • Many more shades of colors compared to JPEG files – raw files have 12 or 14 bits of intensity information per channel (4096-16384 shades), compared to JPEG's gamma-compressed 8 bits (256 shades).
  • Higher image quality. Because all the calculations (such as applying gamma correction, demosaicing, white balance, brightness, contrast, etc...) used to generate pixel values (in RGB format for most images) are performed in one step on the base data, the resultant pixel values will be more accurate and exhibit less posterization.
  • Bypassing of undesired steps in the camera's processing, including sharpening and noise reduction
  • JPEG images are typically saved using a lossy compression format (though a lossless JPEG compression is now available). Raw formats typically use lossless compression or high-quality lossy compression.
  • Finer control. Raw conversion software allows users to manipulate more parameters (such as lightness, white balance, hue, saturation, etc...) and do so with greater variability. For example, the white point can be set to any value, not just discrete preset values like "daylight" or "incandescent". Furthermore, the user can typically see a preview while adjusting these parameters.
  • The color space can be set to whatever is desired.
  • Different demosaicing algorithms can be used, not just the one coded into the camera.
  • The contents of raw files include more information, and potentially higher quality, than the converted results, in which the rendering parameters are fixed, the color gamut is clipped, and there may be quantization and compression artifacts.
  • Large transformations of the data, such as increasing the exposure of a dramatically under-exposed photo, result in fewer visible artifacts when done from raw data than when done from already rendered image files. Raw data leave more scope for both corrections and artistic manipulations, without resulting in images with visible flaws such as posterization.
  • All the changes made on a raw image file are non-destructive; that is, only the metadata that controls the rendering is changed to make different output versions, leaving the original data unchanged.
  • To some extent, raw-format photography eliminates the need to use the HDRI technique, allowing a much better control over the mapping of the scene intensity range into the output tonal range, compared to the process of automatically mapping to JPEG or other 8-bit representation.

Drawbacks[edit]

  • Camera raw file size is typically 2–6 times larger than JPEG file size.[40] While use of raw formats avoids the compression artifacts inherent in JPEG, fewer images can fit on a given memory card. However, the large sizes and low prices of modern memory cards mitigate this. Burst mode shooting tends to be slower and shorter due to the larger file size.
  • Most raw formats implement lossless data compression to reduce the size of the files without affecting image quality. But some others use lossy data compression where quantization and filtering is performed on the image data.[38][39] Sony's lossy 11+7 bit delta compression of raw data causes posterization under certain conditions.[41] Several Nikon cameras let photographers choose between no compression, lossless compression or lossy compression for their raw images. Red Digital Cinema Camera Company introduced .r3d Redcode Raw with compression ratio from 3:1 to 18:1 which depends on resolution and frame rates.[42]
  • The standard raw image format (ISO 12234-2, TIFF/EP) is not widely accepted. DNG, the potential candidate for a new standard format, has not been adopted by many major camera companies. (See "Standardization" section.) Numerous different raw formats are currently in use and new raw formats keep appearing, while others are abandoned.[43]
  • Because of the lack of widespread adoption of a standard raw format, more specialized software may be required to open raw files than for standardized formats like JPEG or TIFF. Software developers have to frequently update their products to support the raw formats of the latest cameras but open source implementations like dcraw make it easier
  • The time taken in the image workflow is an important factor when choosing between raw and ready-to-use image formats. With modern photo editing software the additional time needed to process raw images has been greatly reduced but it still requires an extra step in workflow in comparison with using out-of-camera JPEGs.

Software support[edit]

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.

Operating system support[edit]

Apple macOS and iOS[edit]

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). ProRAW photos are 12 bit DNG files.

Microsoft Windows[edit]

Windows Camera Codec Pack[edit]

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.[45] 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.[46] 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.[46]

Raw Image Extension[edit]

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.[47] The Extension allows native viewing of raw files from many mid- to high-end digital cameras in Windows Explorer / File Explorer and Microsoft Photos.

Windows Imaging Component (WIC)[edit]

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.[48]

Commercial DNG WIC codecs are also available from Ardfry Imaging,[49] and others; and FastPictureViewer Professional installs a set of WIC-enabled image decoders.[50][51]

Android[edit]

Android Lollipop 5.0, introduced in late 2014, can allow smartphones to take raw images, useful in low-light situations.[52]

Free and open source software[edit]

  • darktable is a raw-workflow tool for macOS, Microsoft Windows, Linux and other open Unix-like operating systems. The software features native 32-bit floating-point processing and a plugin architecture.
  • dcraw is a program which reads most raw formats and can be made to run on operating systems not supported by most commercial software (such as Unix). LibRaw[53] is an API library based on dcraw, offering a more convenient interface for reading and converting raw files. HDR PhotoStudio and AZImage[54] are some of the commercial applications that use Libraw. Jrawio is another API library, written in pure Java code and compliant to the standard Java Image I/O API.
  • digiKam is an advanced digital photo management application for Linux, Microsoft Windows, and Mac OS X that supports raw processing.
  • ExifTool supports the reading, writing and editing of metadata in raw image files. ExifTool supports many different types of metadata including Exif, GPS, IPTC, XMP, JFIF, GeoTIFF, ICC Profile, Photoshop IRB, FlashPix, AFCP and ID3, as well as the maker notes of many digital cameras.
  • ImageMagick, a software suite for image manipulation and conversion, reads many different raw file formats.[55] ImageMagick is available for Linux/Unix, Mac OS, Microsoft Windows, and other platforms.
  • LightZone is a photo editing program providing the ability to edit many raw formats natively. Most tools are raw converters, but LightZone allows a user to edit a raw file as if it were TIFF or JPEG. The project was discontinued in September 2011[56] and reinstated as an open source project in December 2012.
  • Rawstudio is a raw format developer.
  • RawTherapee is a raw developer supporting Linux, OS X and Microsoft Windows operating systems. It features a native 32-bit floating point pipeline.
  • Shotwell is an image organizer available for all major operating systems with the ability to view and edit raw images and has built-in social networking upload capability.
  • UFRaw is a frontend which uses dcraw as a back end. It can be used as a GIMP plugin and is available for most operating systems.

Proprietary software[edit]

In addition to those listed under operating system support, above, the commercial software described below support raw formats.

Dedicated raw converters[edit]

The following products were launched as raw processing software to process a wide range of raw files, and have this as their main purpose:

Others[edit]

  • ACDSee Pro is photo management and editing software that supports the raw formats of 21 camera manufacturers.[60]
  • Adobe Bridge is photo management software that supports the raw formats and converting.
  • Adobe Photoshop supports raw formats (as of version CS2).
  • Affinity Photo supports raw formats.
  • Blackmagic Design DaVinci Resolve
  • DNG Viewer is a free (32bit) viewer for Microsoft Windows based on dcraw. The very simple viewer is installed as RAW Image Viewer, supports some lossless operations, and can save raw images as BMP, JPEG, PNG, or TIFF.[61]
  • FastRawViewer is a dedicated raw viewer that runs on Mac and Microsoft Windows, and currently claims to support all raw formats except Foveon.[62]
  • Helicon Filter supports raw formats.
  • IrfanView is a freeware/shareware basic editor with support for raw files.
  • Konvertor support for raw formats is based on dcraw.[citation needed]
  • Paint Shop Pro contains raw support, although as in the case of most editors updates to the program may be necessary to attain compatibility with newer raw formats as they are released.
  • PhotoLine supports raw formats.
  • Picasa (development discontinued) is a free editor and organizer from Google. It can read and display many raw formats, but like iPhoto, Picasa provides only limited tools for processing the data in a raw file.
  • Silver B&W Photo Converter [63] offers basic support for editing raw file formats supported by macOS.
  • SilverFast supports raw formats.
  • Utiful Photo Organizer is a photo organizing app for iPhone and iPad that supports raw formats, i.e. it can store and display raw formats but also export them in the original raw format as well.
  • Wild Media Server (UPnP, DLNA, HTTP) [64] support for raw formats is based on libraw.
  • Transloadit is a Software as a service that supports converting raw files into other formats [65]
  • XnView support for raw formats is mostly based on dcraw.

Raw filename extensions and respective camera manufacturers or standard[edit]

Raw bitmap files[edit]

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.

See also[edit]

References[edit]

  1. ^ "Understanding RAW Files Explained". Luminous Landscape. 2 March 2011.
  2. ^ "Camera Raw Formats". Digital Preservation. Library of Congress. 2006-10-04. Retrieved 2014-03-11.
  3. ^ Buzzi, Jerome; Guichard, Frederic (October 2006). "A Measure of Color Sensitivity for Imaging Devices". 2006 International Conference on Image Processing. 2006 International Conference on Image Processing. Atlanta, GA: IEEE. pp. 1509–1512. doi:10.1109/ICIP.2006.312569. ISBN 978-1-4244-0480-3. Retrieved 2023-07-27.
  4. ^ "Exif Tool, Supported File Types".
  5. ^ Adobe: DNG Specification
  6. ^ "Realization of natural color reproduction in Digital Still Cameras, closer to the natural sight perception of the human eye".
  7. ^ "Sony Japan announces new RGB+E image sensors". imaging-resource.com. July 16, 2003.
  8. ^ "Sony announce new RGBE CCD". dpreview.com. 15 July 2003.
  9. ^ "Panasonic LX3 Barrel Distortion Controversy". The Online Photographer.
  10. ^ "Panasonic DMC-LX3 Review – Optics". Imaging Resource.
  11. ^ "Panasonic LX3 Lens Distortion". Seriouscompacts.com. Archived from the original on 2008-10-24. Retrieved 2011-12-11.
  12. ^ Panasonic Lumix LX7 Review – Imaging Resource
  13. ^ "Review: Capture One 6 Pro". IT Enquirer. Retrieved 5 October 2011.
  14. ^ "Phase One Capture One 6 Pro Review". ePhotoZine. Retrieved 5 October 2011.
  15. ^ a b "Raw storm in a teacup?". Dpreview.com. 2005-04-27. Retrieved 2007-12-09. Dave Coffin, creator of the dcraw program, discusses some of his successful reverse-engineering in this interview, and mentions his enthusiasm for the DNG format.
  16. ^ Reichmann, Michael; Specht, Juergen (May 2005). "The RAW Flaw (at The Luminous Landscape)". Archived from the original on 2010-01-08. Retrieved 2009-09-23.
  17. ^ Reichmann, Michael; Specht, Juergen (May 2005). "The RAW Flaw (at The Luminous Landscape)". Archived from the original (DOC) on 2012-09-20.
  18. ^ Reichmann, Michael; Specht, Juergen (May 2005). "The RAW Flaw (at The Luminous Landscape)" (PDF). Archived from the original (PDF) on 2011-01-06.
  19. ^ Planning for US Library of Congress Collections: Preferences in Summary
  20. ^ Barry Pearson: What is in a raw file?
  21. ^ Adobe: DNG 1.3.0.0 Specification (June 2009) (scroll down a bit)
  22. ^ Adobe Labs: CinemaDNG Archived 2012-03-07 at the Wayback Machine (final bullet point)
  23. ^ NPES: Minutes of ISO/TC 130/WG2, 39th Meeting Archived 2012-01-11 at the Wayback Machine, see 14f
  24. ^ TIFF structure of Canon CR2
  25. ^ Lossless ITU-T81 jpeg compression of Canon CR2
  26. ^ Describing the Canon Raw v3 (CR3) file format
  27. ^ "Description of Sony RAW file formats (SRF, SR2, ARW and ARQ)". GitHub. 4 June 2022.
  28. ^ a b Barry Pearson: Products from Camera Manufacturers that use DNG in some way
  29. ^ a b Barry Pearson: DNG support, to end-September 2006
  30. ^ R. Ramanath; W.E. Snyder; Y. Yoo; M.S. Drew. "Color Image Processing Pipeline in Digital Still Cameras" (PDF). Archived from the original (PDF) on 2011-01-13. Retrieved 2009-01-04. {{cite journal}}: Cite journal requires |journal= (help)
  31. ^ Keigo Hirakawa. "Color Imaging Pipeline for Digital Still & Video Cameras Part 1: Pipeline and Color Processing" (PDF). Archived from the original (PDF) on 2011-10-07. Retrieved 2009-01-04.
  32. ^ "Inside the Canon RAW format version 2, understanding .CR2 file format and files produced by Canon EOS Digital Camera". lclevy.free.fr.
  33. ^ Ron Day. Understanding & Using the RAW File Format Archived 2014-11-09 at the Wayback Machine
  34. ^ Salvaggio, Nanette (2008). Basic Photographic Materials and Processes (3rd ed.). Focal Press. p. 206. ISBN 978-0-240-80984-7.
  35. ^ Kasdorf, William E. (2003). The Columbia guide to digital publishing. Columbia University Press. p. 270. ISBN 978-0-231-12499-7.
  36. ^ "Digital Negative (DNG) Specification" (PDF): 14. {{cite journal}}: Cite journal requires |journal= (help)
  37. ^ "Comparative test: Canon 10D / Nikon D70 in the field of deep-sky astronomy". Archived from the original on 2004-07-08.
  38. ^ a b "Digital Negative (DNG) Specification" (PDF): 61. {{cite journal}}: Cite journal requires |journal= (help)
  39. ^ a b "Is the Nikon D70 NEF (RAW) format truly lossless?".
  40. ^ "Understanding Camera Raw". 7 December 2011.
  41. ^ "RawDigger: detecting posterization in SONY cRAW/ARW2 files – RawDigger". www.rawdigger.com. 6 March 2014.
  42. ^ Kevin Carter (March 3, 2014). "RED Epic Dragon review: First camera to break the 100-point DxOMark sensor score barrier". Archived from the original on March 15, 2014. Retrieved March 15, 2014.
  43. ^ Larry Strunk (2006-03-19). "The RAW Problem". OpenRAW. Archived from the original on 2007-12-10.
  44. ^ "Advances in iOS Photography". Apple. 14 June 2016. Retrieved 16 June 2016.
  45. ^ "Microsoft RAW Image Thumbnailer and Viewer for Windows XP". Microsoft.
  46. ^ a b "Windows Camera Codec Pack". Microsoft. 2014-04-22. Retrieved 2015-02-18.
  47. ^ url=https://www.microsoft.com/en-us/p/raw-image-extension/9nctdw2w1bh8#activetab=pivot:overviewtab
  48. ^ Understanding RAW Image Support in Windows Vista: Windows Vista team blog Archived 2007-10-12 at the Wayback Machine
  49. ^ "File extension dng support – DNG CODEC for Windows 8 and Windows 7 – Windows Imaging Component CODEC for Adobe Digital Negative files". www.ardfry.com.
  50. ^ Rietschin, Axel. "FastPictureViewer Professional – Image File Formats Compatibility Chart". www.fastpictureviewer.com.
  51. ^ Rietschin, Axel. "FastPictureViewer Imaging Products". FastPictureViewer Imaging Products by Axel Rietschin Software Developments.
  52. ^ Paul Monckton. "Android 5.0 Camera Tests Show Update Instantly Improves Every Smartphone". Forbes. Retrieved December 27, 2014.
  53. ^ "Libraw".
  54. ^ "AZImage".
  55. ^ "ImageMagick Image Formats".
  56. ^ "About – LightZone". lightzombie.org.
  57. ^ "Adobe Camera Raw". Adobe. Retrieved 19 July 2021.
  58. ^ "Capture One". Archived from the original on 2011-11-14.
  59. ^ "Raw Power by Gentlemen Coders".
  60. ^ "ACDSystems Supported RAW Formats".
  61. ^ ideaMK: DNG Viewer
  62. ^ "List of Supported Cameras (RAW formats) – FastRawViewer". www.fastrawviewer.com. 17 March 2016.
  63. ^ "Silver Black and White Photo Converter".
  64. ^ "Wild Media Server (UPnP, DLNA, HTTP)". www.wildmediaserver.com. Retrieved 2017-09-01.
  65. ^ "Supported Formats and Codecs". transloadit.com.

External links[edit]