Image numérique
Méthode : Gimp
1
sudo apt install gimp gimp-help-fr
Méthode : Blender
1
sudo snap install blender --classic
Méthode : Inkscape
Télécharger le fichier AppImage depuis le site https://inkscape.org/
Renommer le fichier Inkscape.AppImage
Le rendre exécutable :
1
chmod +x Inkscape.AppImage
Le déplacer dans ~/opt/
1
mv Inkscape.AppImage ~/opt/
Créer le fichier Inkscape.Desktop ci-dessous dans ~/.local/share/applications
1
[Desktop Entry]
2
Name=Inkscape
3
Comment=Create and edit Scalable Vector Graphics images
4
Keywords=image;editor;vector;drawing;
5
Type=Application
6
Categories=Graphics;VectorGraphics;GTK;
7
MimeType=image/svg+xml;image/svg+xml-compressed;application/vnd.corel-draw;application/pdf;application/postscript;image/x-eps;application/illustrator;image/cgm;image/x-wmf;application/x-xccx;application/x-xcgm;application/x-xcdt;application/x-xsk1;application/x-xcmx;image/x-xcdr;application/visio;application/x-visio;application/vnd.visio;application/visio.drawing;application/vsd;application/x-vsd;image/x-vsd;
8
Exec=/home/lachiver/opt/Inkscape.AppImage %F
9
Terminal=false
10
StartupNotify=true
11
Icon=org.inkscape.Inkscape