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");
----- The Visual Code Editor is Kibor. Creating bots without knowledge of programming.
Learning function for recognizing text.
----- |