Skip to content

Commit

Permalink
created an icon for windys
Browse files Browse the repository at this point in the history
  • Loading branch information
redfish64 committed May 2, 2017
1 parent cd5d9ab commit 2cf4f0e
Show file tree
Hide file tree
Showing 3 changed files with 225 additions and 0 deletions.
214 changes: 214 additions & 0 deletions image_barnyard/ico.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions image_barnyard/make_icon.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/bash

F=$1

convert ${F}.png -resize 16x16 16.png
convert ${F}.png -resize 32x32 32.png
convert ${F}.png -resize 64x64 64.png
convert ${F}.png -resize 128x128 128.png
convert ${F}.png -resize 256x256 256.png

convert 16.png 32.png 64.png 128.png 256.png ${F}.ico
Binary file added mll.ico
Binary file not shown.

0 comments on commit 2cf4f0e

Please sign in to comment.