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

REBOL and JPEGs

 [1/4] from: carl::cybercraft::co::nz at: 24-Dec-2003 22:21


Has anyone had problems with REBOL reading JPEGs? I've a cheap digital camera and some of the JPEGs it saves REBOL can't read. (Depends on the size of the photos - it's not a random effect.) The error given is... Access Error: Bad image data You can test it with the following... load http://homepages.paradise.net.nz/left/net/goldfish.jpg All the REBOL/Views (up to v1.2.10) I've tried it on can't read it, while all the browsers, picture-viewers and so on I've tried could. -- Carl Read

 [2/4] from: g:santilli:tiscalinet:it at: 27-Jun-2003 15:53


Hi Carl, On Friday, June 27, 2003, 10:26:46 AM, you wrote: CR> Has anyone had problems with REBOL reading JPEGs? The only bug I've found so far regards grayscale JPEGs; /View does not load them correctly (it decodes them, but then does not convert them from 8 bit to 24, resulting in a image! that's black on the right for 2/3 of the image size). Regards, Gabriele. -- Gabriele Santilli <[g--santilli--tiscalinet--it]> -- REBOL Programmer Amigan -- AGI L'Aquila -- REB: http://web.tiscali.it/rebol/index.r

 [3/4] from: brett:codeconscious at: 28-Jun-2003 0:59


I tried my own image from a digital camera it was fine. Tried yours got the result you did. Loaded it in irfan and saved it. Then it worked in REBOL. Odd. Regards, Brett.

 [4/4] from: atruter:labyrinth:au at: 28-Jun-2003 11:44


> Has anyone had problems with REBOL reading JPEGs? I've a cheap > digital camera and some of the JPEGs it saves REBOL can't read. (Depends > on the size of the photos - it's not a random effect.) The > error given is...
Your JPEG has no EXIF data. REBOL [probably] needs that. Regards, Ashley