Metadata
- Source
- DECA-50
- Type
- Task
- Priority
- Blocker
- Status
- Closed
- Resolution
- Fixed
- Assignee
- Colin Clark
- Reporter
- Jonathan Hung
- Created
2010-03-30T21:00:40.000-0400 - Updated
2010-07-19T15:49:30.492-0400 - Versions
-
- 0.3
- Fixed Versions
-
- 0.4
- Component
-
- Server
Description
When calling the stitching script, clockwise and counter-clockwise rotations are performed to adjust for Book Liberator orientations.
This causes problems with other images taken from other sources as they will be incorrectly rotated on both the UI and in any generated PDF.
Rotation is now handled by the UI, so there is no need to have rotations inside this script, and therefore should be removed to prevent improper rotations during stitching.
Comments
-
Justin Obara commented
2010-07-19T10:50:35.513-0400 Bug Parade Decapod 0.4
-
Colin Clark commented
2010-07-19T15:35:58.289-0400 We need to invoke stitch with the -Rnn argument to prevent it from doing rotation by default.
-
Colin Clark commented
2010-07-19T15:39:31.352-0400 Fixed in the server at revision d3407db7efea by passing the -Rnn argument to decapod-stitching to prevent automatic rotation, along with accompanying unit tests.
-
Jonathan Hung commented
2010-07-19T15:49:30.489-0400 Confirmed fixed.