logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

icnsutil - Utility to convert between '.iconset' and '.icns' files.

Author

       Written by Mathew Eis

Description

       icnsutil is intended to be a functional clone of the Darwin iconutil,
        which converts between '.iconset' and '.icns' files. The tool takes a
        single source '.icns' file or '.iconset' and converts it to either a
        '.icns' or '.iconset' depending on the value of the -c flag's
        argument.

        It is possible to specify the name of the output file by passing the
        file path as the argument to the -o flag. If -o is not set iconutil
        will write converted '.icns' file or '.iconset' to the same directory
        as the source file using the same file name with the correct extension
        for the output type.

Name

       icnsutil - Utility to convert between '.iconset' and '.icns' files.

Synopsis

iconutil-c{icns|iconset}[-ofile] file

See Also