Skip to content

how can I generate a Blue fonts #30

@yangbisheng2009

Description

@yangbisheng2009
        background = (0, 0, 255)  # random_color(238, 255)
        color = (0, 0, 255, 255) # random_color(0, 200, random.randint(220, 255))
        im = self.create_captcha_image(chars, color, background)
        #self.create_noise_dots(im, color)
        #self.create_noise_curve(im, color)
        im = im.filter(ImageFilter.SMOOTH)

When I set the 'color' Blue to 255(Red=0, Green=0), it seems that no use. The font is not blue.
Would you like help me. Thank your very much

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions