This is basically a follow-up on the discussion that Uncas and I had in one of the recent threads regarding the Lanczos resizer. I'm trying out the said plug-in and have got one question that I thought Uncas, or anyone else who has tried out the plug-in, can answer.
The documentation stated a basic format as follows:
LanczosResize(clip, int target_width, int target_height)
The "int target_width" and "int target_height" are easy enough to figure out. I have not much clue on the "clip" part though. What is the applicable range of value? And what should I use, assuming I'm going for maximum quality and, in another case, 'alright' quality?
I tried the following line and it, funnily, works:
LanczosResize(640, 352)
In this case, do you what value of c is being used?
I have just started playing around with the resizer and will see what I can find later on. Cheers.
The documentation stated a basic format as follows:
LanczosResize(clip, int target_width, int target_height)
The "int target_width" and "int target_height" are easy enough to figure out. I have not much clue on the "clip" part though. What is the applicable range of value? And what should I use, assuming I'm going for maximum quality and, in another case, 'alright' quality?
I tried the following line and it, funnily, works:
LanczosResize(640, 352)
In this case, do you what value of c is being used?
I have just started playing around with the resizer and will see what I can find later on. Cheers.
Comment