IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 9, 2013, 4:06:09 PM (13 years ago)
Author:
eugene
Message:

merge from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130904/PS-IPP-PStamp/lib/PS/IPP/PStamp/RequestFile.pm

    r36058 r36192  
    3737                    $PSTAMP_USE_IMFILE_ID
    3838                    $PSTAMP_NO_WAIT_FOR_UPDATE
    39                     $PSTAMP_REQUEST_UNCENSORED
    40                     $PSTAMP_REQUIRE_UNCENSORED
     39                    $PSTAMP_SELECT_EXPJPEG
     40                    $PSTAMP_SELECT_NUMJPEG
    4141                    $PSTAMP_SUCCESS
    4242                    $PSTAMP_FIRST_ERROR_CODE
     
    5555                    $PSTAMP_NO_OVERLAP
    5656                    $PSTAMP_NOT_AUTHORIZED
     57                    $PSTAMP_NO_VALID_PIXELS
    5758                    );
    5859our %EXPORT_TAGS = (standard => [@EXPORT_OK]);
     
    8485our $PSTAMP_NO_WAIT_FOR_UPDATE = 32768;
    8586
    86 # these bits will be repurposed
    87 our $PSTAMP_REQUEST_UNCENSORED = 0x10000;
    88 our $PSTAMP_REQUIRE_UNCENSORED = 0x20000;
     87our $PSTAMP_SELECT_EXPJPEG     = 0x10000;
     88our $PSTAMP_SELECT_NUMJPEG     = 0x20000;
     89
     90# these bits have been repurposed. They were only exposed to MOPS and IFA and they have adapted.
     91#our $PSTAMP_REQUEST_UNCENSORED = 0x10000;
     92#our $PSTAMP_REQUIRE_UNCENSORED = 0x20000;
    8993
    9094# job and result codes
Note: See TracChangeset for help on using the changeset viewer.