Icons of lines #20

Open
opened 2026-04-28 16:00:58 +00:00 by phil · 2 comments
Owner
It would be nice to show graphics of the lines - IDFM: https://commons.wikimedia.org/wiki/Template:Paris_transit_icons and https://prim.iledefrance-mobilites.fr/fr/chartes-et-prescriptions/prescriptions/prescriptions-operationnelles/prescriptions-signaletiques - STAR: https://data.rennesmetropole.fr/explore/dataset/pictogrammes-des-lignes-de-metro-du-reseau-star/ and https://data.rennesmetropole.fr/explore/dataset/pictogrammes-des-lignes-de-bus-du-reseau-star/
phil changed title from Icones of lines to Icons of lines 2026-04-28 20:00:40 +00:00
Author
Owner

To store the images, encode them with https://qoiformat.org. You pay a bit of storage space but the decoding speed should be faster than PNG.

To store the images, encode them with https://qoiformat.org. You pay a bit of storage space but the decoding speed should be faster than PNG.
Author
Owner

IDFM:

nix-shell -p inkscape imagemagick
inkscape -w 100 -h 100 metro_1_NB_RVB.svg -o metro_1_NB_RVB_svg.png
magick metro_1_NB_RVB_svg.png metro_1_NB_RVB_png.qoi
IDFM: ``` nix-shell -p inkscape imagemagick inkscape -w 100 -h 100 metro_1_NB_RVB.svg -o metro_1_NB_RVB_svg.png magick metro_1_NB_RVB_svg.png metro_1_NB_RVB_png.qoi ```
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
phil/spometrat#20
No description provided.