Home
last modified time | relevance | path

Searched refs:imageFormat (Results 1 – 9 of 9) sorted by relevance

/plugin/drawio/
H A Dscript.js35 imageFormat = imagePointer.getAttribute('id').split('.');
36 if (imageFormat.length>2) {
39 } else if (imageFormat.length == 1) {
41 imageFormat = "png";
43 imageFormat=imageFormat.pop();
123 if (imageFormat == 'png')
138 else if (imageFormat == 'svg')
236 if (imageFormat === 'png')
243 else if (imageFormat ==='svg')
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DScreenShot.java33 private String imageFormat; field in ScreenShot
45 String imageFormat) throws IOException { in ScreenShot() argument
47 this.image = new MappedImage(image, imageFormat, imageChannel); in ScreenShot()
62 this.imageFormat = imageFormat; in ScreenShot()
151 regions.add(new Region(img, imageFormat, imageChannel, pimg, transparency, x, y, grabRange)); in call()
207 public void dump(File dir, String imageFormat) throws IOException { in dump() argument
211 ImageIO.write(img, imageFormat, new File(dir, "s_"+secNo+"_"+i+"."+imageFormat)); in dump()
H A DCaptureConfig.java57 private String imageFormat = "PNG"; field in CaptureConfig
132 return imageFormat; in getImageFormat()
135 public void setImageFormat(String imageFormat) { in setImageFormat() argument
136 this.imageFormat = imageFormat; in setImageFormat()
289imageFormat=properties.getProperty(IMAGE_FORMAT_PROPERTY, String.valueOf(imageFormat)); in load()
345 properties.setProperty(IMAGE_FORMAT_PROPERTY, String.valueOf(imageFormat)); in store()
H A DCaptureFrame.java241 String imageFormat = idx==-1 ? defaultImageFormat : fileName.substring(idx+1).toUpperCase(); in capture() local
242 ImageIO.write(screenShot, imageFormat, baos); in capture()
H A DMovieEditorDialog.java119 private String imageFormat; field in MovieEditorDialog
324 String imageFormat) { in MovieEditorDialog() argument
333 this.imageFormat = imageFormat; in MovieEditorDialog()
507 …), new ImageImpl(new MappedImage(frameEntries[splashIndex].getImage(), imageFormat, null), true)))… in buildUI()
/plugin/jcapture/
H A Dapplet.php20 $imageFormat = "PNG"; variable
/plugin/jcapture/lib/
H A Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js