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

REBOL/View image! datatype

 [1/2] from: steve_rebol::yahoo::com at: 22-Jan-2001 12:14


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? Any feedback, good or bad is appreciated. thanks in advance steve

 [2/2] 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!
<<quoted lines omitted: 4>>
> 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-

Notes
  • Quoted lines have been omitted from some messages.
    View the message alone to see the lines that have been omitted