From acd5a5972c9b07ece8674b4a1be2f3da4d6e8fe9 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Fri, 16 Sep 2011 15:33:32 -0700 Subject: [PATCH] Add SVG logo with text and Makefile to convert to png. --- Makefile | 10 ++++++ snake_logo.svg | 92 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 102 insertions(+) create mode 100644 Makefile create mode 100644 snake_logo.svg diff --git a/Makefile b/Makefile new file mode 100644 index 00000000..7f257b88 --- /dev/null +++ b/Makefile @@ -0,0 +1,10 @@ +.PHONY: logo + +logo: green_orange_snake.png snake_logo.svg + inkscape --export-png=snake_logo.png --export-dpi=100 \ + --export-area-drawing --export-background-opacity=1 \ + snake_logo.svg + +green_orange_snake.png: + python scikits_image_logo.py --no-plot + diff --git a/snake_logo.svg b/snake_logo.svg new file mode 100644 index 00000000..caa47694 --- /dev/null +++ b/snake_logo.svg @@ -0,0 +1,92 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + scikits-image + image processing in python + + +