nanogui: Thread: GdLoadImageFromFile


[<<] [<] Page 1 of 1 [>] [>>]
Subject: GdLoadImageFromFile
From: Iris Huang ####@####.####
Date: 2 Jan 2002 18:19:35 -0000
Message-Id: <3C334F78.6000705@techsol.ca>

Dear all,

Happy new year!

In microwin/src/engine/devimage.c, could some one explain or document 
this GdLoadImageFromFile(), especially "if (fd < 0 || fstat(fd, &s) < 0)"?

int
GdLoadImageFromFile(PSD psd, char *path, int flags)
{
  int fd, id;
  struct stat s;
  void *buffer = 0;
  buffer_t src;
 
  fd = open(path, O_RDONLY);
  if (fd < 0 || fstat(fd, &s) < 0) {
    EPRINTF("GdLoadImageFromFile: can't open image %s\n", path);
    return(0);
  }

when I try to draw or load image using nano-X, I always get this error:
"GdLoadImageFromFile: can't open image ...".


Iris

Subject: Re: GdLoadImageFromFile
From: Clm ####@####.####
Date: 9 Jul 2012 07:45:10 -0000
Message-Id: <loom.20120708T102544-200@post.gmane.org>

Iris Huang ####@####.#### writes:

> 
> Dear all,
> 
> ...
> 
> when I try to draw or load image using nano-X, I always get this error:
> "GdLoadImageFromFile: can't open image ...".
> 
> Iris
> 
> 
Hello,

I think that is the nanox cur dir that is used to load the image file, not that
of your exectutable (client)

Clm



[<<] [<] Page 1 of 1 [>] [>>]


Powered by ezmlm-browse 0.20.