boostorg / gil

Boost.GIL - Generic Image Library | Requires C++14 since Boost 1.80
https://boostorg.github.io/gil
Boost Software License 1.0
178 stars 163 forks source link

unified naming for pixel and channel operations #655

Closed marco-langer closed 2 years ago

marco-langer commented 2 years ago

Description

Closes #368

Renamed gil::pixel_multiply_t to gil::pixel_multiplies_t and gil::pixel_divide_t to gil::pixel_divides_t.

Tasklist