Tobias Baldauf

Results 36 issues of Tobias Baldauf

Graphtage currently throws an error when encountering a closing tag such as `` because it fails to match the tag appropriately, preventing it from diffing HTML.

When trying to diff an HTML file, Graphtage throws an error when encountering e.g.: `

bug
enhancement
good first issue

SVG will very likely take a little longer to render than a base64-encoded raster image. And the Gaussian Blur applied to the simple SVG shapes created by Primitive is probably...

good first issue
documentation

Implement the copy-to-clipboard functionality from lqip-cli to copy output to clipboard.

feature request
good first issue

Since basically what AJC is doing is simulating ROI (Region Of Interest) in a file format that does not have this feature (the Quantization Tables are applied to the entire...

After implementing automated black-white threshold detection and automatic tile-size adaption, the perceived runtime performance has dropped. In the course of implementing unit tests, let's also implement function runtime measurements via...

bug
enhancement

To further reduce bytesize, Adept needs a more granular approach to compression. As of now, the only decisive factor if we can apply high compression to a tile is the...

enhancement

From what I have seen apparently most of the work done is based on the characteristics of the Luma (Y) component and only the "global" quality setting is eventually decreased...

Why are tiles square? Apparently their minimum size does not take chroma subsampling in consideration, for instance if I have a small 256 by 128 pixels JPEG with 4:2:0 or...

After merging the saliency mapper and binary search functionality for threshold values, the unit tests suite is currently out of date and thus broken. The old Sobel unit tests have...

bug