Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created August 7, 2019 16:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/45a0bc0e991456816fdd0076edcc3fdd to your computer and use it in GitHub Desktop.
Save parzibyte/45a0bc0e991456816fdd0076edcc3fdd to your computer and use it in GitHub Desktop.
from PIL import Image
imagen = Image.open("tu_imagen_con_extension.webp")
# Aquí hacemos la conversión
imagen.save("nueva_imagen_con_extension.png")
# ¡Listo!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment