Amyspark
Amyspark
> but less efficient Hence my request for supporting these correctly; if even under the `kernel::detail` namespace, as is currently done with the batch merging primitives.
I've used them in the RGBA interleaving code [here](https://invent.kde.org/graphics/krita/-/blob/master/libs/pigment/compositeops/KoRgbaInterleavers.h). They're a port of what Clang calculates for `__builtin_shufflevector`. The permutes in particular are used to assemble the high lanes of...
Hey @ashmaroli, I didn't notice until now because I always ran my toolchain without `--incremental`. Now that you've asked, I went back as far as Jekyll 3.0 and tested the...
This needs upstream work: electron/electron#6330
I get this a lot with Pleroma, it seems to delete push subscriptions for some reason. The endpoint `api/v1/push/subscription` returns 404 and Pinafore does not update the subscription accordingly.
Hi again, I don't think this is correct. I've just created a 17-layer TIFF file in Krita (file here: [1879.zip](https://github.com/Exiv2/exiv2/files/7048090/1879.zip)), with a custom Make and Model on each IFD. As...
I've uploaded it in the comment above. Here's the link again: https://github.com/Exiv2/exiv2/files/7048090/1879.zip
> Am I correct in guessing that Trika considers each of those images to be a layer. Is that a feature of PhotoShop? Krita considers each individual IFD as a...
UPD: I worked around it by replacing the parametric curve by a tabulated version, e.g. Example ```cpp auto trc = [ctx, baseProfile]() { auto trc = reinterpret_cast(cmsReadTag(baseProfile, cmsSigRedTRCTag)); std::array test{};...
> I mean, a number across a parametric curve type 4 that results in something not good. Based on my workaround, this issue seems to happen only in conjunction with...