IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 1, 2010, 3:57:49 PM (16 years ago)
Author:
Paul Price
Message:

Turn 'all images rejected' into bad quality instead of error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackReject.c

    r27427 r28182  
    166166    psFree(options->inspect); options->inspect = NULL;
    167167
    168     if (numRejected >= num) {
    169         psError(PPSTACK_ERR_REJECTED, true, "All inputs completely rejected; unable to proceed.");
    170         return false;
    171     }
    172 
    173168    if (options->stats) {
    174169        psMetadataAddS32(options->stats, PS_LIST_TAIL, "REJECT_IMAGES", 0,
Note: See TracChangeset for help on using the changeset viewer.