Python Forum
[Tkinter] PhotoImage and Jpeg images.
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Tkinter] PhotoImage and Jpeg images.
#4
(Jan-07-2018, 06:34 AM)rozen Wrote: How does one make a feature request or bug report?

You can start with this documentation. From what I understand from Python's philosophy, you'll have to propose the updated code yourself.

(Jan-07-2018, 06:34 AM)rozen Wrote: The hallmark a good tool is that it be a delight to use

I'm not sure many people think that tkinter is a delight to use. Tkinter is largely unpythonic. It is there because Guido van Rossum needed a minimal GUI toolkit to ship with Python a long long time ago and tcl/tk was one of the simplest available toolkits at the time. I think another reason why there is little effort in changing Tkinter is that most python GUI developers use other toolkits. Tkinter belongs to another generation.

Another example of this is the Idle editor that comes with Python. You don't need to install a separate editor to write python programs, but most people do because Idle is a minimal editor (it is not a delight to use!). It would be a waste of time for python devs to write a full featured modern editor while there are so many of them around.
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,240 Sep-05-2020, 12:18 PM
Last Post: Larz60+
  Get the parent label of a ImageTk.PhotoImage delphinis 1 2,573 Aug-02-2020, 03:21 PM
Last Post: deanhystad
  Gif with PhotoImage Friend 3 5,444 Jul-23-2019, 10:23 PM
Last Post: Friend
  Move PhotoImage dan789 2 2,806 Dec-19-2018, 06:00 PM
Last Post: dan789
  [Tkinter] createing a tkinter photoimage from array in python3 pootle 2 17,213 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