mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-29 03:37:34 +08:00
12 lines
292 B
Makefile
12 lines
292 B
Makefile
.PHONY: logo
|
|
|
|
logo: green_orange_snake.png snake_logo.svg
|
|
inkscape --export-png=scikits_image_logo.png --export-dpi=100 \
|
|
--export-area-drawing --export-background-opacity=1 \
|
|
snake_logo.svg
|
|
python shrink_logo.py
|
|
|
|
green_orange_snake.png:
|
|
python scikits_image_logo.py --no-plot
|
|
|