diff --git a/CImg.h b/CImg.h index bdc16619..2ffd58d0 100644 --- a/CImg.h +++ b/CImg.h @@ -17319,6 +17319,9 @@ namespace cimg_library { case 'u' : if (reserved_label[(int)'u']!=~0U) _cimg_mp_return(reserved_label[(int)'u']); _cimg_mp_scalar0(mp_rand_double_0_1); + case 'v' : + if (reserved_label[(int)'v']!=~0U) _cimg_mp_return(reserved_label[(int)'v']); + _cimg_mp_scalar0(mp_rand_int_0_1); case 'g' : if (reserved_label[(int)'g']!=~0U) _cimg_mp_return(reserved_label[(int)'g']); _cimg_mp_scalar0(mp_rand_double_gaussian); @@ -28287,7 +28290,8 @@ namespace cimg_library { const int shift = (int)_mp_arg(4), boundary_conditions = (int)_mp_arg(5); - CImg(ptrd,siz,1,1,1,true) = CImg(ptrs,siz,1,1,1,true).shift(shift,0,0,0,boundary_conditions); + CImg(ptrd,siz,1,1,1,true) = + CImg(ptrs,siz,1,1,1,true).get_shift(shift,0,0,0,boundary_conditions); return cimg::type::nan(); } diff --git a/html/header.html b/html/header.html index fbed627f..099a8081 100644 --- a/html/header.html +++ b/html/header.html @@ -23,7 +23,7 @@
Logo

- Latest stable version: 3.3.5        Current pre-release: 3.3.6 (2024/04/12) + Latest stable version: 3.3.5        Current pre-release: 3.3.6 (2024/04/30)


diff --git a/html/header_doxygen.html b/html/header_doxygen.html index b7750885..4ad9d8bb 100644 --- a/html/header_doxygen.html +++ b/html/header_doxygen.html @@ -26,7 +26,7 @@
Logo

- Latest stable version: 3.3.5        Current pre-release: 3.3.6 (2024/04/12) + Latest stable version: 3.3.5        Current pre-release: 3.3.6 (2024/04/30)