Minolta MRW
From Just Solve the File Format Problem
(Difference between revisions)
(Broken links) |
|||
Line 8: | Line 8: | ||
== Identification == | == Identification == | ||
Files start with bytes <code>00 4d 52 4d</code>. | Files start with bytes <code>00 4d 52 4d</code>. | ||
+ | |||
+ | == Related formats == | ||
+ | Though not based on [[TIFF]], MRW files do contain [[Exif]] and [[Exif MakerNote|MakerNote]] data. | ||
== Specifications == | == Specifications == | ||
Line 13: | Line 16: | ||
* [https://web.archive.org/web/20060313201319/http://www.chauveau-central.net/mrw-format/mrw-format.txt Stephane Chauveau documentation] (from archive.org) | * [https://web.archive.org/web/20060313201319/http://www.chauveau-central.net/mrw-format/mrw-format.txt Stephane Chauveau documentation] (from archive.org) | ||
* [https://web.archive.org/web/20090214101740/http://crousseau.free.fr/imgfmt_raw.htm Cedric Rousseau documentation] from one of the developers of DxO (from archive.org) | * [https://web.archive.org/web/20090214101740/http://crousseau.free.fr/imgfmt_raw.htm Cedric Rousseau documentation] from one of the developers of DxO (from archive.org) | ||
+ | * [http://www.sno.phy.queensu.ca/~phil/exiftool/TagNames/Minolta.html ExifTool: Minolta Tags] | ||
== Software == | == Software == | ||
* See also [[Cameras and Digital Image Sensors#Software|Cameras and Digital Image Sensors: Software]] | * See also [[Cameras and Digital Image Sensors#Software|Cameras and Digital Image Sensors: Software]] | ||
− | * [http://www.focalplane.net/imagecooker/ ImageCooker ] | + | * [http://www.focalplane.net/imagecooker/ ImageCooker] |
== Sample files == | == Sample files == | ||
* [http://www.rawsamples.ch/index.php/en/minolta RAW-Samples: Minolta] | * [http://www.rawsamples.ch/index.php/en/minolta RAW-Samples: Minolta] | ||
* http://digikam3rdparty.free.fr/TEST_IMAGES/ → [http://digikam3rdparty.free.fr/TEST_IMAGES/RAW/HORIZONTAL/ RAW/HORIZONTAL/], [http://digikam3rdparty.free.fr/TEST_IMAGES/RAW/VERTICAL/ RAW/VERTICAL/], [http://digikam3rdparty.free.fr/TEST_IMAGES/NOISE/ NOISE/], [http://digikam3rdparty.free.fr/TEST_IMAGES/METADATA/digiKam/ METADATA/digiKam/], [http://digikam3rdparty.free.fr/TEST_IMAGES/TestRotation/ TestRotation/] | * http://digikam3rdparty.free.fr/TEST_IMAGES/ → [http://digikam3rdparty.free.fr/TEST_IMAGES/RAW/HORIZONTAL/ RAW/HORIZONTAL/], [http://digikam3rdparty.free.fr/TEST_IMAGES/RAW/VERTICAL/ RAW/VERTICAL/], [http://digikam3rdparty.free.fr/TEST_IMAGES/NOISE/ NOISE/], [http://digikam3rdparty.free.fr/TEST_IMAGES/METADATA/digiKam/ METADATA/digiKam/], [http://digikam3rdparty.free.fr/TEST_IMAGES/TestRotation/ TestRotation/] |
Revision as of 23:49, 15 September 2014
MRW (Minolta RAW) is a raw image format used by Minolta (later Konica-Minolta) cameras. After the Sony purchase, Sony branded SLR use a different format: ARW.
Contents |
Identification
Files start with bytes 00 4d 52 4d
.
Related formats
Though not based on TIFF, MRW files do contain Exif and MakerNote data.
Specifications
- Dalibor Jelinek's documentation (from archive.org)
- Stephane Chauveau documentation (from archive.org)
- Cedric Rousseau documentation from one of the developers of DxO (from archive.org)
- ExifTool: Minolta Tags