Re: [Tkinter-discuss] JPEGs

2015-11-16 Thread Wayne Werner
On Mon, 16 Nov 2015, Robert Greschke wrote: Oops. Didn't hit the Reply All. I can do PNGs for the help pictures, but I guess I'll just have to suck it up and use PIL for my extracurricular project You probably have noticed this, but just in case - PIL is now pillow. -W

Re: [Tkinter-discuss] JPEGs

2015-11-16 Thread Robert Greschke
> On 2015-11-16, at 16:02, Wayne Werner wrote: > > On Mon, 16 Nov 2015, Robert Greschke wrote: > >> Oops. Didn't hit the Reply All. >>> >>> I can do PNGs for the help pictures, but I guess I'll just have to suck it >>> up and use PIL for my extracurricular project > > You probably have notic

Re: [Tkinter-discuss] JPEGs

2015-11-16 Thread Robert Greschke
Oops. Didn't hit the Reply All. > On 2015-11-16, at 12:39, Robert Greschke wrote: > > >> On 2015-11-16, at 12:14, Michael Lange wrote: >> >> Hi, >> >> On Mon, 16 Nov 2015 11:50:44 -0700 >> Robert Greschke wrote: >> >>> Why can't I go >>> >>> Pic = PhotoImage(file = "./lp.jpg") >>> >>> ?

Re: [Tkinter-discuss] JPEGs

2015-11-16 Thread Michael Lange
Hi, On Mon, 16 Nov 2015 11:50:44 -0700 Robert Greschke wrote: > Why can't I go > > Pic = PhotoImage(file = "./lp.jpg") > > ? > > Are JPEGs not popular enough yet, or am I missing something? This is > one of the craziest restrictions to Tkinter I can think of. I wish I > knew how to fix it, bu

[Tkinter-discuss] JPEGs

2015-11-16 Thread Robert Greschke
Why can't I go Pic = PhotoImage(file = "./lp.jpg") ? Are JPEGs not popular enough yet, or am I missing something? This is one of the craziest restrictions to Tkinter I can think of. I wish I knew how to fix it, but I just ain't smart enough. No, I don't want to use PIL. I'd like to make imbed