Aurelia Molzer

Results 87 issues of Aurelia Molzer

When we create a palette for an image from RGBA8 and LA8 we use `alpha > 0` as a hard-coded condition for transparency. There's of course alternatives for this such...

Closes: #639 With the in-place unfilter buffer we forced unfiltering to trail behind the deflate window whereas previously it could copy data that was still used for back-reference and filter...

I wonder if (maybe even as a separate PR, or at least a separate commit) it would help to change how `UnfilteringBuffer` is initialized. In particular, I wonder if things...

Draft to be benchmarked. Ensure that the buffer is fully flushed before checking for an end-of-file marker via the bool-flag in `fdeflate`. We first pass an empty input without setting...

According to https://github.com/image-rs/image-png/discussions/562#discussioncomment-13303307 the encoder lacks behind (Chromium's patch of) libpng in various aspects, that is both file size and runtime performance are behind in many percentiles of real-world use....

information

Draft because the interface is a bit odd. - `read_image_bytes` is enhanced to read additional planes if the buffer is large enough. - `PreferredBufferLayout` is augmented with fields to describe...

This adds two capabilities to the encoder: - `next_directory` to decode a directory without already decoding its contained `image` tags. It only reads a single contiguous range of file data...