1
0
Fork 0
This repository has been archived on 2021-01-06. You can view files and clone it, but cannot push or open issues or pull requests.
dennogumi.org-archive/_posts/2006-12-23-wallpaper-size-checker.markdown

1.7 KiB

author comments date layout slug title wordpress_id categories
einar true 2006-12-23 10:42:21+00:00 page wallpaper-size-checker Wallpaper size checker 141
General
Linux

UPDATE: Some stupid bugs had crept in the code, so I updated the archives. Sorry for the inconvenience.

I've writtern a small Python script to find wallpapers with right size or aspect ratio I needed, and now I'm releasing it to the public. It may come in handy especially when you download lots of desktop wallpapers (archives, torrents) and you don't know which ones are suited for your monitor.

You can download the script in [tar.gz format]({{ site.url }}/files/wp_filter.tar.gz) or [zip format]({{ site.url }}/files/wp_filter.zip). It requires Python (obviously) and the Python Imaging Library (PIL). Linux users can install them using their package manager of choice, while Windows users can download the Python installer from python org, and the corresponding installer for the PIL (make sure that you download a version that matches your Python version).

You need to run this program from the command line. Use -h or --help as a switch to see a list of the options. Call it with the name of the directory you want to scan and the name of a report file. If you don't specify any options, it will just produce a file with all the images it has found, complete with sizes. Otherwise you can filter for height and width (e.g. only 1280x800) or by aspect ratio (e.g. only widescreen).

Report bugs and suggestions here. The code is released under GNU GPL v2 only (not "any later version").