~ubuntu-branches/ubuntu/natty/tiff/natty

« back to all changes in this revision

Viewing changes to contrib/addtiffo/addtiffo.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
1
/******************************************************************************
2
 
 * $Id: addtiffo.c,v 1.6 2005/12/16 05:59:55 fwarmerdam Exp $
 
2
 * $Id: addtiffo.c,v 1.6.2.1 2010-06-08 18:50:40 bfriesen Exp $
3
3
 *
4
4
 * Project:  GeoTIFF Overview Builder
5
5
 * Purpose:  Mainline for building overviews in a TIFF file.
28
28
 ******************************************************************************
29
29
 *
30
30
 * $Log: addtiffo.c,v $
 
31
 * Revision 1.6.2.1  2010-06-08 18:50:40  bfriesen
 
32
 * * Add an emacs formatting mode footer to all source files so that
 
33
 * emacs can be effectively used.
 
34
 *
31
35
 * Revision 1.6  2005/12/16 05:59:55  fwarmerdam
32
36
 * Major upgrade to support YCbCr subsampled jpeg images
33
37
 *
163
167
 
164
168
    return( 0 );
165
169
}
 
170
/*
 
171
 * Local Variables:
 
172
 * mode: c
 
173
 * c-basic-offset: 8
 
174
 * fill-column: 78
 
175
 * End:
 
176
 */