Home
last modified time | relevance | path

Searched refs:transparency (Results 1 – 25 of 35) sorted by last modified time

12

/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.demo.php145 … => 'PNG alpha transparency test, using test image from the <a href="http://www.silisoftware.com/p…
146 …re'].'&w=300&fltr[]=stc|FFFFFF|5|10&f=png'), 'description' => 'Create transparency from source ima…
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt41 * [bugfix: G65] ImageMagick -flatten vs PNG transparency
51 * [bugfix: G113] fix PNGs losing transparency
65 * [bugfix: G65] PNG transparency
615 * Bugfix: source images with transparency lost transparency when
685 * Bugfix: PNG transparency wasn't working with 'far'
962 * Bugfix: transparency now preserved for GIF & PNG input
964 * Bugfix: transparency now supported for GIF output
966 * Bugfix: alpha transparency could be lost in ApplyMask()
H A Dphpthumb.faq.txt105 http://www.koivi.com/ie-png-transparency/
H A Dphpthumb.readme.txt607 Partial transparency for overlays requires PHP v4.3.2+
646 have problems with PNG transparency. See description:
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DImageProcessor.php478 $errpng = 'transparency';
486 // $pngalpha is used as a FLAG of any kind of transparency which COULD be tranferred to an alpha channel
571 $this->mpdf->PDFAXwarnings[] = sprintf('Transparency (alpha channel) not permitted in PDFA or PDFX files - %s - (Image converted to one without transparency.)', $file);
594 throw new \Mpdf\MpdfException(sprintf('PDFA1-b does not permit images with alpha channel transparency (%s).', $file));
605 // Read transparency info
609 $transparency = substr($data, $p + 4, $n);
610 // ord($transparency[$index]) = the alpha value for that index
618 $alpha = ord($transparency[$colorindex]);
627 // Get transparency as array of RGB
734 // No alpha/transparency se
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md406 - border colors set with transparency not working
407 - transparency settings for stroke and fill interfering with one another
431 - improved PNG image handling for some cases of alpha channel transparency
/plugin/combo/ComboStrap/
H A DColorRgb.php261 private $transparency; variable in ComboStrap\\ColorRgb
484 $transparency = false;
494 $transparency = true;
511 if (!$transparency) {
536 if ($this->transparency === null) {
796 [$this->red, $this->green, $this->blue, $this->transparency] = $this->hex2rgb($color);
886 return $this->transparency;
/plugin/farmer/3rdparty/
H A DRingIcon.php120 $transparency = $this->transparentColor($image);
133 $transparency
137 imagecolordeallocate($image, $transparency);
191 $transparency = $this->transparentColor($image);
192 imagefill($image, 0, 0, $transparency);
193 imagecolordeallocate($image, $transparency);
/plugin/ckgedit/ckeditor/skins/moono/
H A Dreadme.md13 "Moono" is a monochromatic skin, which offers a modern look coupled with gradients and transparency.
/plugin/stlviewer/stlviewer/
H A Dthree.min.js2 …hStandardMaterial instead")}}}),Object.defineProperties(ks.prototype,{transparency:{get:function()…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DImageProperties.php43 public $transparency; variable in Google\\Service\\Slides\\ImageProperties
146 public function setTransparency($transparency) argument
148 $this->transparency = $transparency;
155 return $this->transparency;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DEvent.php146 public $transparency; variable in Google\\Service\\Calendar\\Event
663 public function setTransparency($transparency) argument
665 $this->transparency = $transparency;
672 return $this->transparency;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DCreativeAsset.php184 public $transparency; variable in Google\\Service\\Dfareporting\\CreativeAsset
825 public function setTransparency($transparency) argument
827 $this->transparency = $transparency;
834 return $this->transparency;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DImageProperties.php47 public $transparency; variable in Google\\Service\\Docs\\ImageProperties
136 public function setTransparency($transparency) argument
138 $this->transparency = $transparency;
145 return $this->transparency;
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1transparency will be sorted last (they start with #)\n const colors = Object.keys(decoratio…
H A D2.2.js.map1transparency to the samples in the input image.\"\n },\n {\n …
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js10612 intentState.displayReadyCapability.promise.then(function (transparency) {
10619 internalRenderTask.initializeGraphics(transparency);
10782 value: function _startRenderPage(transparency, intent) {
10786 intentState.displayReadyCapability.resolve(transparency);
11491 page._startRenderPage(data.transparency, data.intent);
12059 … var transparency = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false;
12089 transparency: transparency,
14828 _ref$transparency = _ref.transparency,
14829 transparency = _ref$transparency === void 0 ? false : _ref$transparency,
14839 if (transparency) {
H A Dpdf.js.map1transparency","opListTask","streamTextContent","normalizeWhitespace","disableCombineTextItems","TE…
H A Dpdf.worker.js12680 transparency: partialEvaluator.hasBlendModes(_this2.resources),
H A Dpdf.worker.js.map1transparency","resources","annotations","pageOpList","opListPromises","isAnnotationRenderable","ex…
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/ckgdoku/ckeditor/skins/moono/
H A Dreadme.md13 "Moono" is a monochromatic skin, which offers a modern look coupled with gradients and transparency.
/plugin/authgoogle/google/contrib/
H A DGoogle_CalendarService.php1163 public $transparency; variable in Google_Event
1366 public function setTransparency( $transparency) { argument
1367 $this->transparency = $transparency;
1370 return $this->transparency;
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js65455 if (this.image.transparency.grayscale) {
65456 val = this.image.transparency.greyscale;
65458 } else if (this.image.transparency.rgb) {
65459 rgb = this.image.transparency.rgb;
65466 } else if (this.image.transparency.indexed) {
65536 var transparency;
65537 transparency = this.image.transparency.indexed;
65544 alphaChannel[i++] = transparency[pixels[j]];
65625 this.transparency = {};
65656 this.transparency = {};
[all …]

12