Table of Contents ▸ List of Commands ▸ Geometry Manipulation ▸ resize_mn | ◀ resize_displacement | resize_pow2 ▶ |
resize_mn
Arguments:
- width[%]>=0,_height[%]>=0,_depth[%]>=0,_B_value,_C_value
Description:
Resize selected images with Mitchell-Netravali filter (cubic).For details about the method, see: https://de.wikipedia.org/wiki/Mitchell-Netravali-Filter.
Default values:
height=100%, depth=100%, B=0.3333 and C=0.3333.
Example of use:
image.jpg rescale2d 32 resize_mn 800%,800%
