This script adds an option to the nemo context menu for compressing image files (e.g. for sending it via Email). It is intentionally kept very simple.
- licensed under the terms of the GPLv2 (see LICENSE.txt)
- view source and fork me on GitHub
Download and install the .deb
package from the latest release on Github.
- Install required packages:
apt install nemo python3 python3-pil python3-wxgtk4.0
- Copy
compress-images.nemo_action
andcompress-images.py
into/usr/share/nemo/actions
. - Ensure that
compress-images.py
is executable. - Right-click on an image or multiple images, then select
Compress Image(s)
. This will compress the image and saves it with the suffix "_converted".
Found a bug? Great!
Please report it (preferably with a ready-to-use fix for it ;-) ) on GitHub.
Questions, ideas and feature requests are also welcome.