remove todo

This commit is contained in:
Ryan Oldenburg 2021-02-26 19:23:19 -06:00
parent 01b353f903
commit 3b109567e9
3 changed files with 0 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 88 KiB

After

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.3 KiB

After

Width:  |  Height:  |  Size: 9.2 KiB

View file

@ -325,8 +325,6 @@ proc blur*(image: Image, radius: float32, outOfBounds = ColorRGBX()) =
let lookup = gaussianLookup(radius)
# TODO support offBounds for images.
proc `*`(sample: ColorRGBX, a: uint32): array[4, uint32] {.inline.} =
[
sample.r * a,