Closed
Description
The two are very similar multiplication operations, one for channels and one for pixels, but they are named differently, quite confusingly
vs
gil/include/boost/gil/extension/numeric/pixel_numeric_operations.hpp
Lines 79 to 82 in 11c897b
Ideally, if the naming could be unified.
For example:
- Rename
channel_multiplies_t
tochannel_multiply_t
- Alias
channel_multiplies_t
to the latter - Mark the
channel_multiplies_t
as deprecated (compile warning)
UPDATE: See the naming discussion below.
@stefanseefeld thoughts?