nanogui@linuxhacker.org

nanogui@linuxhacker.org


Subject: RE: GIF in microwindows
From: Greg Haerr
Date: Sat, 25 Nov 2000 22:32:42 -0700

: Can you please guide me how to use GIF and jpeg in
: microwindows.

After you have set it on in the config file,
you can then use GrLoadImageFromFile if you are
running Nano-X API.  The Win32 API doesn't yet support
loaded images...  However, the make will automatically
convert .bmp files and bind them in for Win32 and Nano-X.
See src/demos/mwin/mine.c and it's Makefile for details.

I have been wanting a convgif or confjpeg, why don't
you write one so that we've got more than just convbmp?

Regards,

Greg






: 
: As per config file :-
: 
: ########################################################
: BMP, GIF reading support
: #######################################################HAVE_BMP_SUPPORT
:         = Y
: HAVE_GIF_SUPPORT         = Y
: HAVE_XPM_SUPPORT         = Y
: 
: ########################################################
: JPEG support through libjpeg, see README.txt in
: contrib/jpeg
: #######################################################HAVE_JPEG_SUPPORT
:        = N
: INCJPEG                  = .
: LIBJPEG                  = /usr/lib/libjpeg.a
: 
: Thanks ,
: 
: Best Regards,
: 
: Jaswinder.
: 
: --- Jaswinder Singh <jaswinderrajput@yahoo.com> wrote:
: > Dear Greg and others,
: > 
: > I am able to use BMP files in Microwindows by using
: > convbmp .
: > 
: > Please let me know how to use GIF in microwindows.
: > 
: > Thanks a lot .
: > 
: > Best Regards,
: > 
: > Jaswinder.
: > 
: 
: 
: 
: __________________________________________________
: Do You Yahoo!?
: Yahoo! Shopping - Thousands of Stores. Millions of Products.
: http://shopping.yahoo.com/
: 





nanogui@linuxhacker.org