Python Forum
making graphical image files
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
making graphical image files
#2
PIL (or the better pillow fork of it) and pygame have methods for creating images. I never created an image from scratch, but i have modified an existing image. Actually in pygame you do it all the time to set a colorkey to alpha. You just normally dont save it as a new image.

Pixels are just a shade of color usually RGB. (red, green, blue) for a max of (255,255,255) each pixel. So basically a list of these tuples in a certain order make up an image.
Recommended Tutorials:
Reply


Messages In This Thread
making graphical image files - by Skaperen - Aug-13-2018, 11:18 PM
RE: making graphical image files - by metulburr - Aug-14-2018, 01:01 AM
RE: making graphical image files - by Skaperen - Aug-14-2018, 06:18 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Is Python Support Graphical User Interface? ankitdixit 4 2,333 Apr-29-2022, 09:26 PM
Last Post: Axel_Erfurt
  Show pressure data in a nice graphical way? EmG 3 2,467 May-19-2020, 02:53 PM
Last Post: DPaul
  Graphical UI for Windows AndrzejB 1 1,963 Jul-05-2019, 10:34 AM
Last Post: buran
  birdseye - a graphical python debugger Almenon 0 3,071 Mar-31-2018, 10:37 PM
Last Post: Almenon

Forum Jump:

User Panel Messages

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