shouldDiscardImage

Given a tile image, decide whether to discard that image.

Return

True if the image should be discarded; otherwise, false.

Parameters

image

An image to test.

See also