D
D
Dmitry2017-11-26 12:10:32
Algorithms
Dmitry, 2017-11-26 12:10:32

What algorithm is used to fill transparent areas like this?

Can anyone suggest the name/description of the algorithm used to fill transparent areas of an image in this way?
Maybe there are some utilities that can batch process files with such a result?
5a1a834424974582717581.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Roman Mirilaczvili, 2017-12-24
@2ord

If simplified, then something like this:
1. Extract dominant colors from the original image , selected from the palette of unique images.
2. We generate a background image by setting the previously found dominant colors.
3. Overlay the original image on the background.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question