open Archives - Smart Design https://jacobthomas.me/tag/open Modern design ideas for today and the future Sat, 31 Aug 2024 04:39:11 +0000 en-US hourly 1 https://wordpress.org/?v=6.6.2 Gruesome Discovery: Long Branch Murder Unveils Unsettling Details https://jacobthomas.me/2024/08/gruesome-discovery-long-branch-murder-unveils-unsettling-details.html https://jacobthomas.me/2024/08/gruesome-discovery-long-branch-murder-unveils-unsettling-details.html#respond Sat, 31 Aug 2024 04:39:11 +0000 https://jacobthomas.me/2024/08/gruesome-discovery-long-branch-murder-unveils-unsettling-details.html from PIL import Image, ImageFilter, ImageEnhance # Open the image image = Image.open(“image.jpg”) # Convert the image to grayscale image = image.convert(“L”) # Enhance the contrast of the image enhancer = ImageEnhance.Contrast(image) enhancer.enhance(2.0) # Save the image image.save(“image_enhanced.jpg”)

The post Gruesome Discovery: Long Branch Murder Unveils Unsettling Details appeared first on Smart Design.

]]>

from PIL import Image, ImageFilter, ImageEnhance

# Open the image
image = Image.open(“image.jpg”)

# Convert the image to grayscale
image = image.convert(“L”)

# Enhance the contrast of the image
enhancer = ImageEnhance.Contrast(image)
enhancer.enhance(2.0)

# Save the image
image.save(“image_enhanced.jpg”)

The post Gruesome Discovery: Long Branch Murder Unveils Unsettling Details appeared first on Smart Design.

]]>
https://jacobthomas.me/2024/08/gruesome-discovery-long-branch-murder-unveils-unsettling-details.html/feed 0