┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/servicemenus/imageconverter.desktop
blob: b94a1f3801d82e5276ea3ed09e0b52200e6e7e47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
#
# Servicemenu image converter, by Jens Benecke <[email protected]>.
# Released under the same license as the KDE core distribution (GPL 2.0).
#
[Desktop Entry]
ServiceTypes=image/*
Actions=convToJPEG;convToPNG;convToGIF;convToTIF;
X-KDE-Submenu=Convert To
X-KDE-Submenu[de]=Umwandeln in
X-KDE-Submenu[el]=Μετατροπή σε
X-KDE-Submenu[ja]=変換
X-KDE-Submenu[nds]=Ümwanneln na
X-KDE-Submenu[sv]=Konvertera till
X-KDE-Submenu[x-test]=xxConvert Toxx
X-KDE-Submenu[zh_TW]=轉換到
TryExec=convert

[Desktop Action convToJPEG]
Name=JPEG
Name[x-test]=xxJPEGxx
Icon=image
Exec=convert %f "`echo %f | perl -pe 's/\.[^.]+$//'`.jpg"

[Desktop Action convToPNG]
Name=PNG
Name[x-test]=xxPNGxx
Icon=image
Exec=convert %f "`echo %f | perl -pe 's/\.[^.]+$//'`.png"

[Desktop Action convToTIF]
Name=TIF
Name[x-test]=xxTIFxx
Icon=image
Exec=convert %f "`echo %f | perl -pe 's/\.[^.]+$//'`.tif"

[Desktop Action convToGIF]
Name=GIF
Name[x-test]=xxGIFxx
Icon=image
Exec=convert %f "`echo %f | perl -pe 's/\.[^.]+$//'`.gif"