Skip to content

MinhThienDX/SaveLockscreenImage

Repository files navigation

Build Status Build status CircleCI

SaveLockscreenImage

A dead simple console app to save Windows 10's lockscreen images
Just config your setting in App.config and run the exe file

Settings

1. Save folder

Setting your path in destFolder (E:\Pictures)

2. Filter

  • 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)

3. Delete duplicated image

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

TODO

  • Check minFileSizeInByte with value 0 (Add image file check in revision 18685ca)
  • Check minImageWidth with 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

About

A console app to save Windows 10's lockscreen image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages