Skip to content

Commit

Permalink
Edit document.
Browse files Browse the repository at this point in the history
  • Loading branch information
hMatoba committed Sep 10, 2017
1 parent 0ff9d7c commit 96c3f9c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/appendices.rst
Expand Up @@ -13,10 +13,14 @@ http://www.cipa.jp/std/documents/e/DC-008-2012_E.pdf
+---------------+----------------------+
| BYTE | int |
+---------------+----------------------+
| SIGNED BYTE | int |
+---------------+----------------------+
| ASCII | str |
+---------------+----------------------+
| SHORT | int |
+---------------+----------------------+
| SIGNED SHORT | int |
+---------------+----------------------+
| LONG | int |
+---------------+----------------------+
| RATIONAL | (int, int) |
Expand All @@ -25,6 +29,10 @@ http://www.cipa.jp/std/documents/e/DC-008-2012_E.pdf
+---------------+----------------------+
| SRATIONAL | (int, int) |
+---------------+----------------------+
| FLOAT | float |
+---------------+----------------------+
| DOUBLE | float |
+---------------+----------------------+

If value type is number(BYTE, SHORT, LONG, RATIONAL, or SRATIONAL) and value count is two or more number, it is expressed with tuple.

Expand Down

0 comments on commit 96c3f9c

Please sign in to comment.