apt-get install hugin autopano-sift-c
apt-get install qtpfsgui
This simple script will take a picture of a whiteboard and use parts of the ImageMagick library with sane defaults to clean it up tremendously.
The script is here:
#!/bin/bash
convert $1 -morphology Convolve DoG:15,100,0 -negate -normalize -blur 0x1 -channel RBG -level 60%,91%,0.1 $2
var cities =[879,1491]; | |
// wgUploadMaintenance = false | |
cities.forEach( | |
function(cityId) { | |
$.post('/wiki/Special:WikiFactory?action=select', { | |
action:'ajax', | |
rs: 'axWFactoryRemoveVariable', | |
cityid: cityId, | |
varCityid: cityId, |