• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

AffineTransformations/H03-May-2022-4,0583,001

CompositePlugin/H03-May-2022-2,5431,967

FakeMiniaturesPlugin/H03-May-2022-2,9432,110

PageExtractionPlugin/H03-May-2022-4,1152,817

PaintPlugin/H03-May-2022-3,0282,299

SIMPLE_PLUGIN/H03-May-2022-2,0411,553

cmake/H17-Jul-2020-521415

manuals/H17-Jul-2020-3425

.gitignoreH A D17-Jul-2020223 2323

.travis.ymlH A D17-Jul-20201.8 KiB4537

CMakeUserPaths.cmakeH A D17-Jul-2020421 119

CMakeUserPathsGit.cmakeH A D17-Jul-2020725 1412

README.mdH A D17-Jul-20201.3 KiB4027

README.md

1# nomacs - Plugins
2
3This repository contains officially supported plugins for the image viewer [nomacs](https://github.com/nomacs/nomacs). You can find additional (unstable) plugins [here](https://github.com/diemmarkus/nomacs-plugins).
4
5[![Build Status](https://travis-ci.org/nomacs/nomacs-plugins.svg?branch=master)](https://travis-ci.org/nomacs/nomacs-plugins)
6
7## Building on Windows
8
9### Prerequisites
10
11- CMake
12- git
13- python
14- [nomacs](https://github.com/nomacs/nomacs)
15- [OpenCV](https://github.com/TUWien/opencv) (>= 3.4) _optional_
16- `Qt` SDK or the compiled sources (>= 5.2.1)
17
18## Building Plugins
19
20- Clone [nomacs](https://github.com/nomacs/nomacs.git)
21- cd to the repository, then:
22```bash
23git submodule init
24git submodule update
25```
26- this will clone the plugins repository to ./ImageLounge/plugins
27- follow the build instructions of nomacs
28- This will build all the Plugins set to 'ON' in nomacs-plugins/CMakeLists.txt.
29
30
31### Debug Plugins (Visual Studio)
32
33Tip: Go to Your Plugin > Properties > Configuration Properties > Debugging and set the command to your nomacs path (e.g. C:/nomacs/build/Debug/nomacs.exe) to better debug your plugin
34
35## Links
36
37- [nomacs.org](http://nomacs.org)
38- [Bugtracker](https://github.com/nomacs/nomacs-plugins/issues)
39- [GitHub](https://github.com/nomacs)
40