Closed (won't fix)
Project:
IMCE
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
2 Aug 2009 at 15:05 UTC
Updated:
23 Mar 2014 at 19:10 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
ufku commentedClosing 6.x-1.x issues as this branch is no more supported.
Comment #2
NaX commentedI needed rotate functionality, mostly for my Mac users because Mac seems to uses EXIF tags to set orientation and the users dont understand when they upload an image to the website and its not what they see on their computer.
So I hacked together a imce_rotate module. Its originally based on imce_rename and imce_crop.
Hope it helps.
Comment #3
philyHello,
I'm always so amazed to see such an active community for Drupal...
As I am not so good at developping modules, is there any chance to see IMCE Rotate ported to Drupal 7?
Thanks
Comment #4
j.branson commentedI've got a D7 module for IMCE Rotate in a project application review/sandbox phase (it works though!) right now. You can check it out and review it if you want to see it as a full D7 project: https://drupal.org/node/2224147.
The sandbox page is: https://drupal.org/sandbox/jbranson/2224091
NaX, I cite your work on the D6 version above. Thanks!