Skip to content

Commit

Permalink
adds example
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneashleyberry committed Apr 1, 2019
1 parent be9b3d8 commit a7d2e82
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ go run main.go
go run main.go apply testdata/sample.jpg --lut testdata/filter.png --out testdata/output.jpg
```

| Input | LUT | Output |
| --------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------ |
| ![an unfiltered image](https://raw.githubusercontent.com/wayneashleyberry/lut/master/testdata/sample.jpg) | ![a lookup table](https://raw.githubusercontent.com/wayneashleyberry/lut/master/testdata/filter.png) | ![the result](https://raw.githubusercontent.com/wayneashleyberry/lut/master/testdata/output.jpg) |
| Input | LUT | Output |
| --------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- |
| ![an unfiltered image](https://raw.githubusercontent.com/wayneashleyberry/lut/master/testdata/sample.jpg) | ![a lookup table](https://raw.githubusercontent.com/wayneashleyberry/lut/master/testdata/filter.png) | ![the result](https://raw.githubusercontent.com/wayneashleyberry/lut/master/testdata/output.jpg) |
| ![an unfiltered image](https://raw.githubusercontent.com/wayneashleyberry/lut/master/testdata/sample.jpg) | [du04.cube](https://raw.githubusercontent.com/wayneashleyberry/lut/master/testdata/du04.cube) | ![the result](https://raw.githubusercontent.com/wayneashleyberry/lut/master/testdata/output2.jpg) |
Binary file added testdata/output2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed testdata/output2.png
Binary file not shown.

0 comments on commit a7d2e82

Please sign in to comment.