We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f238d1b commit 93c6af7Copy full SHA for 93c6af7
docs/generate_website.js
@@ -109,7 +109,7 @@ const generateImages = function(tree) {
109
// write the PDF, convert to PNG and trim with ImageMagick (https://imagemagick.org)
110
file.on('finish', () => {
111
exec(
112
- `magick convert -density 150x150 -trim ${f}.pdf ${f}.png`,
+ `magick -density 150x150 ${f}.pdf -trim ${f}.png`,
113
(err, stdout, stderr) => {
114
if (stderr) {
115
console.error(stderr);
0 commit comments