* added check whether whash-haar has hash_size that is power of 2.
1.2.7
* added crop-resistant-hash method.
1.2.6
* fix in case clean_tempdir=True is used
1.2.5
* added functionality to remove entire tempdirectory using `clean_files(clean_tempdir=True)`
1.2.4
* Added functionality to remove images that are stored in tempdirectory.
Import library from undouble import Undouble Init with default settings model = Undouble() Do stuff and finally clean the tempdirectory with model.clean_files()
1.2.3
* added functionality to import images from URL locations * Example can be found [here](https://erdogant.github.io/undouble/pages/html/Examples.html#import-images-from-url-location)