Re: [blink-dev] Intent to deprecate and remove ImageDecoderInit.premultiplyAlpha.

2022-09-21 Thread Dale Curtis
Thanks everyone! This landed as https://chromiumdash.appspot.com/commit/88891c3ee5cec6754e6fe35337620a23e9791c3a - dale On Wed, Sep 21, 2022 at 8:43 AM Philip Jägenstedt wrote: > LGTM3, to remove in 108 without deprecation period. > > On Wed, Sep 21, 2022 at 5:25 PM Mike Taylor > wrote: > >> L

Re: [blink-dev] Intent to deprecate and remove ImageDecoderInit.premultiplyAlpha.

2022-09-21 Thread Philip Jägenstedt
LGTM3, to remove in 108 without deprecation period. On Wed, Sep 21, 2022 at 5:25 PM Mike Taylor wrote: > LGTM2 > > On 9/21/22 7:44 AM, Yoav Weiss wrote: > > LGTM1 > > It seems unlikely that even the (few) developers who access this data are > somehow relying on it. > > On Tue, Sep 20, 2022 at 8:

Re: [blink-dev] Intent to deprecate and remove ImageDecoderInit.premultiplyAlpha.

2022-09-21 Thread Mike Taylor
LGTM2 On 9/21/22 7:44 AM, Yoav Weiss wrote: LGTM1 It seems unlikely that even the (few) developers who access this data are somehow relying on it. On Tue, Sep 20, 2022 at 8:10 PM Dale Curtis wrote: On Tue, Sep 20, 2022 at 3:36 AM Yoav Weiss wrote: On Fri, Sep 16, 2022

Re: [blink-dev] Intent to deprecate and remove ImageDecoderInit.premultiplyAlpha.

2022-09-21 Thread Yoav Weiss
LGTM1 It seems unlikely that even the (few) developers who access this data are somehow relying on it. On Tue, Sep 20, 2022 at 8:10 PM Dale Curtis wrote: > On Tue, Sep 20, 2022 at 3:36 AM Yoav Weiss wrote: > >> >> >> On Fri, Sep 16, 2022 at 11:19 PM Dale Curtis >> wrote: >> >>> Contact emails

Re: [blink-dev] Intent to deprecate and remove ImageDecoderInit.premultiplyAlpha.

2022-09-20 Thread Dale Curtis
On Tue, Sep 20, 2022 at 3:36 AM Yoav Weiss wrote: > > > On Fri, Sep 16, 2022 at 11:19 PM Dale Curtis > wrote: > >> Contact emailsdalecur...@chromium.org >> >> ExplainerNone >> >> Specificationhttps://github.com/w3c/webcodecs/issues/508 >> >> Summary >> premultiplyAlpha tells ImageDecoder to mult

Re: [blink-dev] Intent to deprecate and remove ImageDecoderInit.premultiplyAlpha.

2022-09-20 Thread Yoav Weiss
On Fri, Sep 16, 2022 at 11:19 PM Dale Curtis wrote: > Contact emailsdalecur...@chromium.org > > ExplainerNone > > Specificationhttps://github.com/w3c/webcodecs/issues/508 > > Summary > premultiplyAlpha tells ImageDecoder to multiply the alpha channel into the > RGB channels of decoded images. It

[blink-dev] Intent to deprecate and remove ImageDecoderInit.premultiplyAlpha.

2022-09-16 Thread Dale Curtis
Contact emailsdalecur...@chromium.org ExplainerNone Specificationhttps://github.com/w3c/webcodecs/issues/508 Summary premultiplyAlpha tells ImageDecoder to multiply the alpha channel into the RGB channels of decoded images. It was added to mirror the capabilities of ImageBitmapOptions, but in re