Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
C3SL
blendb
Commits
bc9e91d7
Commit
bc9e91d7
authored
Jul 27, 2016
by
Eduardo L. Buratti
Browse files
Add generated png images for logos (and a Makefile to generate them)
parent
c6ac6a00
Changes
3
Hide whitespace changes
Inline
Side-by-side
artwork/Makefile
0 → 100644
View file @
bc9e91d7
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
0 → 100644
View file @
bc9e91d7
52.4 KB
artwork/logo.png
0 → 100644
View file @
bc9e91d7
6.82 KB
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment