Python Forum

Full Version: how to save an image on python
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi!
i have an assignment and part of it includes saving an image as an array into an array and i have no idea on how to do so.
any help will do
hint -- you can use python base64 to encode the image as a text array.
see: https://docs.python.org/3/library/base64.html
Then you can save the result.