Skip to content

lenna-project/lenna-qt

Repository files navigation

lenna-qt Build Status Documentation Release License lenna

==============

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.

Preview of Lenna Desktop

Features

  • 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

Quick start

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

Packages

make pack

SNAP Package

snapcraft --enable-experimental-extensions
# publish
snapcraft login
snapcraft upload --release=edge lenna-qt_*_amd64.snap

create new version

Change version in files VERSION and CMakeLists.txt.

 git tag -a vx.y.z -m "Version x.y.z"
 git push origin --tags

Plugins

Lenna is extended by plugins. For more details see Plugins Docs.

Contribute

Contributions are always welcome!

📜 License

This software is licensed under the MIT © lenna-project.

About

Lenna: Open Source Image Processing Program

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages