EnglishFrenchSpanish

Ad


OnWorks favicon

exiftran - Online in the Cloud

Run exiftran in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command exiftran that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


exiftran - transform digital camera jpeg images

SYNOPSIS


exiftran [options] file1 file2 ... fileN

exiftran -i [transform options] [others options] file1 file2 ... fileN

exiftran -o outputfile [transform options] [other options] inputfile

exiftran -d file1 file2 ... fileN > exifinfo

DESCRIPTION


Exiftran is a command line utility to transform digital camera jpeg images. It can do
lossless rotations like jpegtran(1), but unlike jpegtran(1) it cares about the EXIF data:
It can rotate images automatically by checking the exif orientation tag; it updates the
exif informations if needed (image dimension, orientation); it also rotates the exif
thumbnail. It can process multiple images at once.

TRANSFORM OPTIONS


-a Automatic (using exif orientation tag).

-9 Rotate by 90 degrees clockwise.

-1 Rotate by 180 degrees clockwise.

-2 Rotate by 270 degrees clockwise.

-f Mirror image vertically (top / bottom).

-F Mirror image horizontally (left to right).

-t Transpose (across UL-to-LR corner).

-T Transverse (across UR-to-LL corner).

-nt Don't transform exif thumbnail.

-ni Don't transform jpeg image. You might need this or the -nt option to fixup things
in case you transformed the image with some utility which ignores the exif
thumbnail. Just generating a new thumbnail with -g is another way to fix it.

-no Don't update the orientation tag. By default exiftran sets the orientation to "1"
(no transformation needed) to avoid other exif-aware applications try to rotate the
already-rotated image again.

-np Don't pare lost edges. By default exiftran don't preserve image size of the images
that do not meet a multiple of 8 pixels. He prefers to cut a strip of a few pixels
rather than offering a damaged image. Use this option if you want them all the
same.

OTHER OPTIONS


-h Print a short help text.

-d Dump exif data for the file(s).

-c text
Set jpeg comment tag to text.

-g (re)generate exif thumbnail.

-o file
Specify output file. Only one input file is allowed in this mode.

-i Enable in-place editing of the images. Exiftran allows multiple input files then.
You must specify either this option or a output file with -o for all operations
which modify the image (i.e. everything but -d right now).

-b Create a backup file when doing in-place editing (imply -i).

-p Preserve timestamps (atime + mtime) when doing in-place editing (imply -i).

EXAMPLES


Autorotate all jpeg files in the current directory:

exiftran -ai *.jpeg

Use exiftran online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    VASSAL Engine
    VASSAL Engine
    VASSAL is a game engine for creating
    electronic versions of traditional board
    and card games. It provides support for
    game piece rendering and interaction,
    and...
    Download VASSAL Engine
  • 2
    OpenPDF - Fork of iText
    OpenPDF - Fork of iText
    OpenPDF is a Java library for creating
    and editing PDF files with a LGPL and
    MPL open source license. OpenPDF is the
    LGPL/MPL open source successor of iText,
    a...
    Download OpenPDF - Fork of iText
  • 3
    SAGA GIS
    SAGA GIS
    SAGA - System for Automated
    Geoscientific Analyses - is a Geographic
    Information System (GIS) software with
    immense capabilities for geodata
    processing and ana...
    Download SAGA GIS
  • 4
    Toolbox for Java/JTOpen
    Toolbox for Java/JTOpen
    The IBM Toolbox for Java / JTOpen is a
    library of Java classes supporting the
    client/server and internet programming
    models to a system running OS/400,
    i5/OS, o...
    Download Toolbox for Java/JTOpen
  • 5
    D3.js
    D3.js
    D3.js (or D3 for Data-Driven Documents)
    is a JavaScript library that allows you
    to produce dynamic, interactive data
    visualizations in web browsers. With D3
    you...
    Download D3.js
  • 6
    Shadowsocks
    Shadowsocks
    A fast tunnel proxy that helps you
    bypass firewalls This is an application
    that can also be fetched from
    https://sourceforge.net/projects/shadowsocksgui/.
    It ha...
    Download Shadowsocks
  • More »

Linux commands

Ad