File: README.md

package info (click to toggle)
librepcb 1.2.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 58,484 kB
  • sloc: cpp: 267,986; python: 12,100; ansic: 6,899; xml: 234; sh: 215; makefile: 115; perl: 73
file content (22 lines) | stat: -rw-r--r-- 847 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Images

This directory contains all images which are required in the LibrePCB
application or other tools.

- Most images are from the
  [Open Icon Library](http://openiconlibrary.sourceforge.net/)
- Some images are from https://fontawesome.com/ (only Free icons!)
- Some images are from https://www.iconfinder.com/
- Some images are from https://icons8.com/ (we may use those icons under the
  free license since we attribute icons8 in the about dialog)

## Adding New Images

- Only use icons licensed under a *really* free license! Don't use Icons8
  anymore as the license is not really free.
- For toolbar icons, use 64x64 (preferred) or 48x48 PNGs.
- Reduce PNG size with this command:

      pngquant --verbose --skip-if-larger --force --ext .png --strip <FILE>

- List all new icons with their license in [`.reuse/dep5`](../.reuse/dep5).