Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Need help with Python X REBOL Code

From: gabriele:colellachiara at: 11-Aug-2004 15:27

Hi Carlos, On Wednesday, August 11, 2004, 1:13:28 PM, you wrote: CL> What are the same functions in REBOL that could give me CL> the possibilities of get the width of an image, its height and CL> most how could I send to the pipe the RAW RGB data?
>> type? logo.gif
== image!
>> logo.gif/size
== 100x24
>> logo.gif/rgb
== #{ 2525251414141414141414141414141414141414141414141414141414141414 141414141414141414141414141414141414141414141414141414141414...
>> logo.gif/alpha
== #{ 0000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000000000000000...
>> to binary! logo.gif
== #{ 0025252500141414001414140014141400141414001414140014141400141414 001414140014141400141414001414140014141400141414001414140014... (The latter is ARGB.) Regards, Gabriele. -- Gabriele Santilli <[g--santilli--tiscalinet--it]> -- REBOL Programmer Amiga Group Italia sez. L'Aquila --- SOON: http://www.rebol.it/