Overview
Comment: | FOSDEM captures slides at 800x600, so making exported images 1600px wide. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | fosdem-2014 |
Files: | files | file ages | folders |
SHA1: |
a06da30e3d323b4960790db99592155b |
User & Date: | ivan on 2014-01-30 16:03:40 |
Other Links: | branch diff | manifest | tags |
Context
2014-01-30
| ||
16:04 | Minimize arch diagram bounding box width to make items bigger and more readable. check-in: 3763f69397 user: ivan tags: fosdem-2014, fosdem-2014-1.0.0 | |
16:03 | FOSDEM captures slides at 800x600, so making exported images 1600px wide. check-in: a06da30e3d user: ivan tags: fosdem-2014 | |
15:41 | Put exported image width in makefile variable. check-in: 224e00d558 user: ivan tags: fosdem-2014 | |
Changes
Modified Makefile from [82390edf1d] to [5d1381dee7].
1 2 3 4 5 6 7 8 |
IMG_WIDTH = 1024
IMGS = imgs/network-public.png imgs/network-private.png imgs/network-community.png \
imgs/confine-partners.png imgs/extend-network.png \
imgs/testbed.png imgs/testbed-slice.png imgs/testbed-cd-rd.png \
imgs/testbed-logos-node.png imgs/testbed-logos-mgmt.png imgs/testbed-logos-devel.png
IMGS_BEAMER = imgs/confine,background.pdf
|
| |
1 2 3 4 5 6 7 8 |
IMG_WIDTH = 1600
IMGS = imgs/network-public.png imgs/network-private.png imgs/network-community.png \
imgs/confine-partners.png imgs/extend-network.png \
imgs/testbed.png imgs/testbed-slice.png imgs/testbed-cd-rd.png \
imgs/testbed-logos-node.png imgs/testbed-logos-mgmt.png imgs/testbed-logos-devel.png
IMGS_BEAMER = imgs/confine,background.pdf
|