Description:
II2LN can resize an image during import or attachment. To control the quality and speed of the resize operation, you can specify the SetResizeMethod import option.
It has 7 different resize methods, ranging from 0, fastest, but no-so-good quality to 7, high quality, but slow.
The default value is -1 (or equal to not specifying SetResizeMethod at all). The default resize method is very quick, but not with very high quality. The smaller resize operation you perform, the lesser quality!
Declaration:
SetResizeMethod:<method number>
Parameters:
Param |
Description |
<method number> |
From 0 to 7 |
Notes:
The available resize methods are:
Method |
Description |
-1 |
Very simple resize, the default. Very quick, not so good quality |
0 |
Simple resize |
1 |
Bi-cubic resize |
2 |
Simple/Decimate Resize |
3 |
Bicubic/Decimate Resize |
4 |
Resample Resize |
5 |
Lanczos Filter Image Resize |
6 |
Catrom Filter Image Resize |
7 |
Mitchell Filter Image Resize |
Introduced in version:
1.1.0.0
Repeatable
No