Skip to content

Commit

Permalink
chore: Update logo
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtrKovalenko committed Aug 26, 2024
1 parent 46a7bd4 commit 546b491
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ _release
images/diff.png
test/test-images/_*.png
vcpkg_installed/*
out.png
_opam/
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
<p align="center">
<img src="./logo.png"/>
<picture>
<source media="(prefers-color-scheme: dark)" srcset="./odiff-logo-dark.png">
<source media="(prefers-color-scheme: light)" srcset="./odiff-logo-light.png">
<img alt="pixeletad caml and odiff text with highlighted red pixels difference" src="./odiff-logo-dark.png">
</picture>
</p>

<h1 align="center"> ODIFF </h1>
<h3 align="center"> The fastest* (one-thread) pixel-by-pixel image difference tool in the world. </h3>

<div align="center">
Expand Down
Binary file removed logo.png
Binary file not shown.
Binary file added odiff-logo-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added odiff-logo-light.png
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 out.png
Binary file not shown.

0 comments on commit 546b491

Please sign in to comment.