Twinside / Juicy.Pixels

Haskell library to load & save pictures
BSD 3-Clause "New" or "Revised" License
237 stars 57 forks source link

Add Eq instance to `Image` data type #129

Closed mrkkrp closed 6 years ago

mrkkrp commented 8 years ago

This may be useful in testing for example when you compare results of some processing/generation with expected results (maybe loaded from a file). Should be trivial to add, I can open a PR if you're OK with this proposition.

Twinside commented 8 years ago

Eh, why not!

Twinside commented 6 years ago

I think it's merged

mrkkrp commented 6 years ago

Took a while though ;-)