The following tutorial describes how, using the console, we can edit the exif photo data.
First, we install the necessary exif-tool packages:
Adminer:
sudo apt install libimage-exiftool-perl
We go to the directory with our photo and to see the current exif data we issue the command in the console:
exiftool image.jpg
image.jpg is replaced by the name of our photo
To change the author of the photo, for example, we issue a command:
exiftool -author="server" image.jpg
If we want to change both the author and the title of the photo, we issue a command:
exiftool -author="server" -title="Linux photo" image.jpg
There are many more options available in the exiftool manual, so be sure to check them out.
The guide below describes how to install KeePass on Ubuntu. Całość wykonamy za pomocą kilku poleceń…
Master PDF Editor is a comprehensive PDF program, which includes many features. Oprócz tworzenia i edycji…
Iotop jest prostym narzędziem dla systemów Uniksowych umożliwiającym monitorowanie użycia dowolnego nośnika pamięci flash/hdd/ssd w…
You can separate two or more commands with semicolons (;), Semicolon (;): służy do oddzielania…
The following guide describes how to install Rocket.Chat on Rocky Linux 8 Całość bardzo prosto zainstalujemy…
The following guide describes the installation of Adobe Acrobat Reader in Ubuntu 22.04. We made in a few minutes…