doodle icon indicating copy to clipboard operation
doodle copied to clipboard

Add tests for `BufferedImageWriter`

Open noelwelsh opened this issue 11 months ago • 0 comments

There are several ways this can be tested:

  • convert to BufferedImage and then save should be the same as writing directly to a file
  • convert to BufferedImage, load as bitmap, and then convert to BufferedImage again should create the same image (make sure the Frame margin is 0)
  • using the existing golden testing infrastructure, convert to BufferedImage, save, and check it's the same as a previously created image.

noelwelsh avatar Mar 13 '24 12:03 noelwelsh