Jump to content

Picture in TUniDBGrid bad quality


Bernie07

Recommended Posts

Hello,

 

it seems that pictures which are in a TUniImageList shown in a TUniDBGrid are not the quality as the original. The PNG Image have a size of 16x16.

 

Here is the code in OnFieldImage of TUniDBGrid (ImageMitarbeiter is a TUniImageList)

 

      OutImage := TBitmap.Create;
      OutImage.SetSize(16,16);
      if DataKDMonEinsaetzeAssistent.MemMitarbeiterAktiv.AsBoolean then begin
         ImageMitarbeiter.GetBitmap(CBitmapIndexMitarbeiterAktiv, TBitmap(OutImage));
      end
      else begin
         ImageMitarbeiter.GetBitmap(CBitmapIndexMitarbeiterEhemalig, TBitmap(OutImage));
      end;
 
Is there a way to get the original quality?
The original Image is a png file.
 
Best wishes
Bernhard
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...