> For the complete documentation index, see [llms.txt](https://catatan.raniaamina.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://catatan.raniaamina.id/converthis/png-to-ico.md).

# PNG to ICO

Convert berkas PNG ke ICO, biasanya berguna untuk membuat favicon sebuah halaman.

`convert -resize x16 -gravity center -flatten -colors 256 -background transparent input-image.png favicon.ico`

pastikan Image Magick udah terpasang di sistem Anda
