trimAlpha

Returns the smallest window containing all pixels that are not fully transparent.

alias trimAlpha = trim!(c => c.a)

Meta