File size: 1,208 Bytes
ba60f57
 
 
 
 
 
 
 
b3d91b5
 
 
 
 
 
 
ba60f57
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
def color_selection_block():
    return """
    ---
    ## Color selection
    Limit the colors to the ones you already have in your paint palette, 
    or let the algorithm choose the best colors for you.
    """

def edit_coloring_page_block_header():
    return """
    ---
    ## Edit Coloring Page
    Change the font size and thickness of the numbers on the coloring page.
    """

def parameters_block_header():
    return """
    ---
    Configuration influences how the image is processed and thereby
    affects the complexity of the coloring page. You can use the default values
    to get started. Tweak them if nexessary to get the desired results.
    """

# Denoise parameters
def denoise_block_header():
    return """
    ## Denoise
    Removing noise from the image can help in simplifying the image. 
    Not recommended for some images where sharp edges are to be preserved 
    (e.g. Grid image in above example).
    """

def simplify_islands_parameters():
    return """
    ## Simplify Islands
    The individual blocks of colors are _Islands_. 
    The parameters below influence the simplification of these islands 
    and determine the complexity of the coloring page.
    """