~ubuntu-branches/ubuntu/quantal/tiff/quantal

« back to all changes in this revision

Viewing changes to contrib/dbs/tiff-grayscale.c

  • Committer: Bazaar Package Importer
  • Author(s): Jay Berkenbilt
  • Date: 2010-06-18 21:28:11 UTC
  • mfrom: (10.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20100618212811-3t5mffcr8gpfpuel
Tags: 3.9.4-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: tiff-grayscale.c,v 1.4 2004/09/03 08:26:08 dron Exp $ */
 
1
/* $Id: tiff-grayscale.c,v 1.4.2.1 2010-06-08 18:50:40 bfriesen Exp $ */
2
2
 
3
3
/*
4
4
 * tiff-grayscale.c -- create a Class G (grayscale) TIFF file
137
137
    fprintf(stderr, "Usage: %s -depth (8 | 4 | 2) tiff-image\n", programName);
138
138
    exit(0);
139
139
}
 
140
/*
 
141
 * Local Variables:
 
142
 * mode: c
 
143
 * c-basic-offset: 8
 
144
 * fill-column: 78
 
145
 * End:
 
146
 */