A dead simple console app to save Windows 10's lockscreen images
Just config your setting in App.config and run the exe file
Setting your path in destFolder (E:\Pictures)
minFileSizeInByte: By minimum filesize (in bytes, default is 102400, so only files > 100 KB is processed)minImageWidth: By minimum width (in pixels, default is 1900 pixels so only Full HD images is processed)
Sometime, filename is changed for unknown reason and may lead to 2 duplicated images with different names
Therefore, deleteDuplicate setting will help you with that
Only files with matching size and MD5 hash will be deleted
Deleted files will go to Recycle Bin
- Check
minFileSizeInBytewith value 0 (Add image file check in revision 18685ca) - Check
minImageWidthwith value 0 (No error, just images with wrong file extension) - Publish to GitHub
- Add Travis CI
- Add AppVeyor CI
- Add CircleCI (lack auto testing)
- Add some testing
- Complete testing
- Add website