Closed taranlu-houzz closed 6 months ago
The colon character is restricted with ImageMagick as it's part of the coder protocol. For example...
# Force PNG 48-bit RGB
img.save(filename='png48:boop.png')
img.save(filename="beep\\:boop.png")
with open('beep:boop.png', 'wb') as fh:
img.save(file=fh)
wand.image.Image
boop.png
OS: macOS 13.6.6 (22G630) CPU: M1Pro