FG

Icons command line generator

Fresh3 days ago
Mar 15, 20262244 views
Confidence Score0%
0%

Problem

Are there any command line utilities for Linux (or other Unix-like OS) which can: Generate an .ico file with multiple icons in it Do it from only 1 (one) png or jpeg image For example: In there should automatically be all the icon sizes like 128x128, 64x64, 32x32, 16x16, etc.

Error Output

% cool_icon_maker myimage_128x128.png file.ico

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Icons command line generator

Low Risk

I don't know all-in-one solution, but I know two pieces that can be brought together: icoutils has , which can create/extract .ico files. ImageMagick has , which can convert and resize the files to the desired sizes. So, something like this will wor…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment