--- a/images/Makefile Wed Jun 05 20:21:53 2013 +0200
+++ b/images/Makefile Thu Jun 06 10:46:35 2013 +0100
@@ -1,24 +1,27 @@
-# JSON-LD Data Icons
-
LOGO_NAME=json-ld-logo
LOGO_SRC=$(LOGO_NAME).svg
LOGO_PNGS=\
+ $(LOGO_NAME).png \
$(LOGO_NAME)-64.png
BUTTON_NAME=json-ld-button
BUTTON_SRC=$(BUTTON_NAME).svg
BUTTON_PNGS=\
+ $(BUTTON_NAME).png \
$(BUTTON_NAME)-88.png
DATA_NAME=json-ld-data
DATA_SRC=$(DATA_NAME).svg
DATA_PNGS=\
+ $(DATA_NAME).png \
$(DATA_NAME)-64.png \
$(DATA_NAME)-48.png \
$(DATA_NAME)-32.png \
$(DATA_NAME)-24.png \
$(DATA_NAME)-16.png
+HD_WIDTH=1920
+
# convert -background none -resize 256 $< $(DATA_NAME)-256.gif
all: $(LOGO_PNGS) $(BUTTON_PNGS) $(DATA_PNGS)
@@ -28,9 +31,11 @@
$(LOGO_PNGS): $(LOGO_SRC)
inkscape --export-width=64 --export-png=$(LOGO_NAME)-64.png $<
+ inkscape --export-width=$(HD_WIDTH) --export-png=$(LOGO_NAME).png $<
$(BUTTON_PNGS): $(BUTTON_SRC)
inkscape --export-width=88 --export-png=$(BUTTON_NAME)-88.png $<
+ inkscape --export-width=$(HD_WIDTH) --export-png=$(BUTTON_NAME).png $<
$(DATA_PNGS): $(DATA_SRC)
inkscape --export-width=64 --export-png=$(DATA_NAME)-64.png $<
@@ -38,3 +43,5 @@
inkscape --export-width=32 --export-png=$(DATA_NAME)-32.png $<
inkscape --export-width=24 --export-png=$(DATA_NAME)-24.png $<
inkscape --export-width=16 --export-png=$(DATA_NAME)-16.png $<
+ inkscape --export-width=$(HD_WIDTH) --export-png=$(DATA_NAME).png $<
+
--- a/images/index.html Wed Jun 05 20:21:53 2013 +0200
+++ b/images/index.html Thu Jun 06 10:46:35 2013 +0100
@@ -31,7 +31,9 @@
<div id="logos">
<h2>Logos</h2>
- <p>These are the JSON-LD logos. Also available as <a href="json-ld-logo.svg">SVG</a>.</p>
+ <p>These are the JSON-LD logos. Also available as <a
+ href="json-ld-logo.svg">SVG</a> (Inkscape) or
+ <a href="json-ld-logo.png">high resolution PNG</a>.</p>
<table class="images">
<tbody>
<tr>
@@ -50,7 +52,9 @@
<div id="buttons">
<h2>Buttons</h2>
- <p>These buttons can be used to show JSON-LD support. Also available as <a href="json-ld-button.svg">SVG</a>.</p>
+ <p>These buttons can be used to show JSON-LD support.
+ Also available as <a href="json-ld-button.svg">SVG</a> (Inkscape) or
+ <a href="json-ld-button.png">high resolution PNG</a>.</p>
<table class="images">
<tbody>
<tr>
@@ -69,7 +73,9 @@
<div id="data">
<h2>Data</h2>
- <p>These images can be used for JSON-LD data. Also available as <a href="json-ld-data.svg">SVG</a>.</p>
+ <p>These images can be used for JSON-LD data. Also
+ available as <a href="json-ld-data.svg">SVG</a> (Inkscape) or
+ <a href="json-ld-data.png">high resolution PNG</a>.</p>
<table class="images">
<tbody>
<tr>
Binary file images/json-ld-button.png has changed
Binary file images/json-ld-data.png has changed
Binary file images/json-ld-logo.png has changed