python - PIL zoom into image at a particular point -


i'm creating images python imaging library (pil). now, zoom map @ particular location, want zoom image @ specified point. note different resizing image. want size remain same. couldn't find inbuilt method in documentation this. aware of method might achieve this. i'd ideally without other dependencies opencv.


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -