Lines Matching refs:image

1063  * Returns the requested EXIF/IPTC tag from the current image
1076 * @param null|string $src the image src, uses global $SRC if not given
1109 * Prints a html description list of the metatags of the current image
1168 * Prints the image with a link to the full sized version
1173 * @param int $maxwidth - maximal width of the image
1174 * @param int $maxheight - maximal height of the image
1176 * @param array $params - additional image attributes
1263 $p['width'] = 2; //no more 1x1 px image because we live in times of ad blockers...
1507 * @param string $image
1512 function tpl_mediaFileDetails($image, $rev)
1519 !file_exists(mediaFN($image)) &&
1520 file_exists(mediaMetaFN($image, '.changes')) &&
1523 if (!$image || (!file_exists(mediaFN($image)) && !$removed) || $DEL) return;
1524 if ($rev && !file_exists(mediaFN($image, $rev))) $rev = false;
1525 $ns = getNS($image);
1531 [, $mime] = mimetype($image);
1532 if ($mime == 'image/jpeg') {
1543 media_tabs_details($image, $opened_tab);
1546 [$ext] = mimetype($image, false);
1553 ml($image, $attributes),
1556 $image
1569 media_tab_view($image, $ns, null, $rev);
1571 media_tab_edit($image, $ns);
1573 media_tab_history($image, $ns);
1615 * @param string $img print image? (|button|badge)
1719 * @param bool $fallback use fallback image if target isn't found or return 'false' if potential
1745 // give result for fallback image
1754 // fetch image data if requested
1835 $return .= '<link rel="icon" href="' . tpl_getMediaFile($look) . '" type="image/svg+xml" />' . NL;
1855 $image = cleanID($INPUT->str('image'));
1856 if (isset($IMG)) $image = $IMG;
1857 if (isset($JUMPTO)) $image = $JUMPTO;
1881 tpl_mediaFileDetails($image, $rev);