Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Give an image the appearance that it has been painted in watercolor and then outlined in black ink
ResourceFunction["ImageInkOverWatercolor"][img] makes the image img appear to be painted with watercolors with inked outlines. |
wash layer | background is lightened and blurred horizontally to simulate a watercolor wash |
foreground layer | foreground is blurred slightly to simulate more detailed watercolor painting |
ink layer | edges are drawn in black to simulate an ink pen contour tracing |
Make an image appear to be painted in watercolor with inked outlines:
In[1]:= |
Out[1]= |
Here the car's tire and grill become part of the background watercolor wash because they have coloring similar to the background:
In[2]:= |
Out[2]= |
The larger the image, the more intricate the ink outlines will be, but larger images take longer to render:
In[3]:= |
Out[3]= |
This work is licensed under a Creative Commons Attribution 4.0 International License