We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
I have the same problem. I could not change the font color to black, please help!!!
Sorry, something went wrong.
See my gist. You only need to remember that RGB of your favourite blue colour and put it in the code. gist I hope it solved your doubt.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: