Recent

Author Topic: DESIGN TIPS? picture previewer  (Read 433 times)

What I can do

  • Jr. Member
  • **
  • Posts: 87
DESIGN TIPS? picture previewer
« on: September 04, 2024, 02:13:36 pm »
Windows 10@64
Lazarus 3.22
Project: develop a picture previewer

i was needing to be able to click on a folder and display a full grid with a property settings of size and columns of images type.
This is a simple icon or bmp type previewer. At first I tried just simple FileExplorer but all images still very small with a big waste of space square.
Delphi had PictureViewerDialog that was great.
So before I go through research and development. What have you guys used or suggest to look into.
I did a quick search and found several so I don't mind doing research but If I can avoid some know pit falls I would appreciate any input
« Last Edit: September 04, 2024, 02:15:51 pm by What I can do »

domasz

  • Hero Member
  • *****
  • Posts: 528
Re: DESIGN TIPS? picture previewer
« Reply #1 on: September 04, 2024, 09:32:40 pm »
FindFirst + FindNext to list all files
BGRABitmap to rescale them
DrawGrid to display them

 

TinyPortal © 2005-2018