diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-11-11 09:19:42 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-11-11 09:19:42 +0000 |
| commit | 4f90ce5421e1ef2e7f422e7ea85ffc321c22543e (patch) | |
| tree | 649674eab0e0b97ee1256404e41d42168841c992 /admin | |
| parent | 4435442786f81c20df405018c53e46cfd1b89755 (diff) | |
| download | liberty-4f90ce5421e1ef2e7f422e7ea85ffc321c22543e.tar.gz liberty-4f90ce5421e1ef2e7f422e7ea85ffc321c22543e.tar.bz2 liberty-4f90ce5421e1ef2e7f422e7ea85ffc321c22543e.zip | |
fix the new optional liberty pdf thumbnail option and add it to liberty as an option with tonnes of warnings
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/admin_liberty_inc.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/admin/admin_liberty_inc.php b/admin/admin_liberty_inc.php index 2c3b864..30cd712 100644 --- a/admin/admin_liberty_inc.php +++ b/admin/admin_liberty_inc.php @@ -109,6 +109,11 @@ $formCaptcha = array( $gBitSmarty->assign( 'formCaptcha', $formCaptcha ); $formImageFeatures = array( + "liberty_thumbnail_pdf" => array( + 'label' => 'Create PDF Thumbnails', + 'note' => 'Create thumbnails from PDF files. This is a <strong>very resource intensive process</strong>. Even the simplest text files can take up hundreds of MB of memory to convert. Additionally, any PDF files that can not be converted will cause the upload process to be aborted without the uploaded file being stored on the server. This option requires that you have <strong>GhostScript</strong> installed.', + 'page' => '', + ), "liberty_jpeg_originals" => array( 'label' => 'JPEG Originals', 'note' => 'Automatically create JPEG versions of original images named \'original.jpg\' in the attachment directory with other thumbnails.', |
