Skip to content

Commit

Permalink
Added a custom icon. Added a screenshot. Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
Z1-Gamer committed Aug 5, 2023
1 parent f8b716d commit 9078b24
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
This is a simple program to compare if two images are identical.

![Screenshot](/screenshots/mainwindow.png?raw=true)

Usage: Just drag and drop two images you would like to compare and click the "Compare" button.
Currently supports png and jpeg.

Expand Down
Binary file modified build/windows/icon.ico
Binary file not shown.
4 changes: 2 additions & 2 deletions frontend/src/App.svelte
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script lang="ts">
import { CompareFiles, DebugMe } from "../wailsjs/go/main/App.js"
import EmptyImage from "./assets/images/BlankImageT2.png"
import EmptyResultImage from "./assets/images/BlankImageT3.png"
import EmptyImage from "./assets/images/BlankImage.png"
import EmptyResultImage from "./assets/images/BlankResultImage.png"
import Modal from "svelte-simple-modal"
import PopupManager from "./PopupManager.svelte"
Expand Down
Binary file modified frontend/src/assets/images/BlankImage.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 frontend/src/assets/images/BlankImageT1.png
Binary file not shown.
Binary file removed frontend/src/assets/images/BlankImageT2.png
Binary file not shown.
Binary file removed frontend/src/assets/images/EmptyImage.png
Binary file not shown.
Binary file removed frontend/src/assets/images/logo-universal.png
Binary file not shown.
Binary file added screenshots/mainwindow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9078b24

Please sign in to comment.