Skip to content

Converts an image to WAV. The file below encodes and decodes the image. For an image of 375x220, it takes about 0.1 seconds for the program (use base64).

License

Notifications You must be signed in to change notification settings

code404nul/Image_to_wav

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Image_to_wav

Converts an image to WAV. The file below encodes and decodes the image. For an image of 375x220, it takes about 0.1 seconds for the program (use base64).

Comment on l'utilise ?

  1. installer pillow, pip install pillow avec cette commande
  2. Dans le code ligne 92 input_image = "image_de_test.jpg" renseigner le chemin de l'image a convertir

Conseil :

Jouer un peu avec les parametre de compression, je ferais une update pour que ca soit plus simple.

Tout credit n'est pas obligatoire mais apprecier, sous license GPL-3.0

About

Converts an image to WAV. The file below encodes and decodes the image. For an image of 375x220, it takes about 0.1 seconds for the program (use base64).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages