You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ Both images have the workflow attached, and are included with the repo. Feel fre
24
24
- CannyEdgeDetection: Applies Canny edge detection to the input image
25
25
- Chromatic Aberration: Shifts the color channels in an image, creating a glitch aesthetic
26
26
- $\color{#00A7B5}\textbf{ColorCorrect:}$ Adjusts the color balance, temperature, hue, brightness, contrast, saturation, and gamma of an image
27
+
- $\color{#00A7B5}\textbf{ColorTint:}$ Applies a customizable tint to the input image, with various color modes such as sepia, RGB, CMY and several composite colors
27
28
- Dissolve: Creates a grainy blend of two images using random pixels based on a dissolve factor.
28
29
- DodgeAndBurn: Adjusts image brightness using dodge and burn effects based on a mask and intensity.
29
30
- FilmGrain: Adds a film grain effect to the image, along with options to control the temperature, and vignetting
@@ -34,7 +35,6 @@ Both images have the workflow attached, and are included with the repo. Feel fre
34
35
- $\color{#00A7B5}\textbf{PixelSort:}$ Rearranges the pixels in the input image based on their values, and input mask. Creates a cool glitch like effect.
35
36
- Pixelize: Applies a pixelization effect, simulating the reducing of resolution
36
37
- $\color{#00A7B5}\textbf{Quantize:}$ Set and dither the amount of colors in an image from 0-256, reducing color information
37
-
- Sepia: Applies a mellow tone mapping, yielding an archival or vintage appearance
38
38
- Sharpen: Enhances the details in an image by applying a sharpening filter
39
39
- $\color{#00A7B5}\textbf{Solarize:}$ Inverts image colors based on a threshold for a striking, high-contrast effect
40
40
- Vignette: Applies a vignette effect, putting the corners of the image in shadow
0 commit comments