You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some functions use long image types, e.g. Union{<:AbstractRGB, TransparentRGB, AbstractGray, TransparentGray}. It may help to either find a more general type, or to define a single type that includes all of these.
Some functions use long image types, e.g.
Union{<:AbstractRGB, TransparentRGB, AbstractGray, TransparentGray}. It may help to either find a more general type, or to define a single type that includes all of these.