4898794edd81be5285ea6e544acbedeaeb31bf78 max Tue Nov 23 08:10:57 2021 -0800 Fixing pointers to README file for license in all source code files. refs #27614 diff --git src/hg/visiGene/vgPrepImage/jpgTiles.h src/hg/visiGene/vgPrepImage/jpgTiles.h index 385f3e0..e1f8db8 100644 --- src/hg/visiGene/vgPrepImage/jpgTiles.h +++ src/hg/visiGene/vgPrepImage/jpgTiles.h @@ -1,17 +1,17 @@ /* Copyright (C) 2010 The Regents of the University of California - * See README in this or parent directory for licensing information. */ + * See kent/LICENSE or http://genome.ucsc.edu/license/ for licensing information. */ /**************************************************** ** ** FILE: jpgTiles.h (uses libjpeg) ** CREATED: 6th February 2006 ** AUTHOR: Galt Barber ** ** PURPOSE: Convert input RGB data rows to jpg tile-set and thumbnail and optionally ** a full-size jpg for downloading as well. ** Call jpgTiles with image width and height and outdir and outpath ** Quality settings can also be optionally specified. ** [-quality N|-variable 50 60 70 80 85] ** Currently just operates on one output image tileset and stops, ** so run the program again for each input image. **