Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vnck/noir-maker
An image filter that generates a noir comic style image from input
https://github.com/vnck/noir-maker
Last synced: 1 day ago
JSON representation
An image filter that generates a noir comic style image from input
- Host: GitHub
- URL: https://github.com/vnck/noir-maker
- Owner: vnck
- License: mit
- Created: 2016-06-04T03:46:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-05T10:03:36.000Z (over 8 years ago)
- Last Synced: 2024-08-02T05:11:49.829Z (3 months ago)
- Language: Processing
- Size: 1.25 MB
- Stars: 14
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Noir-maker
An image filter that generates a noir comic style image from input.---
# Controls'W' to enable MouseX and MouseY to map to intensity of white and black respectively.
'D' to enable MouseX to map to intensity of shading lines.
'E' to enable MouseX and MouseY to map to intensity of outline.
'S' to save image
'Q' to Quit
---
# Example 1: Without Outlining
A photograph of The Pillars of Creation:
![](https://github.com/herringblue/noir-maker/blob/master/example-1/982.jpg)
The photograph run through the program on three different settings:
![](https://github.com/herringblue/noir-maker/blob/master/example-1/541.png)
![](https://github.com/herringblue/noir-maker/blob/master/example-1/739.png)
![](https://github.com/herringblue/noir-maker/blob/master/example-1/664.png)---
# Example 2: With Outlining
A photograph of Ham the Champ:
![](https://github.com/herringblue/noir-maker/blob/master/example-2/410.jpg)
The photograph run through the program on three different settings:
_Without outlines_
![](https://github.com/herringblue/noir-maker/blob/master/example-2/349.png)
_With outlines_
![](https://github.com/herringblue/noir-maker/blob/master/example-2/1732.png)
_With outline and minimal shading_
![](https://github.com/herringblue/noir-maker/blob/master/example-2/1291.png)