I was looking at the source of `ImageBufImpl::do_wrap` today, and I noticed that `WrapClamp` always clamps the input coordinates using the display window coordinates (`full_x`, `full_y`, `full_width`, `full_height`, etc.).

I always assumed `WrapClamp` would clamp out-of-bounds coordinates to the available image area (i.e. the union of the data and display windows), but is that not the intended behavior?

Thanks,
-Nathan
_______________________________________________
Oiio-dev mailing list
Oiio-dev@lists.openimageio.org
http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org

Reply via email to