35 $name = get_class($this);
37 if (strpos(
$name,
"il") === 0) {
41 if (strpos(
$name,
"Renderer") === (strlen(
$name) - 8)) {
55 return !is_file(
"./Services/Preview/classes/class." . get_class($this) .
".php");
93 if (is_array($images) && count($images) > 0) {
95 foreach ($images as $idx => $image) {
98 $image->getImagePath(),
103 if ($image->isTemporary()) {
129 $resizeArg = $imgSize .
"x" . $imgSize . (
ilUtil::isWindows() ?
"^" :
"\\") .
">";
133 "%s -background white -flatten -resize %s -quality %d -sharpen 0x0.5 %s",
142 return is_file($dest_img_path);
supports(\ilPreview $preview)
Determines whether the specified preview object is supported by the renderer.
getMaximumNumberOfPreviews()
Gets the maximum number of preview pictures per object.
static getImageQuality()
Gets the quality (compression) of the preview images (1-100).
getName()
Gets the name of the renderer.
renderImages(\ilObject $obj)
Renders the specified object into images.
const RENDER_STATUS_FAILED
isPlugin()
Determines whether the renderer is a plugin or a built in one.
getObjType()
Gets the type of the object the preview is for.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static escapeShellArg(string $a_arg)
const RENDER_STATUS_PENDING
getFilePathFormat()
Gets the absolute file path for preview images that contains a placeholder in the file name ('%02d') ...
static now()
Return current timestamp in Y-m-d H:i:s format.
render(\ilPreview $preview, \ilObject $obj, bool $async)
Creates the preview of the specified preview object.
setRenderStatus(string $a_status)
Sets the status of the rendering process.
createPreviewImage(string $src_img_path, string $dest_img_path)
Creates a preview image path from the specified source image.
static execQuoted(string $cmd, ?string $args=null)
static getMaximumPreviews()
Gets the maximum number of preview pictures per object.
const RENDER_STATUS_CREATED
static getImageSize()
Gets the size of the preview images in pixels.
getSupportedRepositoryTypes()
Gets an array containing the repository types (e.g.
getImageSize()
Gets the size of the preview images in pixels.
setRenderDate(string $a_date)
save()
Saves the preview data to the database.
getImageQuality()
Gets the quality (compression) of the preview images (1-100).