Function libjxl :: jxl :: CopyImageTo
template <class T>
auto CopyImageTo(const Plane<T>& from, Plane<T>* to) -> void
template <class T>
auto CopyImageTo(const jxl::Rect& rect_from, const Plane<T>& from, const jxl::Rect& rect_to, Plane<T>* to) -> void
template <class T>
auto CopyImageTo(const jxl::Rect& rect_from, const Image3<T>& from, const jxl::Rect& rect_to, Image3<T>* to) -> void
template <class T>
auto CopyImageTo(const T& from, T* to) -> void