Table of Contents ▸ List of Commands ▸ Geometry Manipulation ▸ apply_scales | ◀ append_tiles | autocrop ▶ |
apply_scales
Arguments:
- "command",number_of_scales>0,_min_scale[%]>=0,_max_scale[%]>=0,_scale_gamma>0,_interpolation
Description:
Apply specified command on different scales of selected images.interpolation can be { 0:None | 1:Nearest | 2:Average | 3:Linear | 4:Grid | 5:Bicubic | 6:Lanczos }.
Default values:
min_scale=25%, max_scale=100% and interpolation=3.
Example of use:
image.jpg apply_scales "blur 5 sharpen 1000",4