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

[REBOL] Re(2): /View Effects

From: arolls:bigpond:au at: 3-Mar-2001 4:01

Mark,
> >> image-lab/invert/preview/bitmap %ukiah.jpg %silly.bmp
How about returning an image, which you then have the option to view or save as you like: save/bmp $silly.bmp image-lab/invert/preview %ukiah.jpg This is more flexible (and you have to write less code in image-lab). Anton.