File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,13 +34,13 @@ The .KML file will be structured this way:
34
34
- ExifTool: https://exiftool.org/ (rename the executable to * exiftool.exe* )
35
35
- ImageMagick: https://imagemagick.org/script/download.php#windows (Win64 dynamic at 16 bits-per-pixel component)
36
36
37
- ** #Ubuntu (last tested with Ubuntu 20 .04.3 LTS)** <br >
37
+ ** #Ubuntu (last tested with Ubuntu 22 .04.1 LTS)** <br >
38
38
``` bash
39
39
# ExifTool
40
40
sudo apt install libimage-exiftool-perl -y
41
41
42
42
# libheif
43
- sudo add- apt-repository ppa:strukturag/libde265 -y && sudo add-apt-repository ppa:strukturag/libheif -y && sudo apt- get update && sudo apt install libheif-examples -y
43
+ sudo apt-get install libheif-examples
44
44
45
45
# Google Earth
46
46
wget -O ~ /google-earth.deb https://dl.google.com/dl/earth/client/current/google-earth-pro-stable_current_amd64.deb && sudo dpkg -i ~ /google-earth.deb
You can’t perform that action at this time.
0 commit comments