Categories
Looking for a module for image processing in python?
I did the image processing code using the standard library, but ran into a problem. I need a soft stroke for the text, but there is none. Can you recommend analogues with this function?
Answer the question
In order to leave comments, you need to log in
1. Display black text, do erosion: src_img.filter(ImageFilter.MinFilter(3)), blur Gaussian. 2. Use the same coordinates to display white text.
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question