Git Product home page Git Product logo

elephicon's Introduction

Elephicon

GitHub license GitHub all releases GitHub contributors GitHub stars

Elephicon, a GUI wrapper for png2icons, generates Apple ICNS and Microsoft ICO files from PNG files.

๐Ÿ“— Usage

  • The ideal input is a 24-bit PNG file with 1024x1024 pixels and an alpha channel, but any other dimensions and most other PNG formats will do work.
  • If you only need to create ICO files, 256ร—256 pixels will be enough.
  • It's also possible to create icon files from non-quadratic source PNGs.
  • Various settings are available from the context menu.

animation

๐Ÿ“ฅ Download

๐Ÿ’ป macOS & GNU/Linux

You can download the latest version of Elephicon from the releases page here:
https://github.com/sprout2000/elephicon/releases

๐Ÿ–ฅ๏ธ Windows 10 & 11

You can get (or upgrade to) the latest version of Elephicon via winget:

winget install sprout2000.Elephicon

๐ŸŒˆ Embedded Sizes

Dimension ICO ICNS
16x16 โœ… โœ…
16x16@2x โœ…
24x24 โœ…
32x32 โœ… โœ…
32x32@2x โœ…
48x48 โœ…
64x64 โœ…
72x72 โœ…
96x96 โœ…
128x128 โœ… โœ…
128x128@2x โœ…
256x256 โœ… โœ…
256x256@2x โœ…
512x512 โœ…
512x512@2x โœ…

๐ŸŒ Supported Languages (App Menu)

Language Code Language Code
Deutsch de Portuguรชs pt
English en ะ ัƒััะบะธะน ru
Italiano it Tรผrkรงe tr
ๆ—ฅๆœฌ่ชž ja ะฃะบั€ะฐั—ะฝััŒะบะฐ uk
Malayalam ml ็ฎ€ไฝ“ไธญๆ–‡ zh_CN

๐Ÿป Contributing

You can easily contribute to this repository by providing translation files.

  1. Create {your_LANG}.json in src/locales.
  src
  โ”œโ”€โ”€ @types
  โ”œโ”€โ”€ createMenu.ts
  โ”œโ”€โ”€ locales
+ โ”‚   โ”œโ”€โ”€ de.json
  โ”‚   โ”œโ”€โ”€ en.json
  โ”‚   โ””โ”€โ”€ ja.json
  โ”œโ”€โ”€ main.ts
  โ”œโ”€โ”€ preload.ts
  โ”œโ”€โ”€ setLocales.ts
  โ””โ”€โ”€ web
  1. Import the locale into src/setLocales.ts as follows:
  import en from './locales/en.json';
  import ja from './locales/ja.json';
+ import de from './locales/de.json';

  export const setLocales = (locale: string): void => {
    i18next.init({
      lng: locale,
      fallbackLng: 'en',
      resources: {
        en: { translation: en },
        ja: { translation: ja },
+       de: { translation: de },
      },
    });
  };
  1. And then please send a pull request to this repository.

๐ŸŽ‰ Contributors

Thanks go to these wonderful people ๐Ÿ™‚:

ยฉ๏ธ Copyright

MIT ยฉ idesis GmbH, Rellinghauser StraรŸe 334F, D-45136 Essen

Elephicon

Copyright(c) 2020 sprout2000 and other contributors

elephicon's People

Contributors

aerocyber avatar archergu avatar dependabot[bot] avatar drdeee avatar franky0731 avatar godrix avatar ignavan39 avatar lightwithoutlisonlyight avatar sprout2000 avatar umitseyhan75 avatar vedantmgoyal9 avatar whitebear60 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.