画像ファイルからicnsファイルを作成する方法
Katz
Contents
Apple Icon Image format(.icns)とは
- Apple Icon Image 形式 (.icns) は、Apple Inc. の macOS で使用されるアイコン形式です。
- 16 × 16、32 × 32、48 × 48、128 × 128、256 × 256、512 × 512 ポイントのアイコンを、1 倍および 2 倍のスケールでサポートする
- 1 ビットおよび 8 ビットのアルファチャネルと、複数の画像状態 (例: 開いているフォルダと閉じているフォルダ) をサポートする
- 固定サイズのアイコンは、オペレーティング システムによって拡大縮小され、任意の中間サイズで表示できます。
Apple Icon Image format(.icns)を生成する
makeicnsをインストールする
Apple Icon Image format(.icns)を生成にはmakeicns
を利用する。makeicns
は下記のコマンドでインストールする。
brew install makeicns
makeicnsでApple Icon Image format(.icns)を生成する
画像ファイル(PNG・JPG)を用意して、makeicns
のコマンドを入力して、Apple Icon Image format(.icns)を生成する
makeicns -in [画像ファイル(PNG・JPG)]
生成したApple Icon Image format(.icns)を確認する
生成したApple Icon Image format(.icns)をプレビューで開いて確認します。以下のように16 × 16、32 × 32、48 × 48、128 × 128、256 × 256、512 × 512それぞれの画像が表示できていれば問題ありません。
参考記事
ABOUT ME