Skip to content
This repository has been archived by the owner on Oct 4, 2020. It is now read-only.

Commit

Permalink
Add link to docs to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SamWhited committed May 26, 2015
1 parent 4b288eb commit 607dcfd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@

# rawkit

`rawkit` (pronounced rocket) is a LibRaw binding for Python inspired by the Wand API.
`rawkit` (pronounced rocket) is a LibRaw binding for Python inspired by the
Wand API. For more info, see the [docs][docs].

## Usage

Expand All @@ -13,3 +14,5 @@ from rawkit.raw import Raw
with Raw(filename='some/raw/image.CR2') as raw:
raw.save(filename='some/destination/image.ppm')
```

[docs]: https://photoshell.github.io/rawkit/

0 comments on commit 607dcfd

Please sign in to comment.