iconmaker can easly create image for icon. it will resize the image and add seal tag.
| org image | convert image |
|---|---|
You can select the type of seal from the following.
| red-corner | blue-corner | yellow-corner | rhems-bar |
|---|---|---|---|
docker
pll the image
docker pull rhemsjapan/iconmaker:develop
make your original image with square in current directory
(in preparation)
[terminal]# curl https://****/install.sh | bash
Usage: iconmaker [OPTION]...
-h Display help
-i VALUE Select image
-t VALUE Put text to annotate
[terminal]# iconmaker -i RHEMS.png -t RPD
https://hub.docker.com/repository/docker/rhemsjapan/iconmaker
docker run --rm -v ${_TMP}:/root/tmp-dir --env TAG=$t --env IMG=$i --env SLN=$s.png rhemsjapan/iconmaker:develop
Content type
Image
Digest
sha256:e8ff023a9…
Size
160 MB
Last updated
about 3 years ago
docker pull rhemsjapan/iconmaker