Welcome to Etherpad!

This pad text is synchronized as you type, so that everyone viewing this page sees the same text. This allows you to collaborate seamlessly on documents!

To prevent your pad from appearing in the archive, put the word __NOPUBLISH__ (including the surrounding double underscores) anywhere in this pad. Changes will be reflected after the next archive update.

Warning: DirtyDB is used. This is fine for testing but not recommended for production. -- To suppress these warning messages change suppressErrorsInPadText to true in your settings.json
SEE: http://diversions.lan/pad/p/erasing_the_background

Once you've scraped a collection, you may want to make orderings.

ImageMagick's montage is a useful

Label %t adds the filename as a label which is handy. In this case it's the inventory number (used as a slug to save the image during the scrape).

This command TAKES TIME. For Preciosa (3580 items) this took SOME TIME and produces a big image: 7808x8378.

and scale it down...
convert preciosa.montage.jpg -resize 2000x preciosa.montage.2000x.jpg


http://diversions.lan/home/pi/scrape/preciosa.montage.2000x.jpg


Many of the images are blank however (and all still have the copyright)...

As nice as it is WITH the blank images, it would also be nice without them.
Let's add a function to annotate the spreadsheet if the image is not the "blank one" -- it's easy to filter out cause it's always got the same (smallish) size.