Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python: Convert Image to a Pencil Sketch #10

Open
nakshatra-garg opened this issue Oct 2, 2021 · 0 comments
Open

Python: Convert Image to a Pencil Sketch #10

nakshatra-garg opened this issue Oct 2, 2021 · 0 comments
Labels
good first issue Good for newcomers

Comments

@nakshatra-garg
Copy link
Owner

Description

Step 1: Find an image that you want to convert to a pencil sketch.
Step 2: Read the image in RBG format and then convert it to a grayscale image.
Step 3: Invert the grayscale image also called the negative image.
Step 4: Finally create the pencil sketch by mixing the grayscale image with the inverted blurry image.

  • The code should include comments
  • There should be proper documentation (description, inputs, and outputs) contained in the README.md file.
  • The file should be in the proper directory (e.g., Python/project_directory/name_of_the_file)
  • The file names must be in snake case (i.e., ' ' replaced by '_')
  • If you're using images in the README.md file then put them in the images folder inside your project directory.
@nakshatra-garg nakshatra-garg added the good first issue Good for newcomers label Oct 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant