On Wed, Mar 9, 2016 at 9:14 AM, Offray Vladimir Luna Cárdenas <
offray.l...@mutabit.com> wrote:
> Hi,
>
> That little howtos are really nice! I'll include them in the grafoscopio
> interactive notebook/tutorial... now Damien, how I delete your face of my
> image? :-P (but... seriously.. how I dele
Hi,
That little howtos are really nice! I'll include them in the grafoscopio
interactive notebook/tutorial... now Damien, how I delete your face of
my image? :-P (but... seriously.. how I delete that morph. Alt-click is
not working)
Cheers,
Offray
On 03/03/16 08:46, Damien Cassou wrote:
s
Excellent!
> On Mar 3, 2016, at 6:58 PM, Tudor Girba wrote:
>
> Hi,
>
> I wrote a little post with a how to extract sprites from a larger png file:
> http://www.humane-assessment.com/blog/extracting-sprite-from-png
>
> Cheers,
> Doru
>
>
>> On Mar 3, 2016, at 9:23 AM, stepharo wrote:
>>
>>
stepharo writes:
> Now I would love to get your ideas and their solution.
getting a photo from an email address through gravatar:
email := 'dam...@cassou.me'.
url := 'http://www.gravatar.com/avatar/', (MD5 hashMessage: email trimBoth
asLowercase) hex, '.jpg'.
(ZnEasy getJpeg: url) asMorph open