Mateusz Łoskot
Mateusz Łoskot
I think it should be safe to `... = static_cast(...)` wherever the left-hand side is an explicitly promoted type. @awulkiew What do you think?
@AdityaAnand1 Check https://github.com/pantsel/konga/issues/612#issuecomment-700935880
@codejaeger Good catch, if you're willing to submit PR, it would be helpful.
FYI, I've taken the liberty to drop @sean-parent a message using the e-mail address on top of https://github.com/stlab page.
@sean-parent I think simplest yet reasonable would be to redirect directly to GIL on Boost site at https://boost.org/libs/gil (please, ignore the currently broken redirection to the docs for 1.70): ```...
@stefanseefeld What's your opinion on that?
@stefanseefeld Sure, works for me! @sean-parent Could you please redirect then to the `http://boostorg.github.io/gil`?
Follow-up to https://github.com/boostorg/gil/issues/181#issuecomment-488852319: GIL docs deployment has been fixed. @sean-parent If will be working on the redirect, please point to this URL http://boostorg.github.io/gil
@sean-parent Excuse me bothering you, but is there any news on that redirect?
So, there is 64-bit floating-point type for channel defined using the `scoped_channel_value` _channel adaptor_: https://github.com/boostorg/gil/blob/ffdbf4e249260e43f6438177f1b7ebdee639fa03/include/boost/gil/typedefs.hpp#L128 and this type will be used as `ChannelModel` in `pixel`: https://github.com/boostorg/gil/blob/ffdbf4e249260e43f6438177f1b7ebdee639fa03/include/boost/gil/typedefs.hpp#L33 while Core IO re-defines...