These functions are reversed.

When I click rotate clockwise, it does the opposite.
When I click rotate counterclockwise, it does the opposite.

disregaurd if you already know about this.

CommentFileSizeAuthor
#2 rotations.jpg99.35 KBvhmauery

Comments

NaX’s picture

I had a similar problem a while ago. Checkout my closed issue, this might be related.
http://drupal.org/node/37420

vhmauery’s picture

StatusFileSize
new99.35 KB

Just to be sure we are on the same page here, clockwise means

    ----
   /    \
   \    /
    ----
      |
-------------
      |
     / \
    /   \
   /     \

gets turned into

\
 \       |    --
  \      |  /   \
   ------|--     |
  /      |  \   /
 /       |    --
/

and counterclockwise would be the opposite. See the attached image just to be sure. I am almost 100% sure that acidfree is doing this right.

vhmauery’s picture

Status: Active » Closed (fixed)