Convert a PNG to .ico by right-click menu

Discussions on NConvert - the command line tool for image conversion and manipulation

Moderators: XnTriq, helmut, xnview

Post Reply
amymor
Posts: 2
Joined: Sat May 02, 2020 1:49 am

Convert a PNG to .ico by right-click menu

Post by amymor »

Hello :D
I interested about NConvert command-line ability. but i wanna create a shortcut in context menu to convert right-clicked PNG (or selected files) to .ico in specified folder.
For example i have a test.png in C:\PNGFolder. i wanna just with two click(right-click + left-click at Convert to ico) convert the test.png to test.ico( with 64x64,256x256 size) and then move it to C:\icoFolder.

Note: becuase WindowsPhotoViewer is registered as defualt programs for openning photos, the only way for creating a context-menu for PNG files is this key:

Code: Select all

HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Png\shell
Screenshot(what i want):
https://imgur.com/gUS6gJN

Thanks :)
Sry for my bad eng
Post Reply