Ticket #1212 (closed defect: fixed)
Cropping type 'c' doesn't work properly with JPEGs that have an orientation
| Reported by: | tboutell | Owned by: | tboutell |
|---|---|---|---|
| Priority: | major | Milestone: | 1.5.2 |
| Component: | apostrophePlugin | Version: | 1.5 |
| Keywords: | jpeg, orientation, rendering, media | Cc: | ateam@… |
| Symfony version: | 1.4 |
Description
JPEGs that have a rotation hint are supported by Apostrophe in most respects, but rendering strategy 'c' does the wrong thing because it calls getimagesize() rather than aImageConverter::getInfo(). This can result in black borders and possibly outright failure to render if the image has an orientation hint other than landscape.
Change History
Note: See
TracTickets for help on using
tickets.

