NEW: Info about image border

This commit is contained in:
Jean-Claude 2020-12-19 11:14:59 +01:00
parent 64c13ef455
commit 976cd3d87f
Signed by: jeanclaude
GPG Key ID: 8A300F57CBB9F63E
1 changed files with 7 additions and 1 deletions

View File

@ -3,6 +3,12 @@
## Drive Formatting
- Formate drive (not only partition) using `fat`: `sudo mkfs.vfat /dev/sda`
## Print from Gimp
## Print
### Print from Gimp
- Store as `jpg` (not `png`)
- Remove all ticks when exporting
### Prevent clipping of the image
- Add border of about 2.5% around image: `convert <inImage> -border 2.5% <outImage>`