dovahcrow / patchify.py

A library that helps you split image into small, overlappable patches, and merge patches into original image.
MIT License
211 stars 25 forks source link

patch.save() dpi by default 96 #19

Open aminul-huq opened 2 years ago

aminul-huq commented 2 years ago

I am trying to save the images using the save method but the dpi value is by default 96. Is there any way to increase or decrease it by user?