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
PR #34 did add a pixel getter method to Bmp and RawBmp, but didn't yet implement the e-g ImagePixelGetter trait. The Bmp::pixel method should be moved to a ImagePixelGetter trait impl when a new e-g version with this trait is released.
PR #34 did add a pixel getter method to
BmpandRawBmp, but didn't yet implement the e-gImagePixelGettertrait. TheBmp::pixelmethod should be moved to aImagePixelGettertrait impl when a new e-g version with this trait is released.