Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Apply Instagram-like effects to your photos
ResourceFunction["InstEffect"][image,effect] applies the named effect to the image. | |
ResourceFunction["InstEffect"][effect] represents an operator form of ResourceFunction["InstEffect"] that can be applied to an image. |
Apply the Kelvin Instagram filter to an image:
| In[1]:= |
| Out[2]= | ![]() |
Apply several filters to an image:
| In[3]:= |
| Out[4]= | ![]() |
And compare to the Instagram output:

Get a list of supported effect names:
| In[5]:= |
| Out[5]= |
Visualize them all:
| In[6]:= | ![]() |
| In[7]:= | ![]() |
| Out[7]= | ![]() |
Randomly apply one of these effects with the operator form:
| In[8]:= |
| Out[8]= | ![]() |
Only a subset of the full list of named effects are implemented:

Apply affects to your webcam feed:
| In[9]:= |
This work is licensed under a Creative Commons Attribution 4.0 International License