Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Read and view image.png ?
#12
Your assumption has always been that there is an error reading the image. I don't think that is the problem. I think that the code used to convert the image bytes into an image is where the error occurs. You should definitely not be encoding or decoding the file. An image file is not Unicode. But you still haven't shown how the image data is converted into an image.
Reply


Messages In This Thread
Read and view image.png ? - by JohnnyCoffee - Feb-28-2021, 04:09 AM
RE: Read and view image.png ? - by Larz60+ - Feb-28-2021, 06:06 PM
RE: Read and view image.png ? - by JohnnyCoffee - Feb-28-2021, 06:41 PM
RE: Read and view image.png ? - by Larz60+ - Feb-28-2021, 06:43 PM
RE: Read and view image.png ? - by JohnnyCoffee - Feb-28-2021, 11:54 PM
RE: Read and view image.png ? - by JohnnyCoffee - Feb-28-2021, 11:54 PM
RE: Read and view image.png ? - by snippsat - Mar-01-2021, 12:41 PM
RE: Read and view image.png ? - by JohnnyCoffee - Mar-01-2021, 02:43 PM
RE: Read and view image.png ? - by ndc85430 - Mar-01-2021, 03:48 PM
RE: Read and view image.png ? - by JohnnyCoffee - Mar-01-2021, 05:07 PM
RE: Read and view image.png ? - by JohnnyCoffee - Mar-02-2021, 03:28 PM
RE: Read and view image.png ? - by deanhystad - Mar-02-2021, 04:20 PM
RE: Read and view image.png ? - by JohnnyCoffee - Mar-21-2021, 01:32 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to read from image with several languages using inage_to_string()? EvilSnail 0 2,168 Nov-13-2021, 03:11 PM
Last Post: EvilSnail

Forum Jump:

User Panel Messages

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