/[xforms]/xforms/image/image_tiff.c
ViewVC logotype

Diff of /xforms/image/image_tiff.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by leeming, Thu Apr 24 09:35:34 2003 UTC revision 1.4 by leeming, Tue Sep 9 00:28:25 2003 UTC
# Line 28  Line 28 
28   *  Copyright (c) 2000-2002  By T.C. Zhao   *  Copyright (c) 2000-2002  By T.C. Zhao
29   *.   *.
30   *   *
31   *  TIFF file reader/writer for some tiff files. It is not possible to   *  TIFF file reader/writer for some tiff files. It is not possible to
32   *  develop a tiff reader to handle all possible valid tiffs.   *  develop a tiff reader to handle all possible valid tiffs.
33   *   *
34   *  could use some optimization   *  could use some optimization
35   *   *
# Line 665  read_pixels(FL_IMAGE * im) Line 665  read_pixels(FL_IMAGE * im)
665                  unsigned short **ctmp = FL_IsCI(im->type) ? im->ci : im->gray;                  unsigned short **ctmp = FL_IsCI(im->type) ? im->ci : im->gray;
666                  /* TIFF SPEC did not define 16 bps, and seems libtiff always                  /* TIFF SPEC did not define 16 bps, and seems libtiff always
667                     uses MSB. */                     uses MSB. */
668                  sbuf = convert2((void *) tmp, bytecount, MSBFirst       /* sp->endian                  sbuf = convert2((void *) tmp, bytecount, MSBFirst       /* sp->endian
669    
670    
671                                                                           */ );                                                                           */ );

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26