Jonathan Behrens

Results 621 comments of Jonathan Behrens

Looked into this and it is quite a subtle bug. Both in this library and in the [pnglib.js](https://github.com/infusion/JavaScript-Files) library that created the file. What's going on with the attached file...

On my machine, Chromium and Firefox accept the file while Krita and GIMP don't. In GdkPixbuf (and thus by extension libpng), it seems to depend on which API you use....

Yeah, this is partially a problem with the `GenericImage` trait. Because it only exposes get_pixel / put_pixel rather than any way to directly access entire slices of pixels, most operations...

Closing in favor of #400

I think it might be more than just the channel names. Based on this comment, it seems to be an unimplemented feature: https://github.com/image-rs/image/blob/5f4f5ec295748f2cea0f280cfd553b453cde421f/src/codecs/openexr.rs#L78 Please do open a PR for the...

I think this is because the struct is missing from the re-export at the crate root: https://github.com/image-rs/image-png/blob/28035fd57312c29b38db5988fe84135de2d50e5d/src/lib.rs#L76-L81

The `Info` struct should only hold metadata. We should probably deprecate the `compression` field and do all tracking of compression settings directly on the `Encoder` A followup question is whether...

I think this would be a great addition as a new crate under the `image-rs` org! There's various aspects we'd have to work through before switching `image` over to using...

> About the transferring the repo: I made the mistake of committing large files into it. The .git folder is currently at 35MB... I removed those files since, but the...

Sorry, I've been quite busy. If you transfer the repository to my personal account I can transfer it onto the image-rs org. I generally make PRs using a personal fork...