Kibor Bot Autoclicker » Kibor - Integrated development environment for bots » About Kibor » Version 3.12 Loading using the loadimage of JPG and PNG files

Страниц (1): [1]
 

1. Kibor - 24 Июля, 2018 - 02:47:26 - перейти к сообщению
Implemented uploading of JPG and PNG files with loadimage

To do this, you must specify the file type in the first parameter:
loadimage (JPG, # Image_0 [0] [0], "C:\ris_jpg.jpg");
loadimage (PNG, # Image_0 [0] [0], "C:\ris_png.png");

Example:

CODE:
int Image_0 [500] [500];
loadimage (JPG, # Image_0 [0] [0], "C:\ris_jpg.jpg");

saveimage (# Image_0 [0] [0], "C:\5.bmp");

Powered by ExBB FM 1.0 Final