Skip to content

Commit

Permalink
Add logo (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefmolin authored Oct 8, 2024
1 parent 6c9c570 commit 6f1c191
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# exif-stripper

Pre-commit hook to ensure image metadata (EXIF data and extended attributes) is removed.
<div align="center">
<img alt="exif-stripper logo" src="https://github.com/stefmolin/exif-stripper/raw/main/logo.svg">

<table>
<tr>
Expand Down Expand Up @@ -43,6 +42,13 @@ Pre-commit hook to ensure image metadata (EXIF data and extended attributes) is
</td>
</tr>
</table>

<hr>
</div>

# exif-stripper

An easy-to-use tool to ensure image metadata (EXIF data and extended attributes) is removed.

## Usage

Expand Down
10 changes: 10 additions & 0 deletions logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ requires = [

[project]
name = "exif-stripper"
description = "Pre-commit hook to ensure image EXIF data is removed."
description = "An easy-to-use tool to ensure image metadata (EXIF data and extended attributes) is removed."
readme = "README.md"
keywords = [
"exif",
Expand Down

0 comments on commit 6f1c191

Please sign in to comment.