Lines Matching defs:image

1065  * Returns the requested EXIF/IPTC tag from the current image
1078 * @param null|string $src the image src, uses global $SRC if not given
1111 * Prints a html description list of the metatags of the current image
1170 * Prints the image with a link to the full sized version
1175 * @param int $maxwidth - maximal width of the image
1176 * @param int $maxheight - maximal height of the image
1178 * @param array $params - additional image attributes
1265 $p['width'] = 2; //no more 1x1 px image because we live in times of ad blockers...
1509 * @param string $image
1514 function tpl_mediaFileDetails($image, $rev)
1521 !file_exists(mediaFN($image)) &&
1522 file_exists(mediaMetaFN($image, '.changes')) &&
1525 if (!$image || (!file_exists(mediaFN($image)) && !$removed) || $DEL) return;
1526 if ($rev && !file_exists(mediaFN($image, $rev))) $rev = false;
1527 $ns = getNS($image);
1533 [, $mime] = mimetype($image);
1534 if ($mime == 'image/jpeg') {
1545 media_tabs_details($image, $opened_tab);
1548 [$ext] = mimetype($image, false);
1555 ml($image, $attributes),
1558 $image
1571 media_tab_view($image, $ns, null, $rev);
1573 media_tab_edit($image, $ns);
1575 media_tab_history($image, $ns);
1617 * @param string $img print image? (|button|badge)
1721 * @param bool $fallback use fallback image if target isn't found or return 'false' if potential
1747 // give result for fallback image
1756 // fetch image data if requested
1837 $return .= '<link rel="icon" href="' . tpl_getMediaFile($look) . '" type="image/svg+xml" />' . NL;
1857 $image = cleanID($INPUT->str('image'));
1858 if (isset($IMG)) $image = $IMG;
1859 if (isset($JUMPTO)) $image = $JUMPTO;
1883 tpl_mediaFileDetails($image, $rev);