webgalen/README.md
2018-10-11 11:11:55 +03:00

15 lines
324 B
Markdown

# Webgalen
A tool to dissect of websites (tribute to [Galen of Pergamon](https://en.wikipedia.org/wiki/Galen))
## Prerequisites
Install a few tools
apt-get install img2pdf imagemagick
Increase memory in imagemagick policy `/etc/ImageMagick-6/policy.xml`
<policy domain="resource" name="memory" value="2GiB"/>