I
I
Ivan2020-09-06 19:56:20
Python
Ivan, 2020-09-06 19:56:20

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.
5f5514471fefd561921170.jpeg
Can you recommend analogues with this function?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
U
U235U235, 2020-09-07
@mlneko

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 your question

Ask a Question

731 491 924 answers to any question