I'm trying to glue 2 bitmap files and save them to a files:
map1.jpg - https://cloud.mail.ru/public/yDjE/jFfNgNw7s
map2.jpg - https://cloud.mail.ru/public/UpXQ/CxwNAb4Nc
When writing to a file, I get a memory error: hb_xgrab can't allocate memory
How to solve this problem ?
map1.jpg - https://cloud.mail.ru/public/yDjE/jFfNgNw7s
map2.jpg - https://cloud.mail.ru/public/UpXQ/CxwNAb4Nc
hBmp:=FW_StitchImages(path+"\map1.jpg", path+"\map2.jpg", "B")
FW_SaveImage(hBmp, path+"\map.jpg")How to solve this problem ?