Re: [Pharo-users] How images can be loaded

2013-11-22 Thread Hilaire Fernandes
Le 22/11/2013 19:00, Ronie Salgado a écrit : > I would like to know how I could load .png image into pharo, and being > able to Check my post a few days ago about PNG image, it comes with code sample. Hilaire -- Dr. Geo http://drgeo.eu

Re: [Pharo-users] How images can be loaded

2013-11-22 Thread Stéphane Ducasse
hi ronie to get access to pixel have a look at the Form class (you also have the BitBlt class). Once you have a Morph you can get its form normally sending it form. Stef On Nov 22, 2013, at 7:45 PM, Ronie Salgado wrote: > Thanks, It works very well. > > Greetings, > Ronie Salgado > > > 2013

Re: [Pharo-users] How images can be loaded

2013-11-22 Thread Ronie Salgado
Thanks, It works very well. Greetings, Ronie Salgado 2013/11/22 Sven Van Caekenberghe > Hi Ronie, > > On 22 Nov 2013, at 19:00, Ronie Salgado wrote: > > > Hello, > > > > I would like to know how I could load .png image into pharo, and being > able to access to their pixel data for manipulatio

Re: [Pharo-users] How images can be loaded

2013-11-22 Thread Sven Van Caekenberghe
Hi Ronie, On 22 Nov 2013, at 19:00, Ronie Salgado wrote: > Hello, > > I would like to know how I could load .png image into pharo, and being able > to access to their pixel data for manipulation or display it. > > Greetings, > Ronie Salgado Here is an example: '/Users/Sven/Desktop/test.jpg'

[Pharo-users] How images can be loaded

2013-11-22 Thread Ronie Salgado
Hello, I would like to know how I could load .png image into pharo, and being able to access to their pixel data for manipulation or display it. Greetings, Ronie Salgado