issues
search
rplab
/
rplab_image_analysis
0
stars
0
forks
source link
Batchprocess downsampling image
#8
Closed
rplab
closed
1 year ago
rplab
commented
1 year ago
batchprocess_downsample_image()
Downsample all image files in a parent directory.
Comments:
Inputs:
parent directory name
downsampling factor (default 1 -- don't do anything)
Outputs:
downsampled image files (1:1 correspondence with inputs)
same folder structure, same image filenames (different parent folder name: original parent folder + "_downsampled").
copies all metadata (all non-TIFF files)
Current status
Code exists (for TIFFs), works
batchprocess_downsample_image()
Downsample all image files in a parent directory.
Comments:
Inputs:
Outputs:
Current status