Last active
December 17, 2015 10:38
-
-
Save VolMi/5595867 to your computer and use it in GitHub Desktop.
Nemo action "Optimize PNG files"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Nemo Action] | |
Active=true | |
Name=Optimize PNG files | |
Name[de]=PNG-Dateien optimieren | |
Comment=Reduce size of selected PNG files | |
Comment[de]=Die Dateigröße der gewählten PNG-Dateien reduzieren | |
Exec=optipng %F | |
Icon-Name=image-png | |
Selection=NotNone | |
Extensions=png;PNG; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This little nemo action allows to minimize selected png-files' size using optipng.
Using latest nemo, put this either into your local folder
or to use it system-wide:
Of course, optipng is required. It is usually available in your distribution's repository.