1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
# simple-image-filter
What is simple-image-filter?
At present, simple-image-filter is a QT software that can handle image rotation, clipping, basic beauty, filter and other functions
ImageProcess,using Qt,filter
# dowload windows release
https://github.com/dependon/simple-image-filter/releases/download/1.1.0/simple_image.exe
chineseweb:
https://depend.lanzouo.com/i6tCpxdfg6d
password:8s3b
## arch linux install
yay -s simple-image-filter-git
## deepin/debian build
sudo apt install qtcreator
git clone https://github.com/dependon/simple-image-filter.git
mkdir build
cd build
qmake ..
make
## Dermabrasion filter
[](https://imgtu.com/i/gfQ4ld)
## more filter
[](https://imgtu.com/i/gfQ70P)
## License
simple-image-filter is released under GPLv3+.
Copyright (C) 2020 ~ 2021 LiuMingHang.
|