Weisimin

Results 3 comments of Weisimin

@jcupitt I actually use pyvips to run Libvips. Is there a way I can decrease the time using pyvips? ``` def perform_resize(image, width, height): return image.thumbnail_image(width, height=height, size="force") ``` Also...

Want to make sure I understand what you said `longer startup time`, it means if I run multiple `vipsthumbnail` one by one, it will has a long startup time each...

I see you talked about 4 core machine, we are using 2 core machine, will you recommend to use 4 core machine?