IMG_CPYPIX Name
IMG_CPYPIX Purpose
Copy pixels from one 24-bit image to another.
Category
Calling Sequence
imgr = img_cpypix(imgs,imgd,w) Inputs
imgs = Source image. in
imgd = Destination image. in
w = Array of 1-d indices to modify. in
Keyword Parameters
Keywords
ERROR=err Error flag: 0=ok. On error destination
image is returned.
Outputs
imgr = Resulting image. out
Common Blocks
Notes
Modification History
R. Sterner, 2009 Jun 16
R. Sterner, 2010 May 12 --- Converted arrays from () to [].
Copyright (C) 2009, Johns Hopkins University/Applied Physics Laboratory
This software may be used, copied, or redistributed as long as it is not
sold and this copyright notice is reproduced on each copy made. This
routine is provided as is without any express or implied warranties
whatsoever. Other limitations apply as described in the file disclaimer.txt.