API Reference
Command
New-ImageIcon
Creates an icon file from an image.
Remarks
Generates multiple icon sizes using Size.
Examples
Create 16x16 and 32x32 icons
New-ImageIcon -FilePath in.png -OutputPath icon.ico -Size 16,32
Common Parameters
This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters.
Syntax
New-ImageIcon -FilePath <String> [-Open] -OutputPath <String> [-Size <Int32[]>] [<CommonParameters>]#Parameter set:
All Parameter SetsParameters
- FilePath String
- The file must exist.
- Open SwitchParameter
- Open the icon after saving.
- OutputPath String
- Destination icon file.
- Size Int32[]
- Defaults to common icon sizes when empty.