Image won't display under OS X
[1/4] from: kpeters:otaksoft at: 15-Nov-2007 13:07
I am trying to run a script under OS X that runs fine under Win32 which
displays an image from an embedded binary string (originating from a GIF).
In all but one aspect the script runs fine under OS X - the embedded image doesn't
display....
Does anyone know why this might be?
Thanks!
Kai
[2/4] from: ale870::gmail at: 15-Nov-2007 22:10
Hello,
maybe the problem, regarding binary files, could be realted to the so called
big-endian
and "little-endian".
It is a problem related to the most significative bit in a byte.
On Nov 15, 2007 10:07 PM, Kai Peters <kpeters-otaksoft.com> wrote:
> I am trying to run a script under OS X that runs fine under Win32 which
> displays an image from an embedded binary string (originating from a GIF).
<<quoted lines omitted: 8>>
> To unsubscribe from the list, just send an email to
> lists at rebol.com with unsubscribe as the subject.
--
//Alessandro
http://sguish.wordpress.com
http://laccio.wordpress.com
[3/4] from: Tom:Conlin::gmail at: 15-Nov-2007 13:12
It might be the endians
Kai Peters wrote:
[4/4] from: kpeters::otaksoft::com at: 15-Nov-2007 13:35
Actually, it was false alarm.
The source file with the embedded image did not copy
over to my Mac due to some rights issue
(that still needs to be investigated) and the line that's
supposed to be loading the image in my script didn't hiccup:
lockimage: load load %padlock.r
Hmm, would have expected an error - maybe time to
read the docs ...?
Kai
Notes
- Quoted lines have been omitted from some messages.
View the message alone to see the lines that have been omitted