[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Jpegs and GNO



In article <E0vpCy.1Gx@serval.net.wsu.edu>,
mark lyon <o9938156@unicorn.it.wsu.edu> wrote:
>I think that these [temporary] files
>are also stored in the same directory that contains djpeg, so even
>though you may have plenty of free space on one partition, if the 
>partition that contains djpeg is getting full, you might run out of
>disk space.

That seems strange.  If djpeg is creating scratch files, it would
make more sense to put them into either

	1.  The current directory;
	2.  The directory containing the jpeg data file; or
	3.  P_tmpdir (typically /tmp).  The location of P_tmpdir
	    should be able to be overridden through the TMPDIR 
	    environment variable.

I would be surprised if the original Unix version of djpeg used 
dirname `which djpeg` as the location of data files since that 
directory would in general not be writable.
-- 
	Devin Reade	gdr@eddore.myrias.ab.ca