# Upscale texture img = upscale_texture(img, 2)

from PIL import Image, ImageEnhance, ImageFilter

# Sharpen texture img = sharpen_texture(img, 1.5)