Open mexicantexan opened 3 months ago
I would recommend starting with:
mod write_bytes
or something like thatWe want to be able to round-trip PSDs such that if we write a PSD, then read it, it equals the exact same in memory Rust PSD that we wrote. So, our test suite should test that.
In short, step 1 here is just getting some tests written for simple cases.
Then from there we can continue to test more and more cases.
Please feel free to continue asking questions.
I'm happy to take this up! Just point me in the right direction.
Originally posted by @chinedufn in https://github.com/chinedufn/psd/issues/51#issuecomment-1850061709