Update email address

This commit is contained in:
Jean-Claude 2024-01-16 22:14:21 +01:00
parent 4032e9d95c
commit 9b808b4739
Signed by: jeanclaude
GPG Key ID: 8A300F57CBB9F63E
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
- Extract embedded jpg: `exiftool -b -<PREVIEW_TYPE> -w out.jpg <myImage>`
## Add IPTC
- `exiv2 -M "add Iptc.Application2.Contact jeanggi90@gmail.com" -M "add Iptc.Application2.Copyright Jean-Claude Graf" <img>`
- `exiv2 -M "add Iptc.Application2.Contact mail@jeanclaudegraf.ch" -M "add Iptc.Application2.Copyright Jean-Claude Graf" <img>`
## Make larger edge equals certain size: `convert <inImage> -resize 64x64\> <outImage>`