Home
last modified time | relevance | path

Searched refs:pixels (Results 26 – 50 of 61) sorted by relevance

123

/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.faq.txt51 required is 5 times the number of pixels in the image.
172 calculate the number of pixels in the image and multiply by 5:
H A Dphpthumb.changelog.txt335 * Changed GD max source pixels to 1/6 (from 1/5) available
374 and can be in pixels or percent of thumbnail dimensions
813 omitted the filter guesses based on brightest pixels
876 histogram in pixels, or if <= 1 then percentage of
888 the margin - can be absolute pixels, or if < 1 is a
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js65498 return function(pixels) {
65505 len = pixels.length;
65507 imgData[p++] = pixels[i++];
65508 imgData[p++] = pixels[i++];
65509 imgData[p++] = pixels[i++];
65539 return function(pixels) {
65608 return fn(pixels);
65759 pixels[c++] = data[pos++];
65816 return fn(pixels);
65849 input = palette || pixels;
[all …]
H A Dpdfmake.min.js.map1pixels","colorByteSize","pixelCount","short","colorType","compressionMethod","filterMethod","inter…
/plugin/mediathumbnails/
H A Ddokuwiki_plugin_page.wiki108 ^ **thumb_max_dimension** | Default dimension to set for a thumbnail (in pixels, enter without unit…
/plugin/photogallery/phpThumb/
H A DphpThumb.config.php.default130 // maximum number of pixels in source image to attempt to process entire image in GD mode.
132 // If this is nonzero then this is the maximum number of pixels the source image can have to be pro…
/plugin/ckgdoku/ckeditor/lang/
H A Den.js.beautified70 …cssLengthTooltip: "Enter a number for a value in pixels or a number with a valid CSS unit (px, %, …
634 widthPx: "pixels",
H A Den.js.unc5pixels or a number with a valid CSS unit (px, %, in, cm, mm, em, ex, pt, or pc).","unavailable":"%…
H A Dfr.js.unc80 …"cssLengthTooltip": "Entrer un nombre pour une valeur en pixels ou un nombre avec une unité de mes…
644 "widthPx": "pixels",
/plugin/revealjs/
H A DREADME.md168 Base size of the slides in pixels - slides will bee zoomed to fit in the available space
/plugin/ckgedit/ckeditor/lang/
H A Den.4.9.js.beautified74 …"cssLengthTooltip": "Enter a number for a value in pixels or a number with a valid CSS unit (px, %…
715 "widthPx": "pixels",
H A Den.js-4.9.merged5pixels or a number with a valid CSS unit (px, %, in, cm, mm, em, ex, pt, or pc).","unavailable":"%…
H A Den.js.unc5pixels or a number with a valid CSS unit (px, %, in, cm, mm, em, ex, pt, or pc).","unavailable":"%…
H A Dfr.js.unc80 …"cssLengthTooltip": "Entrer un nombre pour une valeur en pixels ou un nombre avec une unité de mes…
644 "widthPx": "pixels",
/plugin/ckgedit/lang/
H A Den.4.9.js.beautified74 …"cssLengthTooltip": "Enter a number for a value in pixels or a number with a valid CSS unit (px, %…
715 "widthPx": "pixels",
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js11601 function formatHintText(pixels, unit) argument
11606 return pixels;
11608 return (pixels / mxConstants.PIXELS_PER_MM).toFixed(1);
11610 return (pixels / (mxConstants.PIXELS_PER_MM * 1000)).toFixed(4);
11612 return (pixels / mxConstants.PIXELS_PER_INCH).toFixed(2);
11617 mxGraphView.prototype.formatUnitText = function(pixels) argument
11619 return pixels? formatHintText(pixels, this.unit) : pixels;
H A DFormat.js2392 BaseFormatPanel.prototype.inUnit = function(pixels) argument
2394 return this.editorUi.editor.graph.view.formatUnitText(pixels);
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dstructure.txt109 ['resolution_x']=>integer() // horizontal dimension of video/image in pixels
110 ['resolution_y']=>integer() // vertical dimension of video/image in pixels
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js9pixels=context.getImageData(0,0,canvasEl.width,canvasEl.height),side=Math.round(Math.sqrt(weights.…
11pixels=img.data,destImage=context.getImageData(0,0,w2,h2),destPixels=destImage.data;for(i=0;i<h2;i…
H A Dfabric.js17828 pixels = context.getImageData(0, 0, canvasEl.width, canvasEl.height),
17832 src = pixels.data,
17833 sw = pixels.width,
17834 sh = pixels.height,
19222 pixels = img.data, destImage = context.getImageData(0, 0, w2, h2),
19233 a = pixels[origPix + chnl];
19234 b = pixels[origPix + 4 + chnl];
19235 c = pixels[origPix + w4 + chnl];
19236 d = pixels[origPix + w4 + 4 + chnl];
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/jmol2/jmol/
H A DCHANGES.txt51 # bug fix: transparent pixels in images not respected
292 # bug fix: DRAW point size 6 pixels (an even number) sets it just one pixel off center -- 7 is bett…
486 # bug fix: 2 pixels off in y for labels. Don't know why I thought that was necessary in Text.java::…
2791 # draw diameter 100 circle {_O}[1] mesh nofill # 100 pixels (doesn't scale)
3932 # bug fix: 0-diameter atoms displayed as single pixels when perspectiveDepth = false
/plugin/pdfjs/pdfjs/web/
H A Dviewer.css1418 /* Create a filled circle, with a diameter of 9 pixels, using only CSS: */
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D3.3.js.map1pixels>_x_<height in pixels>_` or `_<width in pixels>_X_<height in pixels>_`. Each of these sizes …

123