mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 08:55:54 +00:00
fix typo in converter
This commit is contained in:
parent
b1c4b63ace
commit
0be8766fce
|
@ -40,7 +40,7 @@ class SeedDMS_Preview_Previewer extends SeedDMS_Preview_Base {
|
||||||
'text/plain' => "convert -resize %wx '%f' '%o'",
|
'text/plain' => "convert -resize %wx '%f' '%o'",
|
||||||
'application/pdf' => "convert -density 100 -resize %wx '%f[0]' '%o'",
|
'application/pdf' => "convert -density 100 -resize %wx '%f[0]' '%o'",
|
||||||
'application/postscript' => "convert -density 100 -resize %wx '%f[0]' '%o'",
|
'application/postscript' => "convert -density 100 -resize %wx '%f[0]' '%o'",
|
||||||
'application/x-compressed-tar' => "tar tzvf '%f' | convert -density 100 -resize %wx text:-[0] '%o",
|
'application/x-compressed-tar' => "tar tzvf '%f' | convert -density 100 -resize %wx text:-[0] '%o'",
|
||||||
);
|
);
|
||||||
$this->width = intval($width);
|
$this->width = intval($width);
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user