Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cytec/tvlogos
collection of mostly german tv channel logos
https://github.com/cytec/tvlogos
Last synced: about 1 month ago
JSON representation
collection of mostly german tv channel logos
- Host: GitHub
- URL: https://github.com/cytec/tvlogos
- Owner: cytec
- Created: 2017-02-21T16:09:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-17T23:36:15.000Z (11 months ago)
- Last Synced: 2023-12-18T00:51:54.099Z (11 months ago)
- Size: 1.56 MB
- Stars: 5
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: history.png
Awesome Lists containing this project
README
# tvlogos
collection of mostly german tv channel logos# How to Contribute
1. fork this repo
2. download the channel logo you want to add from wikipedia
3. convert the logo to 236x236px PNG with transparent background
4. naming should follow the networks name all lowercase spaces should be replaced with a dash (`-`)conversion with imagemagick:
`convert IMAGE -resize 236x236 -gravity center -background transparent -extent 236x236 IMAGE`
### Example:
Given you want to add the logo from TNT Serie:1. Download the image from https://de.wikipedia.org/wiki/TNT_Serie
2. convert it `convert TNT_Serie_Logo_2016.png -resize 236x236 -gravity center -background transparent -extent 236x236 TNT_Serie_Logo_2016.png`
3. rename it to `tnt-serie.png`
4. create a PR