Dan Burzo

Results 131 comments of Dan Burzo

Hi @rumpelrausch, the latest version of the [DIN 6176](https://standards.globalspec.com/std/13216614/DIN%206176) standard from 2018 is called _Colorimetric determination of colour differences of object colours according to the **DIN99o** formula._ I was under...

Thank you for the pointers! For a web library such as Culori, the main reticence to adding color spaces is the increase in bundle size. Although in our case the...

Sorry for the late response. I’ll try to provide the reverse transforms.

Hi @blunteshwar, does this refer to the same conversion discussed in #121?

No worries, I'll be glad to include some tests when I find a window of time! In regards to [your proposal](https://github.com/pahen/madge/pull/220#issuecomment-1408136437) to mirror `.tsconfig` conventions, I think because `--exclude` already...

> I'm not sure how current `--exclude` differs from `tsconfig` If I understand correctly (not a TS user), `.tsconfig`'s `include`, `exclude`, and `files` options control the set of input files....

Hi, thanks for logging the issue. > 1. I could use absolute paths so that my scripts are less fragile. The `-o` / `--output` path can be absolute, but admittedly...

It seems at the moment we check the `src` of images to match a known image file extension, while the example image given above uses an image processing proxy, with...

Hi @WolfgangDpunkt, do you mean feeding the entire list of files to a single `percollate` command using the `--individual` flag? If so, I agree that can be made more resilient...

Thanks @WolfgangDpunkt for the report, the issue should be fixed in version `2.2.1`