/MiniPhotoShop

A light and simple mini photoshop

Primary LanguageC++GNU Lesser General Public License v3.0LGPL-3.0

MiniPhotoShop

A light and simple mini photoshop.

Authors

  • 任意(RayeRen):组长,整体架构设计,持续集成部署
  • 郭慧钊(hzguo):View,ViewModel,测试
  • 金志华(jnzhihuoo1):ViewModel,Model,测试
  • 马哲(Maryeon):Model,测试

Dependency

  1. Qt5+

Usage

Run directly

Windows

  1. Download from here
  2. Run

Linux

  1. Download from here
  2. chmod +x MiniPhotoShop
  3. ./MiniPhotoShop

Compile and Run

  • use QT creator

    1. Clone the repository to your own directory.
    2. Choose your own compiler and make sure it supports C++11.
    3. Click the run button and enjoy the Mini PhotoShop.
  • use CMake

    1. Run cmake . in terminal.
    2. Run make in terminal.
    3. Open the executable file and enjoy the Mini PhotoShop.

Update Logs

  • v2.0 Add load, save, filters, move, transform and more other useful operations.
  • v1.0 Add draw line, draw ellipse, change pen color, change pen weight

License

MiniPhotoShop is open-sourced software licensed under the LGPL.