Sunip Mukherjee
Sunip Mukherjee
GCD periodic timer dispatch functionality implemented.
I don't know why anyone would want to do this, but I _did_ get Yosys and nMigen installed on my ARM Mac. If anyone is interested, I can probably write...
Addresses #2215. Changes: 1. RGB32F and RGBA32F support implemented to facilitate serialization of all variants of DynamicImage to standard formats (PNG for integer pixels, TIFF for float32 pixels). 2. DynamicImage...
On a client-server type application where the server can attach to a multitude of sources of image data, a `DynamicImage` is the ideal structure to encapsulate the image data. However,...
I license past and future contributions under the dual MIT/Apache-2.0 license, allowing licensees to choose either at their option. Here is a summary of changes: - Images may now contain...
I would like to be able to add metadata to the images, e.g. timestamp, what device was used and with what setting to acquire the image, etc. The `image` crate...
I have added a function `write_key_cmt` to allow the addition of comments along with the key.
I license past and future contributions under the dual MIT/Apache-2.0 license, allowing licensees to choose either at their option. f32 encoding/decoding support is added without additional byte alignment requirements. Removed...
Document assertions used by a method in functions to allow for optimization with some amount of safety by adding an `asserts` section to the docstring.
I am on rustc v1.91.0, and encountering ``` --> heapless-0.9.1/src/lib.rs:133:47 | 133 | #![cfg_attr(docsrs, feature(doc_cfg), feature(doc_auto_cfg))] | ^^^^^^^^^^^^ feature has been removed | = note: removed in CURRENT_RUSTC_VERSION; see for...