CODE:
int Image [10][100][100];
string temp_fold=tempfolder();
string name=input("имя картинки");
string ss='unpack("C:\savescreen\"+name+".bmp", temp_fold+"+"+name+".bmp", 1);
loadimage (#Image [1][0][0], temp_fold+"+"+name+".bmp");'
writeclipboard(ss);
int Image [10][100][100];
string temp_fold=tempfolder();
string name=input("имя картинки");
string ss='unpack("C:\savescreen\"+name+".bmp", temp_fold+"+"+name+".bmp", 1);
loadimage (#Image [1][0][0], temp_fold+"+"+name+".bmp");'
writeclipboard(ss);