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

[REBOL] Re: explanation, gurus? :-) (image memory representation)

From: cyphre:volny:cz at: 21-Aug-2001 12:47

Hi Pekr ;-) It reminds me very old /View bug when creating empty images. try for example this: loop 100 [probe make image! [5x2]] There is probably still something wrong with image! datatype creation and maybe with the image's data access using 'first,'second... you have mentioned. Maybe someone from RT could explain it? ;-) I recommend you to use accessing images using img/1 etc. which works well for me. Cyphre ----- Original Message ----- From: "Petr Krenzelok" <[Petr--Krenzelok--trz--cz]> To: <[rebol-list--rebol--com]> Sent: Tuesday, August 21, 2001 11:31 AM Subject: [REBOL] Re: explanation, gurus? :-) (image memory representation)
> > [Robbo1Mark--aol--com] wrote: > > > PEKR, > > > > The image! data is contained in a binary! string in which each group of
two characters is a value corresponding to a hex value equivalent to one byte.