Tool for generating image from source code using germanium.
It requires you to have the germanium
command-line tool installed on your path.
germanium.el
can be installed with package.el from MELPA.
Download germanium.el file with git clone
or something, and add to your config.
(add-to-list 'load-path "/path/to/germanium.el directory")
(require 'germanium)
You can generate image from current buffer file via M-x germanium-buffer-to-png
.
You can generate image from region via M-x germanium-region-to-png
. You need to select region.
General Public License Version 3 (GPLv3)
matsuyoshi30