info.txt 1.7 KB

1234567891011121314151617181920212223242526272829
  1. Add icons from https://app.streamlinehq.com/icons/pixel
  2. mark a group
  3. select 42 px
  4. download as zip
  5. mogrify -flatten -fuzz 1% -trim +repage -sample 50% -gravity center -extent 21x21 *.png
  6. /data/kraus/git/u8g2/tools/font/png2bdf/png2bdf -f test -c test -o out.bdf -e 48 -i *.png
  7. Attribution:
  8. https://intercom.help/streamlinehq/en/articles/5354403-how-to-create-an-attribution-link
  9. find . -type d -exec csh -c "cd `pwd`/{} && pwd && mogrify -flatten -fuzz 1% -trim +repage -sample 50% -gravity center -extent 21x21 *.png" \;
  10. find . -type d -exec csh -c "cd `pwd`/{} && pwd && /data/kraus/git/u8g2/tools/font/png2bdf/png2bdf -f streamline_{} -c streamlinehq.com -o streamline_{}.bdf -e 48 -i *.png" \;
  11. <a href="https://www.streamlinehq.com">Free Coding App Website Ui PNG icon by Streamline</a>
  12. for i in `ls`; do pushd . && cd $i && /data/kraus/git/u8g2/tools/font/png2bdf/png2bdf -f streamline_$i -c streamlinehq.com -o streamline_$i.bdf -e 48 -i *.png && popd ; done
  13. /data/kraus/git/u8g2/tools/font/png2bdf/png2bdf -f streamline_all -c streamlinehq.com -o streamline_all.bdf -e 48 -i *.png
  14. the following files are removed due to conversion problems:
  15. -rw-rw-r-- 1 kraus kraus 361 Sep 13 21:09 streamline-content-files-book-library--content-files.png
  16. -rw-rw-r-- 1 kraus kraus 398 Sep 13 21:04 streamline-interface-essential-signin-login--interface-essential.png --> fixed
  17. -rw-rw-r-- 1 kraus kraus 359 Sep 13 21:06 streamline-video-movies-player--video-movies.png
  18. -rw-rw-r-- 1 kraus kraus 417 Sep 13 21:06 streamline-video-movies-square-off--video-movies.png
  19. -rw-rw-r-- 1 kraus kraus 422 Sep 13 21:06 streamline-video-movies-vintage-tv-1--video-movies.png