Welcome back from the weekend!
We're going to start off the week with an interesting one. Create a function that takes in an image and returns back a list of all the colors in that image. For bonus points return the list in sorted order based on how often each of the colors occurred. Definitely feel free to use libraries such as Pillow to get the data you need.
Comments:
Ben - 10 years, 2 months ago
C#
reply permalink