Introduce Scribus draft (.sla and PDF), assets including images and binaries, scripts for processing, and archival content from Antic magazine.
6 lines
256 B
Bash
6 lines
256 B
Bash
#!/usr/bin/env zsh
|
|
|
|
convert badge-light.png -monochrome -dither None -resize 300% badge-light.pbm
|
|
convert badge-medium.png -monochrome -dither None -resize 300% badge-medium.pbm
|
|
convert badge-heavy.png -monochrome -dither None -resize 300% badge-heavy.pbm
|