==============
Open Source Image Processing Program
Lenna is an app to process images. Core functionality is to compress images in a batch, resize or rename images.
As the successor of easyimagesizer, Lenna contains most of the functionality of easyimagesizer.
Due to its modular structure, lenna can also be used as a webapp on lenna.app.
- Drag and drop images
- convert images to formats like png, bmp, tiff or jpeg
- batch convert folders
The App is extendable by plugins.
- resize
- rotate
- crop
- rename
- textoverlay
- folders
First install CMake, Qt5, OpenCV.
Then build and run.
git clone https://github.com/lenna-project/lenna-qt
cd lenna-qt
mkdir build
cd build
cmake ..
make
./bin/lenna-qt
make pack
snapcraft --enable-experimental-extensions
# publish
snapcraft login
snapcraft upload --release=edge lenna-qt_*_amd64.snap
Change version in files VERSION and CMakeLists.txt.
git tag -a vx.y.z -m "Version x.y.z"
git push origin --tags
Lenna is extended by plugins. For more details see Plugins Docs.
Contributions are always welcome!
This software is licensed under the MIT © lenna-project.