Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD

icon_set_generator

simple cli tool to enable easy production of icon sets for your next application.

installation

  1. download the repo and add bin/icon_set_generator.exe to path:
    gh repo download powrfulcow89/icon_set_generator

    or

  2. get the pub package:
    dart pub add icon_set_generator

    and build from source:

    dart compile exe .binicon_set_generator.dart

    or

  3. grab a prebuilt binary.

usage

icon_set_generator image.extension [-e] [-o] [-s] [-a] [-w] [-h]

-e, --extension    option: extension to convert the set to.
-o, --output       option: output directory.
-s, --set          option: custom set of sizes
-a, --apple        flag: generate icon sets for apple apps.
-w, --windows10    flag: generate icon sets for windows 10 apps.
-h, --help         flag: shows the cli usage.

examples

  1. output a standard set from favicon.png:
    icon_set_generator favicon.png
  2. output the standard, apple and windows 10 sets from logo.jpg:
    icon_set_generator logo.jpg -a -w
  3. output a custom size set from image.gif to the samples folder in ico format:
    icon_set_generator image.gif -o samples --set "[10, 20, 30]" -e ico

Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD

Comments are closed.