Skip to content

Commit b57ae47

Browse files
committed
Update box_extrapolation call
1 parent e46ac3d commit b57ae47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/items/image.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ function project!(bufimage::Image, P, image::Image{N, T}, bounds::Bounds{N}) whe
8888
a = OffsetArray(parent(itemdata(bufimage)), bounds.rs)
8989
res = warp!(
9090
a,
91-
box_extrapolation(itemdata(image), zero(T)),
91+
box_extrapolation(itemdata(image); fillvalue=zero(T)),
9292
inv(P),
9393
)
9494
return Image(res, bounds)

0 commit comments

Comments
 (0)