Fee Fladder

Results 95 comments of Fee Fladder

should be solved by #234. actually most of the functionality was already there

however, it would be nice to have the ability to set the vertical height of the grid to be equal to the square? e.g. for 60° this would set gridx...

As in there's none now, or there probably never will be? At its core, this issue was an attempt to harmonize @spoutn1k's efforts at harmonizing data structures between Encoder/Decoder. Then...

Hey, I saw your comment on #243 and had a look around in your code, where I saw you added generics to Image. In my pr #245, I also had...

Hey, thanks for your reply, I'll see if I can make a discussion tomorrow. I think harmonization is a bit different than exif and this PR addresses both and my...

Made [a thingy that works](https://github.com/feefladder/colorsys.rs/tree/parse-alpha), but a test fails, because

Hmmm.... I wanted to use tiffs in `bevy_terrain`, so [modified the image/tiff](https://github.com/feefladder/image-tiff/tree/cog) crate to do async. Some nice discussions on how to merge: - https://users.rust-lang.org/t/what-to-pin-when-implementing-asyncread/63019/7 - https://users.rust-lang.org/t/how-can-i-use-the-code-written-on-read-write-seek-for-asyncread-asyncwrite-asyncseek-streams/85037/11 Basically: Put all...

Actually, I did some work on georaster based on the async stuff... lemme see if I can make that into a PR...b**EDIT**: ah it turns out my files didn't save...

My pr over at image-rs/image-tiff#245 got rejected because it was too big and I didn't create an issue first. Then a proposal I had for more control (image-rs/image-tiff#250) there is...