For an image processing project, where i’m working on image of size 91.6 MB.How to work with images of such large size?
I tried to open the image using PIL by setting its max limit to None.But when I tried to perform operations like extracting contour and all, memory size error is raised. Even, for patchyfying the image, same error is being raised.
New contributor
Akanksha reddy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1