Python Forum
how to save an image on python
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how to save an image on python
#1
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
Reply
#2
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.
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020