pedrovgs / Shot

Screenshot testing library for Android
Apache License 2.0
1.18k stars 115 forks source link

Flush awt images #314

Closed karsie closed 2 years ago

karsie commented 2 years ago

:pushpin: References

:tophat: What is the goal?

To reduce OOM errors

How is it being implemented?

Call flush on every created java.awt.BufferedImage

How can it be tested?

Mostly when there's a lot of differences and/or big screenshots that need a lot of re-combination.

karsie commented 2 years ago

Unfortunately not the complete solution