Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
5answers
3k views

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 smaller than the original. the problem is TImage Stretch property doesn't do a nice job ...
5
votes
1answer
462 views

Delphi 2006: Run-time assignment of PNG to TImage loses alpha transparency

Delphi 2006's TImage doesn't quite support PNGs. In order to have images with alpha transparency on my forms I have to load them at run-time. I can load them at design time but they don't survive, I ...
4
votes
1answer
195 views

DrawFocusRect with given aspect ratio in Delphi

I want to be able to draw a FocusRect on an image, which keeps the aspect ratio of the image. My problem is, that the FocusRect only depends on the y coordinates of the mouse. I just don't know how to ...
4
votes
4answers
729 views

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 to detect the image type automatically from a TBlobStream with a raw image ...
4
votes
3answers
384 views

Timage Transparencies on laptops in Delphi 7

WHAT I AM TRYING TO DO I am trying to draw multiple graphics to a Timage, These graphics that i Draw consist of ordered layers with Foodfills and lines. I use multiple buffers to ensure ordering and ...
4
votes
4answers
2k views

How can I display a transparent PNG on Delphi 2007?

The TImage control doesn't support PNG. Is there some third party component that will? Thanks!
3
votes
1answer
613 views

delphi 7 TImage and TImageList

let i be integer private the code procedure TForm1.Image1Click(Sender: TObject); begin inc(i); ImageList1.GetIcon(i mod 4,Image1.Picture.Icon); end; procedure TForm1.FormCreate(Sender: ...
3
votes
1answer
484 views

How to load a small system icon?

I need to display 16x16 pixel icons for error/warning/information. Unfortunately both LoadIcon(0, IDI_*) and LoadImage(0, OIC_*, IMAGE_ICON, 16, 16, LR_SHARED) always give me the 32x32 version of the ...
3
votes
1answer
440 views

Delphi 6 : How can I display large size high quality Text via the TextOut() method?

I have a TImage component that I print a Text string to using TCanvas.TextOut(). I set the height and width of the TImage to a large size like 50 pixels X (TextWidth) pixels, and set the Canvas font ...
3
votes
3answers
584 views

How to get the current view size for an image in Delphi 2009

I wish to get the current size for an image being displayed with TImage, this object has the Proportional property set to True and is aligned to Client with main form. So, when resizing the form I ...
3
votes
1answer
678 views

Transparency in TImage

When a new TImage is created it is transparent. After drawing objects to this image I would like to clear them. Note that I need to keep the image transparent as the TImage is being used as an overlay ...
3
votes
4answers
2k views

x,y cordinates for Timage in delphi

on click event i would like to extract the x,y cordinates of the mouse, in fact i would like them in relation to the image but in relation to the form or window is just as good.
2
votes
1answer
383 views

Why doesn't this D2006 code to fade a PNG Image work?

This question springs from an earlier one. Most of the code is from suggested answers that probably worked in later versions of Delphi. In D2006 I don't get the full range of opacity, and the ...
2
votes
2answers
254 views

What is the simplest way to add an AlphaBlendValue property to Delphi's TImage

I have a "caution" image on a dialog that is shown if there are questionable parameter values. Users do not always notice it, so I want to fade it in and out cyclically over a second or so (yes, I ...
2
votes
1answer
266 views

Loading large image in parts in Timage component

I have a large images on server. When user request for any one I download them on to the client machine and once it is complete I load it into Timage control. Now what client is requesting that the ...
2
votes
2answers
422 views

Using an ImageMap extracting Images (PNG) and display on TImage

I'm trying to achieve the following: Assume a large png (transparent background 16000 x 70px) which contains 50 different other png files... I need to load that png and extract individual pngs from ...
2
votes
2answers
134 views

programatically testing if there was assigned an image to a TImage on a form

There's a TImage component on a form in my program. In some situation, the program must test: If "there is an image assigned to the picture property of the TImage component" then ............. ...
2
votes
5answers
1k views

How to tile a Image in TImage?

How do I tile a image in a Timage in Delphi? Why I need it: Instead of creating more TImages at runtime,I could create one and store my image there knowing that it will be 'fit' until it reaches ...
1
vote
1answer
206 views

How to zoom images loaded in TImage control in Delphi XE2 Trail version?

I have developed a small utility to load different types of image files in TImage control in Delphi XE2. Now i would like to implement and test ZOOMING fuctionality with built-in controls only (i.e. ...
1
vote
3answers
240 views

Loading images into TImage, via array

I'm very new to delphi, doing a project for my A level. When I run my code the images just don't show, I've looked everywhere and my teacher can't help me. Can anyone tell me what I'm missing? ...
1
vote
1answer
103 views

Delphi dll image stretchdraw errors

I am trying to resize (scale) a bitmap image using a dll function which is below mentioned { to resize the image } function ResizeImg(maxWidth,maxHeight: integer;thumbnail : TBitmap): TBitmap; var ...
1
vote
1answer
589 views

Delphi 6: TImage Width and Height properties report wrong values?

I'm having a fairly strange problem with a TImage component's width and height properties. As a test, I draw a red dot in (what is supposed to be) the center of the TImage component by taking the ...
1
vote
2answers
596 views

Delphi 6 : How to create a Bitmap with TextOut that has an Alpha channel?

I'll describe my overall goal in case the question I asked isn't in the best form to get the answer I'm looking for. I have a sphere of words or "word ball" that spins around the X axis. As words ...
1
vote
3answers
573 views

Problem with TImage and TScrollBox

I am working with delphi. I have one scroll box in which I am putting TImage control. Now I wanted to zoom the image rendered into TImage control. So, I am using stretchDraw method of TCanvas. My code ...
1
vote
1answer
3k views

Zoom image using delphi

I am working with delphi. I have TImage, to which I assign a bitmap. imgmain.Picture.Bitmap := bmpMain; imgmain.Picture.Bitmap.PixelFormat := pf24bit; imgmain is object of TImage and bmpMain is ...
1
vote
2answers
637 views

TImage losing loaded picture

Running Turbo Delphi Pro. I'm using TImage to display a png image. When I restart Delphi and load the dpr file, TImage is still there, but the picture is lost, requiring a reload of the picture ...
1
vote
2answers
1k views

How to draw on the entire area of a resized TImage in Delphi?

I've narrowed a problem I have drawing on TImage.Canvas in Delphi 2009 down to the following reproducible case: Given: a form, a TImage, TLabel and TButton on it. The TImage is anchored to all four ...
1
vote
2answers
1k views

Delphi: creating & displaying TImage on FormCreate

Being quite a newbie, I've just had my first question answered (Delphi: TImage.Create causes Access violation) to immediately bump into a new problem: procedure TSelectorForm.FormCreate(Sender: ...
0
votes
2answers
101 views

Overcome TImage Control limitations

I am using TImage control inside TScrollBox control in Delphi 4. Here i am populating data in TImage control by increasing the height accordingly. My functionality is based on the mousedown event ...
0
votes
2answers
354 views

Controls on top, like TPanel can do?

My program is doing a time consuming task, and I would like to display a TImage in the middle of the application window, but it will not stay on top - my VST is always on top. However, when I use a ...
0
votes
1answer
424 views

Delphi 6 : Alphablending works between sub-image and main Canvas, but not between sub-images

I have a Delphi 6 application where I have an array of TBitmaps each containing an image (sub-image) that was created by making a call to FillRect() with clWhite to flood the TBitmap's Canvas with ...
0
votes
2answers
426 views

how to use Picture.LoadFromFile() in TcustomContol

I created a TSkinPanel derive from TcustomControl it has a FGraphic: TPicture. the FGraphic is drawn on the canvas of the TSkinPanel and works fine if you load and image from the TObject Inspector. ...
0
votes
2answers
408 views

Can a TImage handle a 32bpp JPG Image?

For some reason, when I load a JPG image at design-time, the image shows as a grey scale image with vertical bars reminiscent of TV scan lines. and the image is not sized properly. The image is ...
0
votes
2answers
197 views

Can I retrieve Filename for TPicture directly?

I have a Delphi application which displays an image using a TImage. The location of the image is stored in a database and retrieved on load and set directly using code similar to below: ...
-1
votes
3answers
7k views

How to save jpg image to database and then load it in Delphi using FIBplus and TImage?

How to save jpg image to database and then load it in Delphi using FIBplus and TImage?