Skip to content

Commit

Permalink
Update icon generation
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanw committed Oct 15, 2022
1 parent 022a221 commit 8590125
Show file tree
Hide file tree
Showing 49 changed files with 266 additions and 100 deletions.
15 changes: 15 additions & 0 deletions generate_icons.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#!/bin/sh

pushd icons
sed 's/#029d74/#333/g' bibbot_simple.svg > bibbot_monochrome.svg

for height in 16 19 32 38 48 64 96 128 192 256 288 512 1024
do

rsvg-convert -b "#fff" -h $height bibbot_simple.svg > bibbot-$height.png
rsvg-convert -h $height bibbot.svg > bibbot-alpha-$height.png
rsvg-convert -b "#fff" -h $height bibbot_monochrome.svg > bibbot-mono-$height.png

done

popd
Binary file added icons/bibbot-1024.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 icons/bibbot-128.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 icons/bibbot-16.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 icons/bibbot-19.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 icons/bibbot-192.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 icons/bibbot-256.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 icons/bibbot-288.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 icons/bibbot-32.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 icons/bibbot-38.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 icons/bibbot-48.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 icons/bibbot-512.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 icons/bibbot-64.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 icons/bibbot-96.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 icons/bibbot-alpha-1024.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 icons/bibbot-alpha-128.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 icons/bibbot-alpha-16.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 icons/bibbot-alpha-19.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 icons/bibbot-alpha-192.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 icons/bibbot-alpha-256.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 icons/bibbot-alpha-288.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 icons/bibbot-alpha-32.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 icons/bibbot-alpha-38.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 icons/bibbot-alpha-48.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 icons/bibbot-alpha-512.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 icons/bibbot-alpha-64.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 icons/bibbot-alpha-96.png
Binary file added icons/bibbot-mono-1024.png
Binary file added icons/bibbot-mono-128.png
Binary file added icons/bibbot-mono-16.png
Binary file added icons/bibbot-mono-19.png
Binary file added icons/bibbot-mono-192.png
Binary file added icons/bibbot-mono-256.png
Binary file added icons/bibbot-mono-288.png
Binary file added icons/bibbot-mono-32.png
Binary file added icons/bibbot-mono-38.png
Binary file added icons/bibbot-mono-48.png
Binary file added icons/bibbot-mono-512.png
Binary file added icons/bibbot-mono-64.png
Binary file added icons/bibbot-mono-96.png
227 changes: 133 additions & 94 deletions icons/bibbot.svg
Binary file removed icons/bibbot128.png
Diff not rendered.
Binary file removed icons/bibbot19.png
Diff not rendered.
Binary file removed icons/bibbot38.png
Diff not rendered.
Binary file removed icons/bibbot48.png
Diff not rendered.
Binary file removed icons/bibbot96.png
Diff not rendered.
52 changes: 52 additions & 0 deletions icons/bibbot_monochrome.svg
Loading

0 comments on commit 8590125

Please sign in to comment.