Assembla home | Assembla project page
 

Ticket #67 (closed Enhancement Request: duplicate)

Opened 2 years ago

Last modified 11 months ago

Thumbnail rotation too slow

Reported by: izzy Assigned to:
Priority: High Milestone: Undecided
Component: Playback: Image Version: 1.16
Keywords: Cc:

Description

Thumbnail rotation is far to slow with built-in PHP rotation. One reason is that we first rotate the full sized image, and then do the resize. It would be much faster when first resizing, then rotating the thumbnail (smaller size, faster rotation). Unfortunately, simply switching the commands does not do this since the aspect ratio is destroyed then - there are some code changes required in the image class.

Change History

05/20/07 00:33:37 changed by swiss

  • status changed from new to closed.
  • resolution set to duplicate.

Duplicate of #56

05/23/07 21:12:29 changed by swiss

  • component changed from Auto Update to Playback: Image.

01/07/08 19:10:25 changed by swiss

  • milestone set to Undecided.