IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 31, 2006, 3:24:14 PM (20 years ago)
Author:
Paul Price
Message:

ppImage now working again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppImageOutput.c

    r6114 r6747  
    1 # include "ppImage.h"
     1#include <stdio.h>
     2#include "pslib.h"
     3#include "psmodules.h"
     4#include "ppImage.h"
    25
    3 bool ppImageOutput(ppData *data, ppConfig *config)
     6bool ppImageOutput(ppData *data, pmConfig *config)
    47{
    58    const char *outname = psMetadataLookupStr(NULL, config->arguments, "-output"); // Name of output file
Note: See TracChangeset for help on using the changeset viewer.