van Stitch is a program that downloads the highest possible quality images from the Van Gogh muesuem. The site does offer downloads of the images, but they are almost always low resolution. For example, The Potato Eaters will download as a 3840 x 2715 image from the site, but van Stitch will download the image at 7695 x 5441.
Clone the repo
git clone https://github.com/oliverwarne/vanstitch.git
Use pip to install the requirements.
pip install -r requirements.txt
./van_stitch --term "portrait as a painter"
### Download the classic "portrait as a painter"
./van_stitch --id s0146V1962
### Download van Gogh's Wheatfield
./van_stitch --term wheatfield --num 3 --artist "Vincent van Gogh"
### Download the first three paintings that match the search term 'wheatfield', that are also by artist van Gogh
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.