rep2/ic2.php 25行目くらい
$mimemapに'image/webp' => '.webp',を追加
lib/expack/ImageCache2/Thumbnailer.php 75行目くらい
$mimemapに'image/webp' => '.webp',を追加
lib/Thumbnailer/Gd.php 118行目くらい
switchの中にcase '.webp': $src = imagecreatefromwebp($source); break;を追加
lib/wiki/ReplaceImageUrlCtl.php 230行目くらい
jpe?g|gif|pngのところにwebpを追加

こんな感じか