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

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

Feature 1282 added : user defined default property values. The pairs property/value are defined in the properties.ini file.

File size: 820 bytes
Line 
1thumbnail_size    => 120,
2thumbnail_quality => 90,
3wx_thumbnail_size => 100,
4wx_thumbnail_quality => 90,
5resize_w          => 400,
6resize_h          => 300,
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_photo_name => 'File name',
22default_name_prefix => 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.