2021-04-14 17:38:48 +02:00
|
|
|
Generally, we prefer to use SVG assets when possible.
|
|
|
|
|
|
|
|
However, many websites where you might want to use a Zulip logo do not
|
|
|
|
support SVG files. If you need a Zulip logo asset in a different
|
2024-07-04 14:17:19 +02:00
|
|
|
format (e.g., a 512px height PNG), you can generate that from one of
|
2021-04-14 17:38:48 +02:00
|
|
|
the `.svg` files in this directory.
|
|
|
|
|
|
|
|
On Linux, you can generate a PNG of a given height using the following:
|
|
|
|
|
|
|
|
```
|
|
|
|
rsvg-convert -h 512 static/images/logo/zulip-org-logo.svg -o /tmp/zulip-org-logo-512.png
|
|
|
|
```
|