Lines Matching defs:image

1064  * Returns the requested EXIF/IPTC tag from the current image
1077 * @param null|string $src the image src, uses global $SRC if not given
1110 * Prints a html description list of the metatags of the current image
1169 * Prints the image with a link to the full sized version
1174 * @param int $maxwidth - maximal width of the image
1175 * @param int $maxheight - maximal height of the image
1177 * @param array $params - additional image attributes
1264 $p['width'] = 2; //no more 1x1 px image because we live in times of ad blockers...
1508 * @param string $image
1513 function tpl_mediaFileDetails($image, $rev)
1520 !file_exists(mediaFN($image)) &&
1521 file_exists(mediaMetaFN($image, '.changes')) &&
1524 if (!$image || (!file_exists(mediaFN($image)) && !$removed) || $DEL) return;
1525 if ($rev && !file_exists(mediaFN($image, $rev))) $rev = false;
1526 $ns = getNS($image);
1532 [, $mime] = mimetype($image);
1533 if ($mime == 'image/jpeg') {
1544 media_tabs_details($image, $opened_tab);
1547 [$ext] = mimetype($image, false);
1554 ml($image, $attributes),
1557 $image
1570 media_tab_view($image, $ns, null, $rev);
1572 media_tab_edit($image, $ns);
1574 media_tab_history($image, $ns);
1616 * @param string $img print image? (|button|badge)
1720 * @param bool $fallback use fallback image if target isn't found or return 'false' if potential
1746 // give result for fallback image
1755 // fetch image data if requested
1836 $return .= '<link rel="icon" href="' . tpl_getMediaFile($look) . '" type="image/svg+xml" />' . NL;
1856 $image = cleanID($INPUT->str('image'));
1857 if (isset($IMG)) $image = $IMG;
1858 if (isset($JUMPTO)) $image = $JUMPTO;
1882 tpl_mediaFileDetails($image, $rev);