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:
$ gmic
image.jpg resize2dx 32 resize_mn 800%,800%

Command:
image.jpg resize2dx 32 resize_mn 800%,800%