BitmapStorage


public final class BitmapStorage

Summary

Public methods

writeToTestStorage

public static final void writeToTestStorage(@NonNull Bitmap receiver, @NonNull String name)

Writes the contents of the Bitmap to a compressed png file on PlatformTestStorage

Parameters
@NonNull String name

a descriptive base name for the resulting file. '.png' will be appended to this name.