Project

General

Profile

Feature #749

Using ImageMagick To Fix Upside Down Digital Pictures

Added by Daniel Curtis about 8 years ago. Updated about 8 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Workstation
Target version:
Start date:
02/21/2016
Due date:
% Done:

100%

Estimated time:
0.10 h
Spent time:

Description

I recently took some pictures with my phone, and when I went to upload them to a web service they were upside down for some reason. It turns out that the orientation of an image is stored in the exif data of a photo.

  • To start I made a directory for the fixed images:
    mkdir ~/fixed
    
  • To fix this, I stripped the exif data:
    mogrify -strip -path ~/fixed images/*.jpg
    
  • Then flipped the images
    mogrify -flip -flop ~/fixed/*.jpg
    
#1

Updated by Daniel Curtis about 8 years ago

  • Subject changed from Using imageMagick To Fix Upside Down Digital Pictures to Using ImageMagick To Fix Upside Down Digital Pictures
  • Status changed from New to Resolved
  • % Done changed from 0 to 100
#2

Updated by Daniel Curtis about 8 years ago

  • Status changed from Resolved to Closed

Also available in: Atom PDF