Scrum Board

To-Do In Progress Finished
Figure out how to use an image URL as an input and to return an image Make a working draft of the more promising ideas Brainstorm a list of ideas
Add more ideas to the list
What happens when there is a 'donut'

Potential Ideas

  • Use an algorithm to remove a mono-color background from an image, making it a PNG

Start of design

  • Input a URL of an image
  • Program takes the image and compiles it into a 3D array of pixels, with RGB values
  • Find the background by seeing what single pixel/very similar pixels are near the edge
  • TBD: Edge cases like donuts
  • Return an image