Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 03-May-2022 | - | ||||
AffineTransformations/ | H | 03-May-2022 | - | 4,058 | 3,001 | |
CompositePlugin/ | H | 03-May-2022 | - | 2,543 | 1,967 | |
FakeMiniaturesPlugin/ | H | 03-May-2022 | - | 2,943 | 2,110 | |
PageExtractionPlugin/ | H | 03-May-2022 | - | 4,115 | 2,817 | |
PaintPlugin/ | H | 03-May-2022 | - | 3,028 | 2,299 | |
SIMPLE_PLUGIN/ | H | 03-May-2022 | - | 2,041 | 1,553 | |
cmake/ | H | 17-Jul-2020 | - | 521 | 415 | |
manuals/ | H | 17-Jul-2020 | - | 34 | 25 | |
.gitignore | H A D | 17-Jul-2020 | 223 | 23 | 23 | |
.travis.yml | H A D | 17-Jul-2020 | 1.8 KiB | 45 | 37 | |
CMakeUserPaths.cmake | H A D | 17-Jul-2020 | 421 | 11 | 9 | |
CMakeUserPathsGit.cmake | H A D | 17-Jul-2020 | 725 | 14 | 12 | |
README.md | H A D | 17-Jul-2020 | 1.3 KiB | 40 | 27 |
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