-
-
10 May 2013 08:54:41 UTC
- Distribution: Image-JpegTran-AutoRotate
- Module version: 0.01
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (2)
- Testers (275 / 0 / 0)
- Kwalitee
Bus factor: 1- % Coverage
- License: unrestricted
- Perl: v5.6.0
- Activity
24 month- Tools
- Download (27.08KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Image::ExifTool
- Image::JpegTran
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Image::JpegTran::AutoRotate - Losslessly fix JPEG orientation
SYNOPSIS
use Image::JpegTran::AutoRotate; # auto-exports auto_rotate auto_rotate('file.jpg'); # rotates in-place (via a temporary file) auto_rotate('from.jpg' => 'to.jpg'); # writes to another file
DESCRIPTION
Transforms JPEG files so that orientation becomes 1.
This is the same operation as
exifautotran
, but with no dependencies on command-line programs; instead, we use the excellent Image::JpegTran and Image::ExifTool CPAN modules.SEE ALSO
http://sylvana.net/jpegcrop/exif_orientation.html
AUTHORS
唐鳳 <cpan@audreyt.org>
CC0 1.0 Universal
To the extent possible under law, 唐鳳 has waived all copyright and related or neighboring rights to Image::JpegTran::AutoRotate.
This work is published from Taiwan.
Module Install Instructions
To install Image::JpegTran::AutoRotate, copy and paste the appropriate command in to your terminal.
cpanm Image::JpegTran::AutoRotate
perl -MCPAN -e shell install Image::JpegTran::AutoRotate
For more information on module installation, please visit the detailed CPAN module installation guide.