mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-27 19:00:47 +08:00
b4b090271d
I've updated references in the code and documentation to the new name.
12 lines
290 B
Makefile
12 lines
290 B
Makefile
.PHONY: logo
|
|
|
|
logo: green_orange_snake.png snake_logo.svg
|
|
inkscape --export-png=scikit_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 scikit_image_logo.py --no-plot
|
|
|