Ubuntu 24.04.1 LTS | Lataa ja asenna | Tutustu yhteisöön | Blogi | Yritysten tarjoamat palvelutValmistajien tukemat Ubuntu-tietokoneet: kannettavatietokone.fi uudet ja käytetyt sekä Lenovo-verkkokauppa
--- cut rotate_right.sh ---#!/bin/bash# script to rotate a jpeg image 90 degrees clockwise, # overwriting the old image, losslesslyjpegtran -rotate 90 -copy all -outfile "$1" "$1"--- cut ---
eli voisiko joku viisas kertoa miten tuollainen tehdään?pitäisi saada valokuvat käännettyä 90 astetta oikeaan ja vasempaan ilman että kuvan laatu heikkenee.
exiftranille on oma paketti jpegtran löytyy paketista libjpeg-progs
# Script for Nautilus, place in your Nautilus script folder.# The script performs various lossless (or almost lossless) operations on# JPEG files, using jpegtran. The action to be taken depends on the name of# the script (can be changed via symbolic links).## requires: jpegtran, mktemp, file, grep
Where is my scripts directory?Prior to Nautilus release 1.0.5, the scripts directory was ~/Nautilus/scripts. Since 1.0.5, it is ~.gnome/nautilus-scripts, although there was some confusion about the scripts directory being in ~/.nautilus/scripts.