source: extensions/pLoader/trunk/src/properties.ini

Last change on this file was 5540, checked in by ronosman, 14 years ago

New properties : default_caption_pattern, default_caption.

File size: 821 bytes
Line 
1thumbnail_size    => 120,
2thumbnail_quality => 90,
3wx_thumbnail_size => 100,
4wx_thumbnail_quality => 90,
5resize_w          => 640,
6resize_h          => 480,
7resize_filter     => 'Lanczos',
8resize_blur       => 0.9,
9resize_quality    => 95,
10resize_interlace  => 'Line',
11auto_rotate       => 1,
12upload_hd         => 'No',
13hd_filter         => 'Lanczos',
14hd_blur           => 0.9,
15hd_quality        => 95,
16hd_w              => 1600,
17hd_h              => 1200,
18hd_interlace      => 'Line',
19remove_uploaded_from_selection => 1,
20create_resized    => 1,
21default_caption_pattern => 'File name',
22default_caption => gettext('Photo '),
23watermark_text => gettext("my watermark"),
24watermark_text_size => 12,
25watermark_position => 'Center',
26watermark_y => 10,
27watermark_x => 10,
28watermark_color => 'White',
Note: See TracBrowser for help on using the repository browser.