Changeset 4872
- Timestamp:
- 08/22/07 16:50:42 (1 year ago)
- Files:
-
- Footagehead/trunk/English.lproj/ReleaseNotes.rtf (modified) (1 diff)
- Footagehead/trunk/FHImage.m (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
Footagehead/trunk/English.lproj/ReleaseNotes.rtf
r4869 r4872 215 215 - Add support for saving all images in the list to a local folder\ 216 216 - Update the status bar after deleting a file to reflect correct count\ 217 - Reverse rotate right/left so they do what they're called\ 217 218 218 219 \f0\b \cf2 \ Footagehead/trunk/FHImage.m
r4735 r4872 285 285 286 286 CGContextTranslateCTM(cgContext, cgPoint.x, cgPoint.y); 287 CGContextRotateCTM(cgContext, angle * M_PI / 180.0f);287 CGContextRotateCTM(cgContext, -angle * M_PI / 180.0f); 288 288 CGContextTranslateCTM(cgContext, -cgPoint.x, -cgPoint.y); 289 289 }
