Skip to content

A simple cross-platform image viewer written in C++ QT

License

Notifications You must be signed in to change notification settings

Mithil467/Coreavor

Repository files navigation

Coreavor


Coreavor is an image viewer program written in Qt C++.

πŸ“· Screenshot

The UI is inspired from Eye of Mate.

✨ Main Features

  • πŸ–ΌοΈ Open image (png, jpg, jpeg, svg, gif)
  • πŸ’Ύ Export image as jpg or png
  • πŸ” Zoom in and out
  • πŸ”„ Rotate image and save
  • πŸ“ "Open image with" in file manager context menu
  • 🎦 Fullscreen mode

πŸ”§ Install

Install the following prerequisites for your operating system.

  • Qt5 library
  • C++ compiler

Clone the repo and run -

qmake -makefile
sudo make install
make clean

πŸ“ˆ Usage

Upon installation, you can find Coreavor in Menu as well as run it from terminal as Coreavor or Coreavor <file name>.

You can also open an image by right clicking and selecting Open With Coreavor in file manager.

πŸ’š Contributing

We encourage you to contribute to Coreavor! Please check out the Contributing Guidelines about how to proceed.

πŸ“œ License

Licensed under the GPL license.