iconutil(1) [osx man page]
iconutil(1) BSD General Commands Manual iconutil(1) NAME
iconutil -- Utility to convert between '.iconset' and '.icns' files. SYNOPSIS
iconutil -c {icns | iconset} [-o file] file DESCRIPTION
iconutil 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. OPTIONS
-c --convert {icns | iconset} Given the argument iconset, iconutil converts the source '.icns' file to an '.iconset'. The '.iconset' is saved in the same direc- tory as the source '.icns'. It is given the same file name as but with the '.iconset' file extension. If the argument is icns, iconutil converts the source '.iconset' to an '.icns'. The '.icns' is saved in the same directory as the source '.iconset'. It is given the same file name as the source file but with the '.iconset' file extension. -o --output Overrides the default output file name that iconutil uses to save the converted '.iconset' or '.icns' files. FILES
/usr/bin/iconutil Darwin June 2, 2019 Darwin
Check Out this Related Man Page
Gtk2::IconSet(3pm) User Contributed Perl Documentation Gtk2::IconSet(3pm) NAME
Gtk2::IconSet - wrapper for GtkIconSet HIERARCHY
Glib::Boxed +----Gtk2::IconSet METHODS
iconset = Gtk2::IconSet->new iconset = Gtk2::IconSet->new_from_pixbuf ($pixbuf) o $pixbuf (Gtk2::Gdk::Pixbuf) $icon_set->add_source ($source) o $source (Gtk2::IconSource) pixbuf = $icon_set->render_icon ($style, $direction, $state, $size, $widget, $detail=undef) o $style (Gtk2::Style or undef) o $direction (Gtk2::TextDirection) o $state (Gtk2::StateType) o $size (Gtk2::IconSize) o $widget (Gtk2::Widget or undef) o $detail (string) list = $icon_set->get_sizes Returns a list of Gtk2::IconSize's. ENUMS AND FLAGS
enum Gtk2::IconSize o 'invalid' / 'GTK_ICON_SIZE_INVALID' o 'menu' / 'GTK_ICON_SIZE_MENU' o 'small-toolbar' / 'GTK_ICON_SIZE_SMALL_TOOLBAR' o 'large-toolbar' / 'GTK_ICON_SIZE_LARGE_TOOLBAR' o 'button' / 'GTK_ICON_SIZE_BUTTON' o 'dnd' / 'GTK_ICON_SIZE_DND' o 'dialog' / 'GTK_ICON_SIZE_DIALOG' enum Gtk2::StateType o 'normal' / 'GTK_STATE_NORMAL' o 'active' / 'GTK_STATE_ACTIVE' o 'prelight' / 'GTK_STATE_PRELIGHT' o 'selected' / 'GTK_STATE_SELECTED' o 'insensitive' / 'GTK_STATE_INSENSITIVE' enum Gtk2::TextDirection o 'none' / 'GTK_TEXT_DIR_NONE' o 'ltr' / 'GTK_TEXT_DIR_LTR' o 'rtl' / 'GTK_TEXT_DIR_RTL' SEE ALSO
Gtk2, Glib::Boxed COPYRIGHT
Copyright (C) 2003-2011 by the gtk2-perl team. This software is licensed under the LGPL. See Gtk2 for a full notice. perl v5.14.2 2012-05-27 Gtk2::IconSet(3pm)