duplicate-images icon indicating copy to clipboard operation
duplicate-images copied to clipboard

Improve compatibility with Windows

Open Kilo19 opened this issue 6 years ago • 0 comments

*Magic is hard to set up on Windows and does not handle non-ASCII paths well. Python's built-in imghdr works for the job really well. *open() on Windows does not use Unicode by default. Use codecs.open() instead.

Kilo19 avatar Jun 01 '18 06:06 Kilo19