Re: Please help with the batch file
Posted: 2018-11-13T07:12:18-07:00
I expect "-shave" uses the same code as "-crop", with a trivial calculation to get the required parameters.
Some experimentation shows that "-shave 10x10" is much quicker than "-sharpen 2". This is not surprising as "-shave" merely copies pixels, but "-sharpen" convolves each pixel with a kernel.
Some experimentation shows that "-shave 10x10" is much quicker than "-sharpen 2". This is not surprising as "-shave" merely copies pixels, but "-sharpen" convolves each pixel with a kernel.