AWARE [SYSTEMS] Imaging expertise for the Delphi developer
AWare Systems, Imaging expertise for the Delphi developer, Home TIFF and LibTiff Mailing List Archive

LibTiff Mailing List

TIFF and LibTiff Mailing List Archive
September 1994

Previous Thread
Next Thread

Previous by Thread
Next by Thread

Previous by Date
Next by Date

Contact

The TIFF Mailing List Homepage
This list is run by Frank Warmerdam
Archive maintained by AWare Systems



Valid HTML 4.01!



Thread

1994.09.09 20:18 "Dead data in gif2tiff", by Scott Wagner
1994.09.16 17:36 "Re: Dead data in gif2tiff", by Sam Leffler

1994.09.16 17:36 "Re: Dead data in gif2tiff", by Sam Leffler

    To:  tiff@sgi.sgi.com
    Subject:  Dead data in gif2tiff
    Date: Fri, 09 Sep 1994 16:18:17 EDT
    From:  wagner@itek.com (scott wagner)

    Hello!
    
    In libtiff v3.3 beta 015, in tools/gif2tiff.c, can anyone (sam?) tell me what
    
    short rbuf[8192];
    short gbuf[8192];
    short bbuf[8192];
    
    at lines 38 - 40 are for?  I can't find any reference to them anywhere else
    (except that in sgisv.c there is an identifier with the same name - but it
    is completely independent of gif2tiff).  Maybe I'm missing something here???
    
Dead code.

	Sam