Answers for "linux convert png favicon"

0

linux convert png favicon

convert -resize x16 -gravity center -crop 16x16+0+0 input.png -flatten -colors 256 -background transparent output/favicon.ico
Posted by: Guest on May-14-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language