Ignore:
Timestamp:
May 5, 2009, 11:42:58 PM (15 years ago)
Author:
plg
Message:

feature 981 added: ability to set the compression level for thumbnail creation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/admin/thumbnail.php

    r3046 r3270  
    119119      return false;
    120120    }
    121     imagejpeg($destImage, $dest_file);
     121    imagejpeg($destImage, $dest_file, $conf['tn_compression_level']);
    122122    // freeing memory ressources
    123123    imagedestroy( $srcImage );
Note: See TracChangeset for help on using the changeset viewer.