[REBOL] Re: Another "External library" problem..
From: rotenca:telvia:it at: 4-Jul-2003 10:02
> I have a C function which returns pointer to rendering area containing RGB
> data. I need to MAKE image! which will be referencing to this data directly
> so when I use this image! in FACE and call SHOW FACE then Rebol should show
> me the current image without any additional data manipulation(like
> Ladislav's Get-mem? function does). This is the only way how to achieve
> realtime rendering...
>
> Has anyone Idea how to MAKE such kind of image! in Rebol?
This should work:
http://www.escribe.com/internet/rebol/m32043.html
or i don't understand well your problem.
---
Ciao
Romano