explain coloring mistakes

This commit is contained in:
deeppomf 2018-10-20 03:17:33 -04:00
parent 3a27de74d1
commit 0fd7814f6b
6 changed files with 16 additions and 1 deletions

View File

@ -73,7 +73,7 @@ Decensor the images by running
$ python decensor.py
```
Decensored images will be saved to the "decensor_output" folder.
Decensored images will be saved to the "decensor_output" folder. Decensoring takes a few minutes per image.
## II. Decensoring mosaic censors
@ -83,6 +83,21 @@ To be implemented.
To be implemented.
# Troubleshooting
If your decensor output looks like this:
![Bad decensor](/readme_images/mermaid_face_censored_bad_decensor.png)
then the colored regions were not colored correctly.
Make sure you have antialiasing off.
Here are some examples of bad and good colorings:
|Image|Comment|
|--- | --- |
|![Incomplete coloring](/readme_images/mermaid_face_censored_bad_incomplete.png)|Some censored pixels was left uncolored. Expand your selections to fully cover all censored regions.|
|![Bad edges](/readme_images/mermaid_face_censored_bad_edge.png)|Some pixels around the edges of the green regions are not pure green. This will cause the green to bleed into the decensors. Make sure anti-aliasing is off and to use a pencil tool and not a brush tool if possible.|
|![Perfect coloring!](/readme_images/mermaid_face_censored_good.png)|Perfect coloring!|
# To do
- Finish the user interface

Binary file not shown.

After

Width:  |  Height:  |  Size: 295 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 303 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 294 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 295 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 290 KiB