1. JPG file decompressor
Hi i have a baseline .jpg decoder program written in Euphoria that can be used
to decode .jpg files into .bmp files or just into an allocated memory area.
Although not suitable for a fast .jpg viewer, since its written in Euphoria the
relatively complex nature of the .jpg structure is revealed quite nicely.
For those of you looking for speed, i also have a .dll version that interfaces
nicely with Euphoria using c_func() calls. It's as fast decoding as the many
shareware .jpg viewers i've tried including ACDSee32 (c) ACDSee, using a very
fast 80 operation (or less) Fast Discreet Cosine Transform. It returns each MCU
line of the .jpg separately for early exiting when searching through a typical
directory of .jpg files.
If enough people are interested i'll look into posting the Euphoria version
online but im not sure if i want to release the .dll version yet or not.
Reply to the message thread if you are interested.
Have fun programming !!
Xaxo at AOL.COM
2. JPG file decompressor
Message text written by Al Getz
>Hi i have a baseline .jpg decoder program written in Euphoria<
Yes, we are interested in seeing your decoder.
Colin Taylor