Skip to content

Commit

Permalink
Add screenshots directory
Browse files Browse the repository at this point in the history
  • Loading branch information
akiomik committed Feb 11, 2021
1 parent 88f5799 commit 2a56006
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

A python library for instagram filters.

![screenshot](screenshot.png)
![screenshot](screenshots/screenshot.png)

The filter implementations are inspired by [CSSgram](https://una.im/CSSgram/).

Expand Down Expand Up @@ -115,7 +115,7 @@ pilgram.css.blending.color(backdrop, source).save('blending.jpg')

- [notebooks/filter-performance-comparison.ipynb](notebooks/filter-performance-comparison.ipynb)

![filter performance comparison](filter-performance-comparison.png)
![filter performance comparison](screenshots/filter-performance-comparison.png)

## Test

Expand Down
File renamed without changes
File renamed without changes
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ exclude =
*.tests

[options.data_files]
'' = screenshot.png
screenshots =
screenshots/screenshot.png
screenshots/filter-performance-comparison.png

[tool:pytest]
addopts = -v --cov=pilgram --benchmark-skip
Expand Down

0 comments on commit 2a56006

Please sign in to comment.