Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Read and view image.png ?
#1
Question 
I'm having trouble viewing an image.png. ? When using the code below do I get a problem visualization (image with black background and a white square in the center of the image)? Why this error and how can I resolve it using native python features?

o_png = open('/imagem.png', 'rb')
return o_png
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,129 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