Top "Timage" questions

TImage is a VCL component that allows one to output images.

How do I get the coordinates of the mouse when a control is clicked?

In a TImage's OnClick event, I would like to extract the x,y coordinates of the mouse. I would prefer …

delphi mouse timage
Scale an image nicely in Delphi?

I'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 timage
How to load a transparent Image from ImageList?

I 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 timagelist
JPEG data-stream to TImage

I 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 timage
Zoom image using delphi

I am working with delphi. I have TImage, to which I assign a bitmap. imgmain.Picture.Bitmap := bmpMain; imgmain.Picture.…

delphi timage
How to load an arbitrary image from a BLOB stream into a TImage?

If I understand it correctly, TImage.LoadFromFile determines the type of picture from the file extension. Is there any way …

delphi stream delphi-2007 detect timage
How to display all picture formats in TImage using Delphi

I have written an application that stores photos, keeping the path to the photos in an database. I have encountered …

delphi delphi-xe2 timage
How to insert picture in the Delphi program itself?

I have used a TImage component in my program. At runtime, I add an image to the component by using: …

delphi timage
Animated gif in Delphi XE 3 forms

Possible 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 timage
Load .png to TImage in Embarcadero C++Builder XE5

I 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