Imgflip Logo Icon

idk

idk | image tagged in make me blush | made w/ Imgflip meme maker
175 views 7 upvotes Made by Lavender. 2 years ago in MS_memer_group
Make me blush memeCaption this Meme
81 Comments
3 ups, 2y,
1 reply
Shrek in pool | image tagged in shrek in pool | made w/ Imgflip meme maker
1 up, 2y
0%
1 up, 2y,
2 replies
are you a cherry tree
cause youve grown into something beautiful
1 up, 2y,
1 reply
25%
1 up, 2y,
1 reply
try me
1 up, 2y,
1 reply
wdym
0 ups, 2y,
1 reply
try to make ME blush
0 ups, 2y
idk i dont rizz ppl
0 ups, 2y,
1 reply
Oh that's actually pretty cute
0 ups, 2y,
1 reply
ty
0 ups, 2y
Np
1 up, 2y,
1 reply
hey, do you wanna have kids, cause I have a full bag of them!
1 up, 2y,
1 reply
10% i dont get it
1 up, 2y,
1 reply
I'm selling kids
1 up, 2y,
1 reply
ok
0 ups, 2y
He was talking abt balsak
0 ups, 2y
I exist.
0 ups, 2y,
1 reply
Am I a lightswitch? Because im not much, but you sure do turn me on.
0 ups, 2y,
1 reply
60
0 ups, 2y
[deleted] M
0 ups, 2y,
1 reply
You owe me a drink. Because when I saw you, I dropped mine
0 ups, 2y,
1 reply
damn
50
[deleted] M
0 ups, 2y
Nice
[deleted]
0 ups, 2y,
1 reply
0 ups, 2y,
1 reply
💀
40
0 ups, 2y
Imma delete this rn
0 ups, 2y
from PIL import Image
from collections import Counter

def get_hex_data(image_path):
"""
Reads an image file and returns the hex data of every pixel.

Parameters:
- image_path: str
The path to the image file.

Returns:
- list:
A list containing the hex data of every pixel in the image.
"""

# Open the image file
image = Image.open(image_path)

# Get the RGB data of every pixel in the image
rgb_data = list(image.getdata())

# Convert the RGB data to hex data
hex_data = [f"#{rgb[0]:02x}{rgb[1]:02x}{rgb[2]:02x}" for rgb in rgb_data]

return hex_data

def get_most_used_color(hex_data):
"""
Finds the most used hex color in a list of hex data.

Parameters:
- hex_data: list
A list containing the hex data of every pixel.

Returns:
- str:
The most used hex color in the image.
"""

# Count the occurrences of each hex color
color_counts = Counter(hex_data)

# Get the most common hex color
most_used_color = color_counts.most_common(1)[0][0]

return most_used_color

# Example usage:

# Read the image and get the hex data of every pixel
image_path = "path/to/image.jpg"
hex_data = get_hex_data(image_path)

# Find the most used hex color in the image
most_used_color = get_most_used_color(hex_data)

print(f"The most used hex color in the image is {most_used_color}.")
[deleted]
0 ups, 2y,
1 reply
Hey shawty r u my school work? Cuz i wanna slam u down on my desk and do u every night
0 ups, 2y,
1 reply
90
[deleted]
0 ups, 2y
I'd rate u but u broke the scale
[deleted]
0 ups, 2y,
1 reply
I'm pretty sure posting this gives you points
1 up, 2y,
1 reply
what
[deleted]
0 ups, 2y,
1 reply
what
1 up, 2y,
1 reply
no way posting an image gives u points
[deleted]
0 ups, 2y,
1 reply
what if i just upvote your comments
1 up, 2y,
1 reply
ok?
so
[deleted]
0 ups, 2y,
1 reply
points

uh i didn't know where i was going with this
1 up, 2y,
1 reply
alr
[deleted]
0 ups, 2y,
1 reply
enjoy your slightly higher amount of points
1 up, 2y,
2 replies
points are meaningless
0 ups, 2y
Based
[deleted]
0 ups, 2y
well then enjoy the time I wasted of your life
0 ups, 2y,
1 reply
I can’t Rizz u because you take my words away
0 ups, 2y,
1 reply
40
0 ups, 2y,
1 reply
W
0 ups, 2y,
1 reply
today i got rizzed up by my friend
0 ups, 2y,
1 reply
Lol
0 ups, 2y,
2 replies
her bf got mad
it was a joke
0 ups, 2y
Lol
0 ups, 2y,
1 reply
Uhhhh
0 ups, 2y,
1 reply
dw im not gay
0 ups, 2y,
1 reply
Uhhh
Who the frick is on this pf
0 ups, 2y
what
Show More Comments
Make me blush memeCaption this Meme
Created with the Imgflip Meme Generator