pychubby
pychubby copied to clipboard
Make warping faster for big images
Currently transformation shape is identical to the image shape. Interpolations get pretty slow or even lead to memory errors.
How to fix it? Perform interpolation on a downsampled image and then upsample the transformation.
Hi jankrepl. What is the maximum image size we can give to get result instead of error.
Hey! It depends on your CPU. However, I can quickly implement the resizing logic described above and fix this issue once and for all! Will try to do that ASAP.
Closing due to inactivity. Feel free to comment and we can reopen