CodePudding user response:
1, the Image display images2, read the file name related characters;
3, the Image on the Canvas, outText join characters,
CodePudding user response:
You also need to use Tbmp etc...CodePudding user response:
Filelistbox1. Directory:=your photos Directory
For I:=0 to filelistbox1. Items. Count the do
The begin
Image1 loading picture
FileListBox1. Items. Strings [I]; The file name
According to the file name segment the site
Image1. Canvas. TextOut (0, 0, 'site');
Image1 export images
end;