项目作者: shkolovy

项目描述 :
Simple Photo Editor on Python
高级语言: Python
项目地址: git://github.com/shkolovy/simple-photo-editor.git
创建时间: 2017-06-03T15:15:18Z
项目社区:https://github.com/shkolovy/simple-photo-editor

开源协议:

下载


Photo Editor

Implementation of simple photo editor

example of using from terminal:

  1. python3 img_modifier.py -p temp.jpg color_filter=sepia --rotate=45 --resize=200,300

All commands list:

  • -p path: path to initial image
  • —rotate: rotate image to N degrees
  • —resize: resize image to W and H
  • —color_filter: apply color filter (sepia, black_white, negative)
  • —flip_top: flip image from top to bottom
  • —flip_right: flip image from left to right

Also there is a UI built with PyQt5 which works for Windows, mac os and Linux.

Use PyInstaller to convert it

ScreenShot

used libs:

  • Pillow (PIL)
  • PyQt5

to install all packages use pip3 install -r requirements.txt

!this application was made as a training app so it can have bugs and bad optimization.

windows version:

ScreenShot