Python Forum
[Tkinter] PhotoImage and Jpeg images.
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Tkinter] PhotoImage and Jpeg images.
#2
(Jan-06-2018, 10:06 PM)rozen Wrote: So why has it never been updated to handle JPEG images?
It seems very plausible that it was not updated because one only needs two lines of code to handle JPEG images by importing PIL. Not updating the PhotoImage class for jpg means zero maintenance for the python team. It avoids duplicating existing functionalities. In fact it only penalizes people who refuse to install PIL. This may be too little motivation for the python devs...
Reply


Messages In This Thread
PhotoImage and Jpeg images. - by rozen - Jan-06-2018, 10:06 PM
RE: PhotoImage and Jpeg images. - by Gribouillis - Jan-06-2018, 11:59 PM
RE: PhotoImage and Jpeg images. - by rozen - Jan-07-2018, 06:34 AM
RE: PhotoImage and Jpeg images. - by Gribouillis - Jan-07-2018, 08:34 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  question on tkinter canvas PhotoImage gr3yali3n 1 2,243 Sep-05-2020, 12:18 PM
Last Post: Larz60+
  Get the parent label of a ImageTk.PhotoImage delphinis 1 2,576 Aug-02-2020, 03:21 PM
Last Post: deanhystad
  Gif with PhotoImage Friend 3 5,448 Jul-23-2019, 10:23 PM
Last Post: Friend
  Move PhotoImage dan789 2 2,813 Dec-19-2018, 06:00 PM
Last Post: dan789
  [Tkinter] createing a tkinter photoimage from array in python3 pootle 2 17,216 Oct-18-2016, 09:28 AM
Last Post: pootle

Forum Jump:

User Panel Messages

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