1. Jpg Help
- Posted by timmy <tim781 at PACBELL.NET> Jan 24, 2001
- 508 views
Hi, I'm writting to ask if anyone knows if microsoft's newer dlls can read a jpg picture? My program does'nt need a pointer back to a decompressed image. I just need to temporarily convert some jpgs to another format and then load them in win32lib. I tried to compile the command-line program (djpeg.c) from http://www.ijg.org/ but was unsuccessful. thanks... timmy :)
2. Re: Jpg Help
- Posted by Chris Bensler <bensler at MAILOPS.COM> Jan 24, 2001
- 489 views
Hi Timmy, Not exactly sure what your asking for, but if you search the archives for 'JPG', more specifically 'JPG reader', there is a file for reading jpg files to Eu picture format. I haven't checked it out myself, but it is worth looking into, if I understood your dilemna correctly. Chris timmy wrote: >Hi, > >I'm writting to ask if anyone knows >if microsoft's newer dlls can read >a jpg picture? > >My program does'nt need a pointer >back to a decompressed image. I just need >to temporarily convert some jpgs to another format >and then load them in win32lib. > >I tried to compile the command-line program >(djpeg.c) from http://www.ijg.org/ but was >unsuccessful. > >thanks... timmy :)
3. Re: Jpg Help
- Posted by Al Getz <xaxo at AOL.COM> Jan 24, 2001
- 511 views
Hi Tim, I'll post a jpg reader/viewer demo today or tomorrow. You can use it as is or just use the jpg decompress engine with calls from Euphoria. --Al
4. Re: Jpg Help
- Posted by Brian Broker <bkb at CNW.COM> Jan 24, 2001
- 484 views
On Wed, 24 Jan 2001 03:15:50 -0800, timmy wrote: >Hi, > >I'm writting to ask if anyone knows >if microsoft's newer dlls can read >a jpg picture? > >My program does'nt need a pointer >back to a decompressed image. I just need >to temporarily convert some jpgs to another format >and then load them in win32lib. > >I tried to compile the command-line program >(djpeg.c) from http://www.ijg.org/ but was >unsuccessful. > >thanks... timmy :) timmy, I'll soon be releasing a wrapper for FreeImage, a general purpose image decoding library. I pretty much just need to write a reference doc... Perhaps tonight I'll post a preview. -- Brian