Skip to content

Commit 895d856

Browse files
committed
feat: add vignette filter to helpers.c and integrate with CLI and docs
1 parent 5cffbd2 commit 895d856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helpers.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ void reflect(int height, int width, RGBTRIPLE image[height][width]);
1414

1515
// Blur image
1616
void blur(int height, int width, RGBTRIPLE image[height][width]);
17-
//
17+
// Vignette image
1818
void vignette(int height, int width, RGBTRIPLE image[height][width]);

0 commit comments

Comments
 (0)