xTalk JPEG parser?

Frank Leahy frank at backtalk.com
Mon Feb 9 07:38:57 EST 2004


On Monday, February 9, 2004, at 06:47  AM, 
use-revolution-request at lists.runrev.com wrote:

> From: UDI <eudio at chabashira.co.jp>
> Subject: Re: xTalk JPEG parser?
> To: How to use Revolution <use-revolution at lists.runrev.com>
> Message-ID: <20040209063033.14876 at mail.chabashira.co.jp>
> Content-Type: text/plain; charset="ISO-2022-JP"
>
> Stephen Quinn Barncard wrote 04.2.8 09:41 PM:
>> ?? If it was not difficult, then how can it be troublesome? Please
>> explain! Does it not work reliably? I mean it works or it doesn't!!
>
> Sorry, My English is very clumsy.
>

No, I'd say it's quite good actually.


> Work is very simple.
>  get first offset
>  get first marker by the offset
>  repeat
>   If the marker is a thing for the purpose, take out data
>   else, take out an offset after a marker
>   get the next marker by the offset
>  end repeat
>
> You have to grasp kind of markers.
> Work itself is very simple. But it takes trouble very much.
>

I agree, it is relatively straightforward, but requires some clever 
coding to catch all the possible error conditions.

Your code gives me a good starting point, thank you.  When I finish, 
I'll post it for everyone to use.

-- Frank



More information about the use-livecode mailing list