[REBOL] Re: Carl? Re: View in Fullscreen?? Re: Re: a demo
From: cyphre:seznam:cz at: 10-Dec-2002 15:17
Hi Gabrielle,
the gray pixels are the face's edges I forgot to set to none, just a small
detail ;-) but the functionality is still the same...
>> img: load-thru/binary http://www.rebol.cz/~cyphre/bay.jpg
== make image! [192x144 #{
B34533B44634B44634B54735B74735B84836B84836B84836BA4837BA4837
BC4837BC4837BC4837BC4837BC4837BA4837B94834B...
>> test: make face [image: img edge: none size: img/size effect: [rotate 180
blur]] ;now it is *without* the edges
>> img2: to-image test ;result is new image with all effects applied
== make image! [192x144 #{
64AEC673BDD55FA6C14388A3387C9932729022607E286180285C7A0C3C58
113E591842592B53663E62744368766B96A7ADE6FFB...
regards,
Cyphre