Changeset 42658 for trunk/ippconfig/recipes/jpeg.mdc
- Timestamp:
- Apr 13, 2024, 12:01:58 PM (2 years ago)
- File:
-
- 1 edited
-
trunk/ippconfig/recipes/jpeg.mdc (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippconfig/recipes/jpeg.mdc
r34802 r42658 1 # This recipe file is used in a slightly different fashion from the others 2 # The different programs define an output JPEG file (or files) for the binned 3 # images with names based on the program and the binning level. 4 5 # ppImage : PPIMAGE.JPEG1 & PPIMAGE.JPEG2 6 # ppSub : PPSUB.OUTPUT.JPEG1 & PPSUB.OUTPUT.JPEG2 & PPSUB.OUTPUT.RESID.JPEG 7 # ppStack : PPSTACK.OUTPUT.JPEG1 & PPSTACK.OUTPUT.JPEG2 8 # ppstamp : PPSTAMP.OUTPUT.JPEG 9 10 # these names are the used to select the recipe metadata blocks below 11 12 # alternate recipes can be defined by nesting those metadata blocks inside 13 # additional named blocks, like the BIAS example below 14 1 15 # JPEG options for files 2 16 # Each METADATA entry should contain: … … 7 21 # * OPTIONS: comma-separated list : -SB,+SB,+X,+Y,-X,-Y 8 22 23 # to define the grayscale values, the image robust MEAN and STDEV are calculated 24 # (if those cannot be calculated, a simple MEAN and STDEV are used) 25 26 # the different SCALE.MODE values define the min and max colorscale values as: 27 # RANGE : MEAN - 2*STDEV*SCALE.MIN to MEAN + 2*STDEV*SCALE.MAX 28 # FRACTION : MEAN*SCALE.MIN to MEAN*SCALE.MAX 29 # VALUE : SCALE.MIN to SCALE.MAX 30 31 # COLORMAP values can be: greyscale, grayscale, -greyscale, -grayscale, heat, rainbow, 32 9 33 PPIMAGE.JPEG1 METADATA 10 34 COLORMAP STR -greyscale … … 15 39 END 16 40 41 PPIMAGE.JPEG2 METADATA 42 COLORMAP STR -greyscale 43 SCALE.MODE STR RANGE 44 SCALE.MIN F32 -5.0 45 SCALE.MAX F32 +10.0 46 OPTIONS STR -SB,-X,+Y 47 END 48 49 ALTCOLORS METADATA 50 PPIMAGE.JPEG1 METADATA 51 COLORMAP STR rainbow 52 SCALE.MODE STR RANGE 53 SCALE.MIN F32 -5.0 54 SCALE.MAX F32 +10.0 55 OPTIONS STR +SB,-X,+Y 56 END 57 58 PPIMAGE.JPEG2 METADATA 59 COLORMAP STR rainbow 60 SCALE.MODE STR RANGE 61 SCALE.MIN F32 -5.0 62 SCALE.MAX F32 +10.0 63 OPTIONS STR -SB,-X,+Y 64 END 65 END 66 17 67 PPIMAGE.JPEG1.HEAT METADATA 18 COLORMAP STR heat68 COLORMAP STR -greyscale 19 69 SCALE.MODE STR FRACTION 20 SCALE.MIN F32 0.95 21 SCALE.MAX F32 1.05 22 OPTIONS STR +SB,-X,+Y 23 END 24 25 PPIMAGE.JPEG2 METADATA 26 COLORMAP STR -greyscale 27 SCALE.MODE STR RANGE 28 SCALE.MIN F32 -5.0 29 SCALE.MAX F32 +10.0 30 OPTIONS STR -SB,-X,+Y 70 SCALE.MIN F32 0.5 71 SCALE.MAX F32 1.5 72 OPTIONS STR +SB,+X,+Y 31 73 END 32 74
Note:
See TracChangeset
for help on using the changeset viewer.
