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
Post a Comment