Aurelia Molzer
Aurelia Molzer
> NB: stdlib [recommends](https://github.com/rust-lang/rust/blob/1.42.0/src/libstd/sys_common/io.rs#L1) 8k for the size of its own BufWriter. _Originally posted by @nabijaczleweli in https://github.com/image-rs/image-png/pull/190_ The internally used `ChunkWriter` has a similar purpose. Can we reuse the...
Intends to address the issue of effectively serialized decode (#245), where all tasks end up being executed on the main thread instead of being distributed into other workers. We had...
See #190
Hi! First of all, `siderophile` is a great tool. [We've tried it as part of identifying MIRI/fuzz targets](https://github.com/image-rs/image/issues/1357#issuecomment-727120290) and I wanted to inform you on our experiences with the tool...
It's not quite clear how much we want to move _into_ the main library as a feature or if it should live in a separate crate. The split could be...
At least two formats, GeoTIFF and ScanImage, use a similar technique to include additional data in tiff's without affecting the structure of the file for conformant, pure image readers. The...
We should use the test cases pack provided by `libtiff`, the newest version (3.8) can be obtained here: http://simplesystems.org/libtiff/images.html (~5.5 MB unpacked).
Would it be possible to control whether the number is printed in exponent or decimal notation? Or, if more convenient, return the chosen location for the decimal point, if present,...
## Description Whenever I try openening a frame capture `qrenderdoc` crashes with a segfault. It does _not_ happen when capturing the frame or saving the capture to disk, only at...