MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / save

Method save

CodenameOne/src/com/codename1/ui/util/ImageIO.java:76–76  ·  view source on GitHub ↗
(InputStream image, OutputStream response, String format, int width, int height, float quality)

Source from the content-addressed store, hash-verified

74 /// - `quality`: @param quality the quality for the resulting image output (applicable mostly for JPEG), a value between 0 and 1 notice that
75 /// this isn't implemented in all platforms.
76 public abstract void save(InputStream image, OutputStream response, String format, int width, int height, float quality) throws IOException;
77
78 /// Saves an image object to the given format
79 ///

Callers 15

capturePhotoMethod · 0.95
runMethod · 0.95
ShareFormMethod · 0.95
createFromImageMethod · 0.95
createFromRGBMethod · 0.95
scaledEncodedMethod · 0.95
saveAndKeepAspectMethod · 0.95
screenshotTestMethod · 0.95
runMethod · 0.95
captureMethod · 0.95
captureCurrentScreenMethod · 0.95
saveScreenshotMethod · 0.95

Calls 13

getImageDataMethod · 0.95
getWidthMethod · 0.95
getHeightMethod · 0.95
createImageMethod · 0.95
getGraphicsMethod · 0.95
drawImageMethod · 0.95
saveImageMethod · 0.95
getInstanceMethod · 0.95
cleanupMethod · 0.95
getImageMethod · 0.65
getWidthMethod · 0.65
getHeightMethod · 0.65

Tested by 8

screenshotTestMethod · 0.76
runMethod · 0.76
captureMethod · 0.76
captureCurrentScreenMethod · 0.76
saveScreenshotMethod · 0.76
captureMethod · 0.76
saveScreenshotMethod · 0.76
saveScreenshotMethod · 0.76