Skip to content

Commit 3f74b7c

Browse files
feat: fixed glow
1 parent 135b40a commit 3f74b7c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

filter.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,10 @@ int main(int argc, char *argv[])
147147
brightness(height, width, image, brightness_value);
148148
break;
149149
}
150+
case 'w':{
151+
glow(height, width, image);
152+
break;
153+
}
150154
default:
151155
printf("Unknown filter: %c\n", filterArr[i]);
152156
free(image);

0 commit comments

Comments
 (0)