Make WordPress Core

Opened 14 years ago

Closed 14 years ago

#21006 closed feature request (duplicate)

Image Rotation Fixer

Reported by: johnbillion Owned by: azaozz
Priority: normal Milestone:
Component: Media Version: 3.4
Severity: normal Keywords:
Cc: Focuses:

Description

This sounds like something that should be in core: http://wordpress.org/extend/plugins/image-rotation-fixer/

Change History (3)

#2 @nacin
14 years ago

  • Milestone Awaiting Review3.5
  • Owner set to azaozz
  • Status newassigned

I agree. Rotating an image based on the EXIF data is very smart, and I was surprised (when I last looked into this) that we didn't already do it.

I think azaozz has recently implemented this on WordPress.com, so he probably has a very good idea for how this can be implemented in core.

#3 @dd32
14 years ago

  • Milestone 3.5
  • Resolutionduplicate
  • Status assignedclosed

Implemented in #7042 and reverted/wontfix. Duplicate of #14459

I think azaozz has recently implemented this on WordPress.com, so he probably has a very good idea for how this can be implemented in core.

The main problem is the insane amounts of memry it takes to rotate the full size image, rotating the resized images should be significantly better.. And then there's the loss of Exif data from the uploader (My memory failed me), all covered in the above ticket

Last edited 14 years ago by dd32 (previous) (diff)
Note: See TracTickets for help on using tickets.