Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Deep-fry an image
ResourceFunction["DeepFryImage"][image] deep-fries an image. |
"BakeTime" | 4 | how many times to sharpen the image |
"Flare" | False | whether to add a lens flare over the eyes |
“SharpenRadius" | 50 | size of the image sharpening radius |
Deep-fry a test image:
In[1]:= |
Out[1]= |
Deep-fry the Mona Lisa:
In[2]:= |
Out[2]= |
Deep-fry an image with additional lens flare:
In[4]:= |
Out[4]= |
Deep-fry an image containing multiple subjects, adding lens flares to each:
In[5]:= |
Out[5]= |
Specify a specific radius for Sharpen to use:
In[6]:= |
Out[6]= |
By default, a radius of 50 is used:
In[7]:= |
Out[7]= |
Wolfram Language 13.0 (December 2021) or above
This work is licensed under a Creative Commons Attribution 4.0 International License