
ICOnvert service menu
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
This script/servicemenu package adds four entries to Konqueror's context menu for Windows icon files (*.ico):
1) Extract PNGs
Extracts PNGs as SomeDir/SomeIcon-WxH.png
e.g. BlueMoon/BlueMoon-16x16.png, BlueMoon/BlueMoon-32x32.png, etc.
2) Extract PNGs grouped by size
Extracts PNGs as SomeDir/WxH/SomeIcon.png
e.g. MoonIcons/16x16/BlueMoon.png, MoonIcons/32x32/BlueMoon.png, etc.
3) Preview in Konqueror
Extracts PNGs to a temporary directory under /tmp, launches a Konqueror window, and deletes the temporary files when that window is closed.
4) Import into current theme
Asks for icon category (apps, devices, etc.) and name, then extracts PNGs into $HOME/.kde/share/icons/[theme]/WxH/[category]/SomeIcon.png where [theme] is taken from $HOME/.kde/share/config/kdeglobals.
Note that this will overwrite files if you specify the name of an existing icon. This is a "feature" -- it allows you to replace a certain icon globally. Use with caution, though -- I suggest that you backup your original iconset.
You can convert multiple icons at the same time from within Konqueror or the command line.
REQUIREMENTS
- bash ;-) and some core utilities
- ImageMagick, especially its "convert" program
*NEW* SCRIPTED INSTALLATION
Just run ./install.sh from within the directory here you extracted this package. The defaults should be reasonable -- just press enter to accept them.
MANUAL INSTALLATION
Please refer to the README file.
13 years ago
1.01:
Use Konqueror instead of Kuickshow
0.9 - 1.0:
Added installer
0.8 - 0.9:
Improved multiple file and command-line processing
13 years ago
1.01:
Use Konqueror instead of Kuickshow
0.9 - 1.0:
Added installer
0.8 - 0.9:
Improved multiple file and command-line processing
davepb
13 years ago
Just wandering whether you can put another entry that converts a png to a windows ico file. I'm achieving this at the moment using a small app called png2ico but it would be better integrated into your service menu. I don't have much experience in Imagemagick's convert function though.
Cheers
Dave
Report
flow
13 years ago
Thank you so much for the work,
da-flow aka. code2
Report
dirge
13 years ago
Report
captainhaddock
17 years ago
Report
amitshah
17 years ago
I am not trying to be demanding or anything ... I know we do this for fun !!! But just that I am new to Linux, and I dont even know what ICOnvert thing is ...
Just suggesting that a screenshot would really help making it very obvious for newbies like me to figure out what it is ...
(I dont even know if this app even has a screenshot or it does something in back :) )
Report
dirge
17 years ago
Report
Yaba
17 years ago
Report
panzi
13 years ago
Report
dirge
13 years ago
Report