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
#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


Messages In This Thread
how to save an image on python - by perrieS - Dec-13-2020, 10:36 PM
RE: how to svae an image on python - by Larz60+ - Dec-13-2020, 11:54 PM

Forum Jump:

User Panel Messages

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