LoginSignup
2
2

More than 5 years have passed since last update.

[Ionic3] 1つのアプリアイコン画像から複数サイズのアイコンサイズを一括で作成する方法

Posted at

ionic v3.20.0

:one: 概要

resources/icon.pngresources/splash.pngから Android/iOS に必要なアイコンを一括で生成する。

:two: コマンド

(1) 以下のサイズの画像を用意する

  • resources/icon.png:1024x1024 [px]
  • resources/splash.png:2732x2732 [px]

(2) 以下のコマンドを実行する

> ionic cordova resources --force
  • この処理はionicサービス側で行っているようで、初回はionicにサインアップを求められます
  • 指示に従ってサインアップ/サインインします

:three: 参考情報

コマンドヘルプ
> ionic cordova resources -h

  Usage:

    $ ionic cordova resources [<platform>] [options]

  Inputs:

    platform ................. The platform for which you would like to generate resources (android, ios)

  Options:

    --force, -f .............. Force regeneration of resources
    --icon, -i ............... Generate icon resources
    --splash, -s ............. Generate splash screen resources

  Examples:

    $ ionic cordova resources
    $ ionic cordova resources ios
    $ ionic cordova resources android
2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2