Skip to content

Latest commit

 

History

History
 
 

action-compress-images

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Compress Image Action For Nemo File Manager

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

alt text

Debian Package Installation (Debian/Ubuntu/Mint)

Download and install the .deb package from the latest release on Github.

Manual Installation

  1. Install required packages: apt install nemo python3 python3-pil python3-wxgtk4.0
  2. Copy compress-images.nemo_action and compress-images.py into /usr/share/nemo/actions.
  3. Ensure that compress-images.py is executable.
  4. 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".

Support

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.