[Gambas-user] A few questions.
Oliver Stieber
oliver_stieber at ...370...
Wed Dec 22 13:51:41 CET 2004
>
> First, you must understand the difference between a
> picture stored on the X
> Server (Picture class) and a picture stored in the
> process memory (Image
> class). You can only modify a pixel on an Image
> object. To modify a pixel on
> a Picture object, you must: convert the Picture to
> an Image, modify the
> pixel, and then convert the Image to the Picture -
> It is a very heavy
> process!
Ahha. I've found it... image[x as integer, y as
integer] as integer, should have RTFM.....
___________________________________________________________
ALL-NEW Yahoo! Messenger - all new features - even more fun! http://uk.messenger.yahoo.com
More information about the User
mailing list