Skip to content

Commit

Permalink
Edit document. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
hMatoba committed Mar 9, 2015
1 parent b6f7506 commit a73f0df
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,16 @@ or download .zip, extract it and run::

$ python setup.py install

How to Use
----------

There are only just five functions.

- *load(filename)* - Get exif data as *dict*.
- *dump(exif_dict)* - Get exif as *bytes* to save with JPEG.
- *insert(exif_bytes, filename)* - Insert exif into JPEG.
- *remove(filename)* - Remove exif from JPEG.
- *transplant(filename, filename)* - Transplant exif from JPEG to JPEG.

Example
-------
Expand Down
4 changes: 2 additions & 2 deletions doc/about.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ How to Use

There are only just five functions.

- *load(filename)* - Get exif as dict to read.
- *dump(exif_dict)* - Get exif as bytes to save with JPEG.
- *load(filename)* - Get exif data as *dict*.
- *dump(exif_dict)* - Get exif as *bytes* to save with JPEG.
- *insert(exif_bytes, filename)* - Insert exif into JPEG.
- *remove(filename)* - Remove exif from JPEG.
- *transplant(filename, filename)* - Transplant exif from JPEG to JPEG.
Expand Down

0 comments on commit a73f0df

Please sign in to comment.