kb-dk/graph_presenter

RENDER_PNG=false RENDER_TILES=false still renders PNG

Closed this issue · 0 comments

tokee commented

The logic for determining the need for a PNG is faulty, so specifying RENDER_PNG=false RENDER_TILES=false still forces a PNG. A workaround is to write VIPS_ONLY=true RENDER_PNG=false RENDER_TILES=false, but this should be fixed.

Reported by @thomasegense