Skip to content
Snippets Groups Projects
Commit bc9e91d7 authored by Eduardo L. Buratti's avatar Eduardo L. Buratti
Browse files

Add generated png images for logos (and a Makefile to generate them)

parent c6ac6a00
Branches
No related tags found
No related merge requests found
DEFAULT_DPI=90
all: logo.png logo-wide.png
clean:
rm -rf logo.png logo-wide.png
logo.png: logo.svg
inkscape --export-png=$@ \
--export-dpi=10 \
--export-background-opacity=0 \
--without-gui $<
logo-wide.png: logo-wide.svg
inkscape --export-png=$@ \
--export-dpi=45 \
--export-background-opacity=0 \
--without-gui $<
artwork/logo-wide.png

52.4 KiB

artwork/logo.png

6.82 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment