Re: JPEGImage() hangs

2018-09-29 Thread Chris Green
Cameron Simpson wrote: > On 28Sep2018 20:12, Chris Green wrote: > >Peter Pearson wrote: > >> On Fri, 28 Sep 2018 15:01:41 +0100, Chris Green wrote: > >> > Chris Green wrote: > >> >> Brian Oney wrote: > >> >> > Could you please try another tool like `convert'? E.g. > >> >> > > >> >> > $ conver

Re: JPEGImage() hangs

2018-09-28 Thread Cameron Simpson
On 28Sep2018 20:12, Chris Green wrote: Peter Pearson wrote: On Fri, 28 Sep 2018 15:01:41 +0100, Chris Green wrote: > Chris Green wrote: >> Brian Oney wrote: >> > Could you please try another tool like `convert'? E.g. >> > >> > $ convert 102_PANA/P1020466.JPG test.png >> > >> > What does tha

Re: JPEGImage() hangs

2018-09-28 Thread Chris Green
Peter Pearson wrote: > On Fri, 28 Sep 2018 15:01:41 +0100, Chris Green wrote: > > Chris Green wrote: > >> Brian Oney wrote: > >> > Could you please try another tool like `convert'? E.g. > >> > > >> > $ convert 102_PANA/P1020466.JPG test.png > >> > > >> > > >> > What does that say? > >> > >>

Re: JPEGImage() hangs

2018-09-28 Thread Peter Pearson
On Fri, 28 Sep 2018 15:01:41 +0100, Chris Green wrote: > Chris Green wrote: >> Brian Oney wrote: >> > Could you please try another tool like `convert'? E.g. >> > >> > $ convert 102_PANA/P1020466.JPG test.png >> > >> > >> > What does that say? >> >> Well, after having returned home with the l

Re: JPEGImage() hangs

2018-09-28 Thread Chris Green
Chris Green wrote: > Brian Oney wrote: > > Could you please try another tool like `convert'? E.g. > > > > $ convert 102_PANA/P1020466.JPG test.png > > > > > > What does that say? > > Well, after having returned home with the laptop where this was > failing and doing exactly the same thing aga

Re: JPEGImage() hangs

2018-09-28 Thread Chris Green
Brian Oney wrote: > Could you please try another tool like `convert'? E.g. > > $ convert 102_PANA/P1020466.JPG test.png > > > What does that say? Well, after having returned home with the laptop where this was failing and doing exactly the same thing again, it now works. However it did take s

Re: JPEGImage() hangs

2018-09-27 Thread Brian Oney via Python-list
Could you please try another tool like `convert'? E.g. $ convert 102_PANA/P1020466.JPG test.png What does that say? -- https://mail.python.org/mailman/listinfo/python-list

JPEGImage() hangs

2018-09-27 Thread Chris Green
I have a program which uses jpegtran-cffi 0.5.2 and, while it seems to work OK most of the time it's hanging very solidly on one jpeg file which seems to be OK when viewed with other programs. I'm simply doing:- img = JPEGImage(srcFullFn) I have checked that that srcFullFn points to a real j