summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@freedesktop.org>2013-05-13 17:51:46 -0700
committerJoe Rayhawk <jrayhawk@freedesktop.org>2013-05-13 17:51:46 -0700
commitfaa01edb31c1b1fcc6a2a5bf20a4e446058d5aff (patch)
tree98e141ca3d6cccd37cf3d85acce3fd34eb5fb88d
parente7bbd85d324e6bdec1d43f4614a2dc85b26f9f7c (diff)
moin2mdwn: convert page Fuji_RAF
-rw-r--r--Fuji_RAF.mdwn49
-rw-r--r--Fuji_RAF.moin42
2 files changed, 49 insertions, 42 deletions
diff --git a/Fuji_RAF.mdwn b/Fuji_RAF.mdwn
new file mode 100644
index 0000000..dd2b994
--- /dev/null
+++ b/Fuji_RAF.mdwn
@@ -0,0 +1,49 @@
+
+RAF is the RAW file format used by [[FujiFilm|FujiFilm]] camera. It looks like a simple table with embedded JPEG some data and uncompressed CFA.
+
+
+# MIME type
+
+image/x-fuji-raf
+# Organisation
+
+Byte order is Motorola (Big Endian)
+
+* 16 bytes string to identify the file (magic)
+ * `FUJIFILMCCD-RAW `
+* 4 bytes
+ * `0201`
+* 8 bytes
+ * `FF389501`
+* 32 bytes for the camera string, \0 terminated
+* offset directory
+ * Version (4 bytes) for the directory
+ * `0100`
+ * `0159`
+ * 20 bytes "unknown"
+ * Jpeg image offset (4 bytes)
+ * Jpeg Image length (4 bytes)
+ * CFA Header Offset (4 bytes)
+ * CFA Header Length (4 bytes)
+ * CFA Offset (4 bytes)
+ * CFA Length (4 bytes)
+ * rest unused
+* Jpeg image offset
+ * Exif JFIF with thumbnail + preview
+* CFA Header offset - Big Endian
+ * 4 bytes: count of records
+ * Records, one after the other
+ * 2 bytes: tag ID
+ * 2 bytes: size of record (N)
+ * N bytes: data
+* CFA Offset
+ * Uncompressed RAW
+
+# Compression
+
+Apparently no compression is applied.
+
+
+# Links
+
+* [[http://crousseau.free.fr/imgfmt_raw.htm|http://crousseau.free.fr/imgfmt_raw.htm]] \ No newline at end of file
diff --git a/Fuji_RAF.moin b/Fuji_RAF.moin
deleted file mode 100644
index 3740b6f..0000000
--- a/Fuji_RAF.moin
+++ /dev/null
@@ -1,42 +0,0 @@
-RAF is the RAW file format used by FujiFilm camera. It looks like a simple table with embedded JPEG some data and uncompressed CFA.
-
-= MIME type =
-image/x-fuji-raf
-= Organisation =
-
-Byte order is Motorola (Big Endian)
-
- * 16 bytes string to identify the file (magic)
- * {{{FUJIFILMCCD-RAW }}}
- * 4 bytes
- * {{{0201}}}
- * 8 bytes
- * {{{FF389501}}}
- * 32 bytes for the camera string, \0 terminated
- * offset directory
- * Version (4 bytes) for the directory
- * {{{0100}}}
- * {{{0159}}}
- * 20 bytes "unknown"
- * Jpeg image offset (4 bytes)
- * Jpeg Image length (4 bytes)
- * CFA Header Offset (4 bytes)
- * CFA Header Length (4 bytes)
- * CFA Offset (4 bytes)
- * CFA Length (4 bytes)
- * rest unused
- * Jpeg image offset
- * Exif JFIF with thumbnail + preview
- * CFA Header offset - Big Endian
- * 4 bytes: count of records
- * Records, one after the other
- * 2 bytes: tag ID
- * 2 bytes: size of record (N)
- * N bytes: data
- * CFA Offset
- * Uncompressed RAW
-= Compression =
-Apparently no compression is applied.
-
-= Links =
- *http://crousseau.free.fr/imgfmt_raw.htm