Re: [Pharo-users] Problems getting a png image with ZnEasy

2015-05-17 Thread Offray Vladimir Luna Cárdenas
Hi Sven, Thanks for your quick answer. It seems that the problem is related with encoding errors on the images. I download them (with ZnClient #get), try to preview them using "FileSystem disk" navigation facilities and get the same error, but after converting and then with "convert" from Unix

Re: [Pharo-users] Problems getting a png image with ZnEasy

2015-05-16 Thread Sven Van Caekenberghe
> On 16 May 2015, at 03:15, Offray Vladimir Luna Cárdenas > wrote: > > Hi all, > > When I try to do: > > ~~~ > ZnEasy getPng: > 'https://pbs.twimg.com/profile_images/3179579549/f83f0e935fb5eff6d967e37e1a3efe5c_normal.png' > ~~~ > > I get "MessageNotUnderstood: receiver of "bitShift:" is nil

[Pharo-users] Problems getting a png image with ZnEasy

2015-05-15 Thread Offray Vladimir Luna Cárdenas
Hi all, When I try to do: ~~~ ZnEasy getPng: 'https://pbs.twimg.com/profile_images/3179579549/f83f0e935fb5eff6d967e37e1a3efe5c_normal.png' ~~~ I get "MessageNotUnderstood: receiver of "bitShift:" is nil". Still I can browse the image in the web browser. Any hints? Cheers, Offray