TImage is a VCL component that allows one to output images.
In a TImage's OnClick event, I would like to extract the x,y coordinates of the mouse. I would prefer …
delphi mouse timageI'm using Delphi 2009 and I'd like to scale an image to fit the available space. the image is always displayed …
delphi graphics image-scaling timageI want to load a picture (32 bit-depth, transparent) from a TImageList to an TImage. The standard approach would be ImageList.…
delphi png transparency timage timagelistI have some image-files stored into one file (some kind of archive). That file looks like this: Well, it's separated …
delphi delphi-7 filestream timageI am working with delphi. I have TImage, to which I assign a bitmap. imgmain.Picture.Bitmap := bmpMain; imgmain.Picture.…
delphi timageIf I understand it correctly, TImage.LoadFromFile determines the type of picture from the file extension. Is there any way …
delphi stream delphi-2007 detect timageI have written an application that stores photos, keeping the path to the photos in an database. I have encountered …
delphi delphi-xe2 timageI have used a TImage component in my program. At runtime, I add an image to the component by using: …
delphi timagePossible Duplicate: How to use Animated Gif in a delphi form I recently updated my version of Delphi 7 to Delphi …
delphi animation gif delphi-xe3 timageI need to load a .png image because i need it's transparency. It's not an option to convert it for …
c++ png timage c++builder-xe5