I found many similar questions, but not quite a solution to this case: I want
- Download image file from disk
- Trim (lazy or not)
- Put it on TKinter canvas
And yes, it would be better if at the first stage there were no gif file, but even if it should be, I will be happy. What is it..
I can upload the file, I can crop it (in PIL), I can place it on the canvas (in TKinter), but I cannot combine it. (So maybe a simple PIL translation for TKinter is enough?) Of course, I'm new to TKinter.
Peter source
share