Refine icons

This commit is contained in:
Bottersnike 2022-06-13 10:52:58 +01:00
parent e6406da40f
commit 331710e239
13 changed files with 6 additions and 7 deletions

View File

@ -1,7 +1,6 @@
<div align="center">
<img src="https://gitea.tendokyu.moe/Bottersnike/micetools/raw/branch/master/assets/micetools.png" alt="micetools" width="70%">
</div>
<br/>
For a complete build, ensure to download `libpcp.lib` and place it in `src/`
prior to running `make`.

View File

@ -1,5 +1,5 @@
CONVERT=cmd /c "C:\Windows\Sysnative\wsl.exe convert"
assets:
$(CONVERT) -define icon:auto-resize mice.png mice.ico
$(CONVERT) -define icon:auto-resize micepatch.png micepatch.ico
$(CONVERT) -define icon:auto-resize micekeychip.png micekeychip.ico
$(CONVERT) -define icon:auto-resize=16,20,24,43,40,48,128,256 mice.png mice.ico
$(CONVERT) -define icon:auto-resize=16,20,24,43,40,48,128,256 micepatch.png micepatch.ico
$(CONVERT) -define icon:auto-resize=16,20,24,43,40,48,128,256 micekeychip.png micekeychip.ico

Binary file not shown.

Before

Width:  |  Height:  |  Size: 320 KiB

After

Width:  |  Height:  |  Size: 124 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 KiB

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 202 KiB

After

Width:  |  Height:  |  Size: 175 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 323 KiB

After

Width:  |  Height:  |  Size: 127 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 75 KiB

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 205 KiB

After

Width:  |  Height:  |  Size: 170 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 327 KiB

After

Width:  |  Height:  |  Size: 131 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 84 KiB

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 178 KiB

After

Width:  |  Height:  |  Size: 156 KiB

View File

@ -1,5 +1,5 @@
<div align="center">
<img src="https://gitea.tendokyu.moe/Bottersnike/micetools/raw/branch/master/assets/micekeychip-wm.png" alt="micekeychip" width="70%">
</div>
<br/>
The most incomplete keychip emulator you've seen this side of, uuh, let's just leave it as this is incomplete. Porting Python to C takes a while!
The most incomplete keychip emulator you've seen this side of, uuh, let's just leave it as this is incomplete. Porting Python to C takes a while!

View File

@ -1,5 +1,5 @@
<div align="center">
<img src="https://gitea.tendokyu.moe/Bottersnike/micetools/raw/branch/master/assets/micepatch-wm.png" alt="micepatch" width="70%">
</div>
<br/>
A somewhat barebones binary patcher tool, but it does the job.