you can try to edit line 11923 and 12059thirdmoon wrote: Sun Oct 08, 2023 5:49 am @RESET_9999
Is it possible to get heatmap and gamut from 7-3 in 2160p?
echo final_image_resized = cv2.resize(final_image_rgb, (1955, 1080^), interpolation=cv2.INTER_AREA^) >> "%TEMP%heat_map.py"
and
echo final_image_resized = cv2.resize(cv2.cvtColor(original_img_cv, cv2.COLOR_RGB2BGR^), (1920, 1080^), interpolation=cv2.INTER_AREA^) >> "%TEMP%gamut_map.py"