Lines Matching refs:image

125 backgroundColor | #FFFFFF | RGB code of the color for the background of the exported image
145 fileListener | false | If true it observes the drag and drop feature and loads the dropped image fi…
202 Let's add more formats and organize image and data formats into separate
213 "label": "Download as image",
225 * Download as image
320 quality |1 | 0-1 | A quality of the resulting JPG image
321 multiplier | 1 | number | Set this to non-1 number to resize the resulting image by
327 quality | 1 | 0-1 | A quality of the resulting JPG image
328 multiplier | 1 | number | Set this to non-1 number to resize the resulting image by
334 multiplier | 2 | number | Set this to non-1 number to resize the resulting image by
341 lossless | false | true/false | Enable or disable image optimization when printing
427 an image editor which you can actual draw on and the menu gets replaced by the
452 allowing to export the image into either PNG, JPG, SVG or PDF.
569 var text = new fabric.Text("This is shown on exported image only", {
584 var text = new fabric.Text("This is shown on exported image only", {
624 multiplier | Scale factor for the generated image
648 document. I.e. add additional text and/or modify image size, etc.
653 image.
658 To include exported image, use `image: "reference"`.
661 you want the image to be scaled to fit into.
669 "image": "reference",
670 "fit": [ 523.28, 769.89 ] // fit image to A4
764 this.download( data, "image/jpg", "amCharts.jpg" );
792 toImage | (object) options, (function) callback | Generates an image element which holds the output…
798 generated image along download instructions directly over the chart area.
823 image: "Rightclick -> Save picture as... to save the image."
1034 * Fix: Capture image check, triggers callback only if all images have been loaded
1041 * Fix: Improved tainted image detection
1057 * Added: IE9 download fallback for `text/plain` and `image/*` mime types (CSS has been modified)
1060 * Added: `toImage` usage in `toPRINT` to be able to choose the image type + settings.
1088 * Fix: flagged relative image paths as tainted