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

Preserving tiff meta data #12

Open Abdulk084 opened 3 years ago

Abdulk084 commented 3 years ago

Is there anyway we can preserve patched tiff files meta data while pachifying or the extent data?

dovahcrow commented 3 years ago

This library works on the raw image which is in the numpy array format. There's no way for patchify to get or change the metadata from a tiff file.