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

[REBOL] Re: REBOL/View image! datatype

From: petr:krenzelok:trz:cz at: 22-Jan-2001 21:45

----- Original Message ----- From: "steve little" <[steve_rebol--yahoo--com]> To: <[rebol-list--rebol--com]> Sent: Monday, January 22, 2001 9:14 PM Subject: [REBOL] REBOL/View image! datatype
> Hello all, > > I recently have been playing around with the image! > datatype in REBOL /View and i had a question for the > collective knowledge of the list. > > Is there anyway to save a REBOL/View manipulated > image? More specifically after i manipulate the RGB > values of a GIF image is there anyway to save those > back to GIF file?
there is not. you can only save back to bmp and png IIRC using save/bmp and save/png. Saving loaded image directly you get saved image datatype. Rebol image loaders don't seem to be exposed to user level .... -pekr-