Question: Please create a python program that takes input for the name of an image file from the user and creates a Graphghan for it. For
Please create a python program that takes input for the name of an image file from the user and creates a Graphghan for it. For context, a graphghan is used in crochet to lay out your image in a graph/grid, then stitch it up. Each square of your graph represents a block or stitch. So I think it basically involves pixelating the image and then adding grid lines over it. I was successful in pixelating an image but I run into scaling problems. Also, I'm not sure how I would apply a grid over it. For example, if I were to give the program a simple red heart image it would output something like this picture link: https://havencrochetdesigns.com/wp-content/uploads/2021/04/How-to-Read-Graph-1-1-1536x1152.png (Also please don't use a command line script, just input and output.) Thanks!!!!!!!!!!!
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
