Hi Everyone,
I was dealing with the same issue; when I would upload photos from my iPod that I took horizontally it would appear upside down. However, after looking online I came across a website that provided several options in correcting this problem. Below you will find the link.
https://irislines.com/blog-images-upside-down/
Best,
Shaheem
I’m driving mad with some photos uploaded in wordpress taken by my iphone. The orientation on some photos are always wrong. Does anyone has a fix for this? This plugin doesn’t work neither has been updated over the last two years…
thanks!
]]>Doesn’t work for me. Uploaded portrait images still appear landscape.
]]>Lately, I’ve been getting a deprecated notice regarding _rotate_image_resource()
. The advice is to use the WP_Image_Editor
class instead. I don’t think use of the class is entirely necessary but is probably good practice.
Anyhow, to avoid the debug notice you can just replace:
$image = _rotate_image_resource( $image, $orientation );
with:
$rotated = imagerotate( $image, $orientation, 0 );
if ( is_resource( $rotated ) ) {
imagedestroy( $image );
$image = $rotated;
}
Hope that helps.
]]>After installing this plugin I noticed that it strips the image of it’s EXIF data. How can I fix this problem?
]]>When image are rotated by this plugin wordpress does not automatically import title & description from exif data. How to fix this?
]]>Hi guys
I don’t know if you are still supporting this but, although I have it working on a Linux server, it doesn’t seem to work on a windows server. No error messages.
Any help would be appreciated.
I’m importing content using media_sideload_image() (which then goes through media_handle_sideload()) and it looks like the thumbnail image (square version) isn’t being rotated, even though the fullsize version is.
I haven’t dug in to see what filters etc you’re using, but thought I’d let you know regardless.
Doing this on trunk (3.5+)
https://www.ads-software.com/extend/plugins/image-rotation-repair/
]]>Hello,
In image-rotation-repair.php, _rotate_image_resource is obsolete in WP3.5. It is said it should be replaced by WP_Image_Editor::rotate.
Just to keep you informed.
Olivier.
https://www.ads-software.com/extend/plugins/image-rotation-repair/
]]>Hi,
I use WP 3.4.2 and the latest Postie version 1.4.9 however I cannot see anything changed when installing the image rotation repair plugin. The images I send via email from my iPhone to Postie are still with wrong orientation, regardless of whether I send portait or landscape pics.
Any idea where to start looking? How does the repair plugin integrate into Postie plugin?
TIA and best regards,
Berni
https://www.ads-software.com/extend/plugins/image-rotation-repair/
]]>Your Auto Rotation Repair plugin works on wordpress 3.4.2 and contributes a much needed function to the wordpress community. I tested it with my Canon camera by rotating it through a dozen angles. I also tested the four rotations of the new Ipad and they displayed correctly.
The only suggestion I can think of is to have a version that uses ImageMagick. I am using Imagemagick for several photo functions in order to keep the photo EXIF information.
Your plugin does not modify Orientation=1 photos so it covers, at least for my site, perhaps the other twenty percent of the photos that need to be rotated.
So please conside your plugin as active, valuable, and currently used.
Thank you for your excellent plugin.
https://www.ads-software.com/extend/plugins/image-rotation-repair/
]]>I am doing uploads of images via Postie and the images are not rotated. Any image that is take in Portrait gets changed to landscape, so it is sideways.
https://www.ads-software.com/extend/plugins/image-rotation-repair/
]]>