8000 GitHub - ItaloEC/app-icon-generator: Script to resize png icons into all the needed sizes for websites
[go: up one dir, main page]

Skip to content

Script to resize png icons into all the needed sizes for websites

License

Notifications You must be signed in to change notification settings

ItaloEC/app-icon-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

App Icons Generator

This script resizes a square PNG image to various sizes using the Jimp library.

Usage

  1. Install dependencies:

    npm install

    or

    yarn
  2. Run the script:

    npm run start

    or

    yarn start

Configuration

  • Input image path: ./icon.png
  • Output images path: icons/icon_{size}x{size}.png

Image Sizes

The script resizes the image to the following sizes:

512x512

192x192

64x64

32x32

24x24

16x16

License

This project is licensed under the MIT License - see the LICENSE file for details.

----------------------- // ----------------

Gerador de Ícones

Este script redimensiona uma imagem PNG quadrada para vários tamanhos usando a biblioteca Jimp.

Uso

  1. Instale as dependências:

    npm install

    ou

    yarn
  2. Execute o script:

    npm run start

    ou

    yarn start

Configuração

  • Caminho da imagem de entrada: ./icon.png
  • Caminho das imagens de saída: : icons/icon_{size}x{size}.png

Tamanhos das Imagens

O script redimensiona a imagem para os seguintes tamanhos:

512x512

192x192

64x64

32x32

24x24

16x16

Licença

Este projeto está licenciado sob a Licença MIT - consulte o arquivo LICENSE para obter detalhes.

About

Script to resize png icons into all the needed sizes for websites

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0