Re: [Pharo-users] Pharo image processing library

2020-01-24 Thread Serge Stinckwich
Great work ! We have a math library with a lot code that might help you here: https://github.com/PolyMathOrg/PolyMath On Fri, Jan 24, 2020 at 11:20 PM Pablo Navarro wrote: > Hi everyone! > > I’m searching for one library for image processing in Pharo. I couldn't > find anything (only wrappers)

[Pharo-users] Pharo image processing library

2020-01-24 Thread Pablo Navarro
Hi everyone! I’m searching for one library for image processing in Pharo. I couldn't find anything (only wrappers) so I tried programming one for basic operations (sum, subtraction) with images using class “Form”. What do you think about this? For providing a context, I'm studying a PhD. in ima

Re: [Pharo-users] Migration from Spec to Spec2

2020-01-24 Thread Christophe Demarey
Hi Kasper, > Le 24 janv. 2020 à 20:14, Kasper Østerbye a écrit > : > Do not silently delete features. Be brave and include a method oddRowColor > with a comment saying it is not going to be implemented in this version, and > why I add the same issue and I wrote a small fix for TablePresenter.

Re: [Pharo-users] Migration from Spec to Spec2

2020-01-24 Thread Todd Blanchard via Pharo-users
--- Begin Message --- Thank you for blazing that trail. > On Jan 24, 2020, at 11:14 AM, Kasper Østerbye > wrote: > > Cheers all, > > There was a mail about Spec2 documentation on this list in the last few days. > I had a Spec program, and wanted to see how to migrate it to Spec2. > The befo

[Pharo-users] Migration from Spec to Spec2

2020-01-24 Thread Kasper Østerbye
Cheers all, There was a mail about Spec2 documentation on this list in the last few days. I had a Spec program, and wanted to see how to migrate it to Spec2. The before and after is the master and the Spec2Migration branches of: https://github.com/kasperosterbye/ovina I decided to write down an

Re: [Pharo-users] Willow documentation

2020-01-24 Thread Tomaž Turk
Dear Maximiliano, thanks for checking, I'll try once again, step by step. Best wishes, Tomaz -- Original Message -- From: "Maximiliano Tabacman" To: "Any question about pharo is welcome" ; "Tomaž Turk" Sent: 24.1.2020 13:53:42 Subject: Re: [Pharo-users] Willow documentation Hi the

Re: [Pharo-users] spec 2 documentation

2020-01-24 Thread Steve Quezadas
Great, I learn a lot by playing around with the demos On Fri, Jan 24, 2020 at 1:56 AM Kasper Østerbye wrote: > Hi > > Just to make sure - you guys know about the class SpDemo (part of the > image), it has examples of a lot of things. It is seriously a treasure > trove of how-to. > > Best, > > Ka

Re: [Pharo-users] Extracting MP3 metadata

2020-01-24 Thread sergio ruiz
THIS! is exactly what I need. Thank you so much! > On Jan 24, 2020, at 4:05 AM, VERHAEGHE Benoit wrote: > > To read mp3 metadata you should rely on an id3 parser > (https://en.wikipedia.org/wiki/ID3 ). > I use/develop this one: https://github.com/pharo-med

[Pharo-users] [ANN] Pharo Consortium New Academic Member: ÉTS Montréal

2020-01-24 Thread Marcus Denker
The Pharo Consortium is very happy to announce that ÉTS Montréal has joined the Consortium as an Academic Member. About - ÉTS Montréal: https://www.etsmtl.ca/en/Home - Pharo Consortium: http://consortium.pharo.org The goal of the Pharo Consortium is to allow companies and institutions to suppor

Re: [Pharo-users] spec 2 documentation

2020-01-24 Thread Kasper Østerbye
Hi Just to make sure - you guys know about the class SpDemo (part of the image), it has examples of a lot of things. It is seriously a treasure trove of how-to. Best, Kasper

Re: [Pharo-users] Extracting MP3 metadata

2020-01-24 Thread VERHAEGHE Benoit
Hello, To read mp3 metadata you should rely on an id3 parser (https://en.wikipedia.org/wiki/ID3). I use/develop this one: https://github.com/pharo-media-center/id3-pharo You can also use the libvlc binding (https://github.com/badetitou/Pharo-LibVLC). I know we can use it to get the metadata,

Re: [Pharo-users] Generate class hierarchy from JSON Schema

2020-01-24 Thread Tomaž Turk
That would be amazing! I'm a Mac/Unix guy so I don't have access to the other platforms (I suppose I could fire up an AWS Oracle). I can do mysql/mariadb, posgresql, and sqlite. I'm pretty close to pushing my ActiveRecord extensions. I just need to get many to many with link tables done