Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moduleart/qpv-plugins
🧩 Set of preinstalled plugins for the Quick Picture Viewer.
https://github.com/moduleart/qpv-plugins
blur c-sharp extension pixelate plugin windows winforms
Last synced: about 17 hours ago
JSON representation
🧩 Set of preinstalled plugins for the Quick Picture Viewer.
- Host: GitHub
- URL: https://github.com/moduleart/qpv-plugins
- Owner: ModuleArt
- License: gpl-3.0
- Created: 2020-09-19T11:21:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-21T20:29:38.000Z (about 1 year ago)
- Last Synced: 2024-05-23T10:32:08.483Z (8 months ago)
- Topics: blur, c-sharp, extension, pixelate, plugin, windows, winforms
- Language: C#
- Homepage: https://moduleart.github.io/quick-picture-viewer
- Size: 1.68 MB
- Stars: 11
- Watchers: 2
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
QPV Plugins
Set of preinstalled plugins for the Quick Picture Viewer
## ⬇ Download:
- QPV Plugins v1.2.5 (Beta) for Quick Picture Viewer v3.1.5 - Download (0.08 MB)
- QPV Plugins v1.2.4 (Stable) for Quick Picture Viewer v3.1.4 - Download (0.05 MB)## 🎨 Effects:
#### Blur or pixelate
![image](https://user-images.githubusercontent.com/40366303/111228060-d46b5e80-85a0-11eb-97c6-d038b79bc54a.png)
#### Grayscale:
![image](https://user-images.githubusercontent.com/40366303/111228268-257b5280-85a1-11eb-8697-cf9562401ecc.png)
#### Invert colors:
![image](https://user-images.githubusercontent.com/40366303/111228333-42b02100-85a1-11eb-8823-40a4813c83c0.png)
#### Rainbow:
![image](https://user-images.githubusercontent.com/40366303/111228363-53609700-85a1-11eb-9567-bdf0473b4bb8.png)
## 🛠 Tools:
#### Screenshot:
![image](https://user-images.githubusercontent.com/40366303/111228397-64a9a380-85a1-11eb-8a51-f2ca15476e12.png)
## 💿 How to install:
1. Open Plugin manager window:
![image](https://user-images.githubusercontent.com/40366303/111229241-d0404080-85a2-11eb-8a86-90066b96d268.png)2. Drag & drop zip archive:
![image](https://user-images.githubusercontent.com/40366303/111229397-12698200-85a3-11eb-84bc-2482e0c73611.png)## 🔨 Contribution:
#### Help Module Art!
- Give us a star ⭐
- Fork and Clone! Awesome
- Select existing issues or create a new issue and give us a PR with your bugfix or improvement after. We love it ❤#### How to clone:
1. Clone:
```powershell
git clone --recurse-submodules https://github.com/ModuleArt/qpv-plugins
```2. Download submodules:
```
git submodule init
git submodule update
```3. Build submodules.
#### Code contributors:
- adriengivry - Updated app to .NET8.0
- Beelink - Everything else 😘