Changeset 4357
- Timestamp:
- Jun 22, 2005, 3:10:24 PM (21 years ago)
- Location:
- trunk/doc/pslib
- Files:
-
- 2 edited
-
ChangeLogSDRS.tex (modified) (2 diffs)
-
psLibSDRS.tex (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/ChangeLogSDRS.tex
r4356 r4357 1 %%% $Id: ChangeLogSDRS.tex,v 1.14 8 2005-06-23 01:01:00price Exp $1 %%% $Id: ChangeLogSDRS.tex,v 1.149 2005-06-23 01:10:24 price Exp $ 2 2 3 3 \subsection{Changes from version 00 to version 01} … … 736 736 \item Added \code{psArrayElementsFree} (already implemented). 737 737 \item Sizes in \code{psArray} are \code{unsigned long}. 738 \end{itemize} 738 \item Use the \code{region} in \code{psImageTransform} to set the size of the output image (bug 453). 739 \end{itemize} -
trunk/doc/pslib/psLibSDRS.tex
r4356 r4357 1 %%% $Id: psLibSDRS.tex,v 1.29 1 2005-06-23 01:01:00price Exp $1 %%% $Id: psLibSDRS.tex,v 1.292 2005-06-23 01:10:24 price Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 4885 4885 Transform the \code{input} image according the supplied 4886 4886 transformation. The size of the transformed image is defined by the 4887 supplied \code{output} image, if non-\code{NULL}, or the \code{region} 4888 otherwise (size \code{region.x1 - region.x0} by \code{region.y1 - 4887 \code{region} (size \code{region.x1 - region.x0} by \code{region.y1 - 4889 4888 region.y0}, with \code{out->x0 = region.x0} and \code{out->y0 = 4890 4889 region.y0}).
Note:
See TracChangeset
for help on using the changeset viewer.
