From acdbdd8fbeda7de77da269c86bb211121cdbe127 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Tschumperl=C3=A9?= <david.tschumperle@gmail.com> Date: Mon, 16 Jul 2018 13:54:45 +0200 Subject: [PATCH] . --- CImg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CImg.h b/CImg.h index 00d9dd4..b409bce 100644 --- a/CImg.h +++ b/CImg.h @@ -19271,7 +19271,7 @@ namespace cimg_library_suffixed { _cimg_mp_check_type(arg2,2,1,0); if (arg3==~0U) { // Auto-guess best output vector size p1 = _cimg_mp_size(arg1); - p1 = p1?19*p1 - 1:18; + p1 = p1?22*p1 - 1:18; } else { _cimg_mp_check_constant(arg3,3,3); p1 = (unsigned int)mem[arg3]; -- GitLab