Changeset 3424
- Timestamp:
- Mar 15, 2005, 10:57:48 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibSDRS.tex
r3423 r3424 1 %%% $Id: psLibSDRS.tex,v 1.18 6 2005-03-15 20:54:55price Exp $1 %%% $Id: psLibSDRS.tex,v 1.187 2005-03-15 20:57:48 price Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 2846 2846 2847 2847 \begin{verbatim} 2848 // Transform an image --- different from current version, nothing major2849 2848 psImage *psImageTransform(psImage *output, psPixels **blankPixels, const psImage *input, 2850 2849 const psImage *inputMask, int inputMaskVal, const psPlaneTransform *outToIn, 2851 2850 const psRegion *region, const psPixels *pixels, psImageInterpolateMode mode, 2852 2851 double exposedValue); 2853 \begin{verbatim}2854 psImage *psImageTransform(psImage *output, const psImage *input, const psImage *inputMask, int inputMaskVal,2855 const psPlaneTransform *outToIn, const psImage *combineMask, int combineMaskVal);2856 2852 \end{verbatim} 2857 2853 Transform the \code{input} image according the supplied
Note:
See TracChangeset
for help on using the changeset viewer.
