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
According to the docs, promotePixel should not lose any data, but yet
instance ColorConvertible PixelYA8 PixelRGB8 where
{-# INLINE promotePixel #-}
promotePixel (PixelYA8 y _) = PixelRGB8 y y y
Maybe the instance should receive a haddock comment warning about this, or the docs of promotePixel should indicate that alpha channel information can be lost.
The text was updated successfully, but these errors were encountered:
According to the docs,
promotePixel
should not lose any data, but yetMaybe the instance should receive a haddock comment warning about this, or the docs of
promotePixel
should indicate that alpha channel information can be lost.The text was updated successfully, but these errors were encountered: