- Work in progress
- This style guide is still under development.
- Not all resources may be available yet, explanations and examples
- may be missing and things may change without notice.
-
Image Generator
++ We wanted images to (optionally) have a glitchy, distorted appearance. + To achieve this, we apply two effects to an image. Firstly, bright + vertical edges in an image are highlighted by adding a parallel line + in our primary color to their left and in our secondary color to their + right hand side. Secondly, the image gets distorted by offsetting + different parts of the image horizontally, seemingly by random + amounts, but it is actually somewhat osscilating. +
++ This page utilizes a small bit of Javascript to add an SVG filter to + an image of your choice. The resulting image will then be previewed + further below and can be downloaded using a button at the end of the + page. Not all browsers' canvas implementations generate the same + outcome, especially firefox tends to create wrong results, so we + recommend using a chromium based browser for creating these exports. +