Python Forum
reading and writing a image stored in a file
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
reading and writing a image stored in a file
#5
(Feb-10-2022, 08:06 AM)millpond Wrote: You first need to extract the image file per its image type.
if by type you mean how the pixels are encoded into an 8-bit (bytes) file, such as GIF, JPEG, or PNG (to name a small subset). i call these "storage formats". i hope to have a wide range of support. i hope there is automatic detection so most files provided by most people will just work. it would be nice for the API to indicate the type so my code can provide the result in the same format.
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply


Messages In This Thread
RE: reading and writing a image stored in a file - by Skaperen - Feb-12-2022, 04:03 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  reading a file like the unix tail -f command does Skaperen 2 575 Mar-31-2024, 12:09 AM
Last Post: Skaperen
  creating an unlinked invisible file, writing it, then linking it Skaperen 2 1,392 Feb-21-2023, 05:40 PM
Last Post: Skaperen
  reading remote active log file? korenron 3 3,016 Jun-24-2021, 09:07 AM
Last Post: korenron
  tools for writing and reading binary data in files Skaperen 0 1,511 Jun-08-2020, 07:28 PM
Last Post: Skaperen
  reading an f-string from a file Skaperen 4 5,284 Nov-03-2019, 01:59 AM
Last Post: Skaperen

Forum Jump:

User Panel Messages

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