Ignore:
Timestamp:
Jan 17, 2012, 7:09:32 AM (12 years ago)
Author:
rvelices
Message:

feature 2548 multisize - ability to choose displayed size on index page
-added some logs on i.php (configurable) to measure the perf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/derivative_params.inc.php

    r12881 r12908  
    316316  }
    317317
     318  function max_width()
     319  {
     320    return $this->sizing->ideal_size[0];
     321  }
     322
     323  function max_height()
     324  {
     325    return $this->sizing->ideal_size[1];
     326  }
     327 
    318328  function is_identity($in_size)
    319329  {
Note: See TracChangeset for help on using the changeset viewer.