Vizualizar imagens de memoria camera digital
Olá! preciso saber como posso fazer um vizualidor em Delphi, de imagens que estão dentro da memória interna de uma camera digital, Canon.
Estou tentando usar o ShelllistView, cnsigo ver as imagens como arquivos, sem vizualizá-las. Com isso estou tentando jogar sempre que achar uma imagem, abrir com TImage. Mas ai ta o problema: como pegar do shelllistview e abrir no TlImage:
for liX3 := 0 to ShellListView1.Items.Count - 1 do
begin
ShellListview1.Folders[liX3].DisplayName;
ShellListview1.Folders[liX3].PathName;
Image1.Picture.Graphic := ShellListview1.Items[liX3].ListView.Brush.Bitmap;
// Image1.Picture.Graphic.LoadFromClipboardFormat(ShellListview1.Brush.Bitmap );
end;
Estou tentando usar o ShelllistView, cnsigo ver as imagens como arquivos, sem vizualizá-las. Com isso estou tentando jogar sempre que achar uma imagem, abrir com TImage. Mas ai ta o problema: como pegar do shelllistview e abrir no TlImage:
for liX3 := 0 to ShellListView1.Items.Count - 1 do
begin
ShellListview1.Folders[liX3].DisplayName;
ShellListview1.Folders[liX3].PathName;
Image1.Picture.Graphic := ShellListview1.Items[liX3].ListView.Brush.Bitmap;
// Image1.Picture.Graphic.LoadFromClipboardFormat(ShellListview1.Brush.Bitmap );
end;
Marciopoffo
Curtidas 0