# # Part of kde-service-menu-reimage Version 2.5 # Copyright (C) 2018-2019 Giuseppe Benigno # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . # [Desktop Entry] Actions=rotate_90;rotate_180;rotate_270;rotate_custom;auto;_SEPARATOR_;flip;flop;_SEPARATOR_; MimeType=image/png;image/jpeg;image/gif;image/tiff;image/x-icon;image/x-ms-bmp; Name=ReImage rotate service menu ServiceTypes=KonqPopupMenu/Plugin,image/png,image/jpeg,image/gif,image/tiff,image/x-icon,image/x-ms-bmp TryExec=reimage-kdialog Type=Service X-KDE-Submenu=ReImage - Rotate X-KDE-Submenu[it]=ReImage - Rotazione X-KDE-Submenu[es]=ReImage - Rotación X-KDE-Submenu[ca]=ReImage - Rotació ################################################################################ [Desktop Action gif] Exec=reimage-kdialog convert gif %F Icon=image-gif Name=Convert to GIF Name[it]=Converti in GIF Name[es]=Convertir en GIF Name[ca]=Convertir en GIF [Desktop Action jpeg] Exec=reimage-kdialog convert jpg %F Icon=image-jpeg Name=Convert to JPEG Name[it]=Converti in JPEG Name[es]=Convertir en JPEG Name[ca]=Convertir en JPEG [Desktop Action png] Exec=reimage-kdialog convert png %F Icon=image-png Name=Convert to PNG Name[it]=Converti in PNG Name[es]=Convertir en PNG Name[ca]=Convertir en PNG [Desktop Action tiff] Exec=reimage-kdialog convert tif %F Icon=image-tiff Name=Convert to TIFF Name[it]=Converti in TIFF Name[es]=Convertir en TIFF Name[ca]=Convertir en TIFF [Desktop Action webp] Exec=reimage-kdialog convert webp %F Icon=image-webp Name=Convert to WEBP Name[it]=Converti in WEBP Name[es]=Convertir en WEBP Name[ca]=Convertir en WEBP ################################################################################ [Desktop Action pdf] Exec=reimage-kdialog convert pdf %F Icon=application-pdf Name=Convert to PDF Name[it]=Converti in PDF Name[es]=Convertir en PDF Name[ca]=Convertir en PDF [Desktop Action pdfa] Exec=reimage-kdialog convert pdfa %F Icon=application-pdf Name=Convert to PDF/A-1 Name[it]=Converti in PDF/A-1 Name[es]=Convertir en PDF/A-1 Name[ca]=Convertir en PDF/A-1 ################################################################################ [Desktop Action favicons] Exec=reimage-kdialog favicons all %F Icon=image-ico Name=Generate favicons Name[it]=Genera favicons Name[es]=Gerera ficheros favicon Name[ca]=Genera arxius favicon [Desktop Action base64] Exec=for i in %F; do cat "$i" | base64 -w0 > "$i".base64; done Icon=text-plain Name=Convert to Base64 Name[it]=Converti in Base64 Name[es]=Convertir en Base64 Name[ca]=Convertir en Base64 [Desktop Action convert_custom] Exec=reimage-kdialog convert custom %F Icon=image Name=Convert to format ... Name[it]=Formato personalizzato ... Name[es]=Formato personalizado ... Name[ca]=Format personalitzat ... [Desktop Action formats] Exec=reimage-kdialog convert formats Icon=view-list-text Name=Formats list Name[it]=Elenco formati Name[es]=Lista de formatos Name[ca]=Llista de formats ################################################################################ [Desktop Action rotate_90] Exec=reimage-kdialog rotate 90 %F Icon=image-rotate-right-symbolic Name=Rotate 90° Name[it]=Ruota di 90° Name[es]=Rotar 90° Name[ca]=Girar 90° [Desktop Action rotate_180] Exec=reimage-kdialog rotate 180 %F Icon=image-rotate-right-symbolic Name=Rotate 180° Name[it]=Ruota di 180° Name[es]=Rotar 180° Name[ca]=Girar 180° [Desktop Action rotate_270] Exec=reimage-kdialog rotate 270 %F Icon=image-rotate-left-symbolic Name=Rotate (-90°) Name[it]=Ruota di -90° Name[es]=Rotar (-90°) Name[ca]=Girar (-90°) [Desktop Action rotate_custom] Exec=reimage-kdialog rotate custom %F Icon=view-refresh Name=Rotate custom Name[it]=Angolo personalizzato Name[es]=Rotar con ángulo personalizado Name[ca]=Girar amb angle personalitzat [Desktop Action auto] Exec=reimage-kdialog rotate auto %F Icon=view-refresh Name=Auto-rotate with Exif Name[it]=Auto-ruota tramite dati Exif Name[es]=Rotar automáticamente según Exif Name[ca]=Girar automàticament segons Exif ################################################################################ [Desktop Action flip] Exec=reimage-kdialog overturn flip %F Icon=image-flip-vertical-symbolic Name=Overturn vertically Name[it]=Ribalta verticalmente Name[es]=Voltear verticalmente Name[ca]=Voltejar verticalment [Desktop Action flop] Exec=reimage-kdialog overturn flop %F Icon=image-flip-horizontal-symbolic Name=Overturn horizontally Name[it]=Ribalta orizzontalmente Name[es]=Voltear horizontalmente Name[ca]=Voltejar horizontalment