Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 858 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 858 Bytes

Simple Image Reducer

based on the work of Konstantin Korikov.

reduce and rotate images in three-four clicks.

Simple Image Reducer is an GTK application to easily reduce and rotate images. It can be useful for processing digital photos before sending by email or uploading on the Web. Image files can be supplied to the application from the file manager using the context menu "Open with...", or dragging files to the main window.

Requirements:

  • Linux or other Unix-like OS
  • Python >= 2.4
  • PyGTK >= 2.12
  • Python Imaging Library (PIL)

To install the program type in the console:

make install

References