Skip to content

Commit b627cf0

Browse files
authored
Update README.md
1 parent 37921f8 commit b627cf0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Python/Image Editor/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ python image_editor.py
4646
```
4747
****
4848

49+
# Image Cartoonifier
50+
- Here we convert the simple image into cartoonified using cv library , here we first get the image then we change the grey scales and image shades so then the output carttonified image will be shown.
51+
- **Requirements** -> cv2 module
52+
- **How To Use It** ->Here we need an image for converting so get the image in to the script folder then run the script so the cartoonified image will be obtained ,here we can change the gray scale of the image as per our requirement.
53+
4954
# SCREENSHOTS :
5055
****
5156

0 commit comments

Comments
 (0)