Show
Ignore:
Timestamp:
01/12/12 22:37:28 (4 months ago)
Author:
plg
Message:

feature 2548, multiple size:

* adapt the upload script

* remove the resize settings screen

* add a new screen [Administration > Configuration > Options > Photo Sizes]

with the ability to resize original after upload

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/admin/include/photos_add_direct_process.inc.php

    r11975 r12879  
    203203    $thumbnail['file'] = $image_infos['file']; 
    204204     
    205     $thumbnail['src'] = get_thumbnail_location( 
    206       array( 
    207         'path' => $image_infos['path'], 
    208         'tn_ext' => $image_infos['tn_ext'], 
    209         ) 
    210       ); 
     205    $thumbnail['src'] = DerivativeImage::thumb_url($image_infos); 
    211206 
    212207    // TODO: when implementing this plugin in Piwigo core, we should have