Home
last modified time | relevance | path

Searched refs:image (Results 1 – 25 of 113) sorted by relevance

12345

/webtrees/app/Factories/
H A DImageFactory.php112 $image = $this->imageManager()->read(input: $filesystem->readStream($path));
113 … $image = $this->resizeImage(image: $image, width: $width, height: $height, fit: $fit);
114 …$quality = $this->extractImageQuality(image: $image, default: static::GD_DEFAULT_THUMBNAIL_QUALI…
115 $data = $image->encodeByMediaType(type: $mime_type, quality: $quality)->toString();
147 $image = $this->imageManager()->read(input: $filesystem->readStream($path));
148 …$watermark = $this->createWatermark(width: $image->width(), height: $image->height(), media_file: …
149 $image = $this->addWatermark(image: $image, watermark: $watermark);
151 … $quality = $this->extractImageQuality(image: $image, default: static::GD_DEFAULT_IMAGE_QUALITY);
152 … $data = $image->encodeByMediaType(type: $mime_type, quality: $quality)->toString();
197 $image = $this->imageManager()->read(input: $filesystem->readStream($path));
[all …]
/webtrees/public/css/
H A Dcolors.min.css1image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAMAAADzapwJAAAAYFBMVEX///8ebbHNz…
H A Dxenea.min.css1image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAMAAADzapwJAAAAYFBMVEX///8ebbHNz…
H A Dclouds.min.css1image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAMAAADzapwJAAAAYFBMVEX///8ebbHNz…
H A Dwebtrees.min.css1image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAMAAADzapwJAAAAYFBMVEX///8ebbHNz…
H A Dfab.min.css1image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAMAAADzapwJAAAAYFBMVEX///8ebbHNz…
H A Dminimal.min.css1image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAMAAADzapwJAAAAYFBMVEX///8ebbHNz…
/webtrees/app/Module/
H A DFanChartModule.php288 $image = imagecreate($width, $height);
289 $transparent = imagecolorallocate($image, 0, 0, 0);
290 imagecolortransparent($image, $transparent);
291 imagefilledrectangle($image, 0, 0, $width, $height, $transparent);
295 $text_color = $this->imageColor($image, '000000');
297 'M' => $this->imageColor($image, 'b1cff0'),
298 'F' => $this->imageColor($image, 'e9daf1'),
299 'U' => $this->imageColor($image, 'eeeeee'),
324 $image,
347 $image,
[all …]
/webtrees/public/ckeditor-4.15.1-custom/skins/moono/
H A Ddialog.css5image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient…
H A Ddialog_ie.css5image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient…
H A Ddialog_ie8.css5image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient…
H A Ddialog_iequirks.css5image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient…
H A Ddialog_ie7.css5image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient…
H A Deditor_ie8.css5image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient…
H A Deditor_gecko.css5image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient…
H A Deditor_ie7.css5image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient…
H A Deditor_iequirks.css5image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient…
H A Deditor_ie.css5image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient…
H A Deditor.css5image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient…
/webtrees/public/ckeditor-4.15.1-custom/plugins/image/dialogs/
H A Dimage.js11 D=p("previewLink"),C=p("previewImage");return{title:d.lang.image["image"==k?"title":"titleButton"],…
14 …s.imageEditMode){var a=this.imageEditMode;"image"==k&&"input"==a&&confirm(d.lang.image.button2Img)?
15 …,d.insertElement(this.imageElement)):"image"!=k&&"img"==a&&confirm(d.lang.image.img2Button)?(this.…
18 …alElement=!1);delete this.imageElement},contents:[{id:"info",label:d.lang.image.infoTab,accessKey:…
20 …"),b.removeAttribute("src"))},validate:CKEDITOR.dialog.validate.notEmpty(d.lang.image.urlMissing)},
21 …n:!0,filebrowser:"info:txtUrl"}]}]},{id:"txtAlt",type:"text",label:d.lang.image.alt,accessKey:"T",…
27image.lockRatio+'" class\x3d"cke_btn_locked" id\x3d"'+r+'" role\x3d"checkbox"\x3e\x3cspan class\x3…
28image.border,"default":"",onKeyUp:function(){e(this.getDialog())},onChange:function(){g.call(this,…
29 …requiredContent:"img{margin-left,margin-right}",width:"60px",label:d.lang.image.hSpace,"default":"…
30 "advanced:txtdlgGenStyle")},validate:CKEDITOR.dialog.validate.integer(d.lang.image.validateHSpace),…
[all …]
/webtrees/public/ckeditor-4.15.1-custom/
H A Dcontents.css151 .image-clean
158 .image-clean > figcaption
164 .image-grayscale
170 .image-grayscale img, img.image-grayscale
/webtrees/resources/css/
H A D_chart-interactive.css66 background-image: url(images/compact.png);
117 …background-image: url(images/vline.gif); /* customizable: image color must be the same color than …
121 …background-image: url(images/vline_t.gif); /* customizable: image color must be the same color tha…
125 …background-image: url(images/vline_b.gif); /* customizable: image color must be the same color tha…
/webtrees/public/ckeditor-4.15.1-custom/plugins/templates/templates/
H A Ddefault.js5image:"template1.gif",description:"One main image with a title and text that surround the image.",… property
6 …able\x3e\x3cp\x3eMore text goes here.\x3c/p\x3e'},{title:"Text and Table",image:"template3.gif",de… property
/webtrees/app/Report/
H A DReportParserGenerate.php1717 $image = imagecreatefromstring($media_file->fileContents());
1718 $attributes = [imagesx($image), imagesy($image)];
1730 …$image = $this->report_root->createImageFromObject($media_file, $left, $top, $width, $height, $ali…
1731 $this->wt_report->addElement($image);
1769 $image = imagecreatefromstring($media_file->fileContents());
1770 $attributes = [imagesx($image), imagesy($image)];
1782 …$image = $this->report_root->createImageFromObject($media_file, $left, $top, $width, $height, $ali…
1783 $this->wt_report->addElement($image);
1799 … $image = $this->report_root->createImage($file, $left, $top, $width, $height, $align, $ln);
1800 $this->wt_report->addElement($image);
/webtrees/app/
H A DMediaFile.php191 $image = '<img ' . Html::attributes($image_attributes + [
205 $image = view('icons/mime', ['type' => $this->mimeType()]);
213 return '<a ' . $link_attributes . '>' . $image . '</a>';

12345