Icon to Bitmap

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hai Al
I have a all icon used in application compiled as dll.I use resources.Getobjects function to retrieve icons.But i have a problem in assinging these returned objects(icon Object) to Image Objects.So i used Tobitmap function to convert to bitmap and the assigned to image object.Now the icon lost its clarity.How can i assign icons to imageobjects or Bitmapobjects without losing clarity or color informatio
Thank you
 
Sivaraj,

An idea -

Is it possible that you have the imageObject at a size that doesn't match
the original size of the icon? Sounds like MS doing it's "softening" of
resized bitmaps. You get the same effect if you open an icon in Windows
Picture and Fax viewer.

Chris


sivaraj said:
Hai All
I have a all icon used in application compiled as dll.I use
resources.Getobjects function to retrieve icons.But i have a problem in
assinging these returned objects(icon Object) to Image Objects.So i used
Tobitmap function to convert to bitmap and the assigned to image object.Now
the icon lost its clarity.How can i assign icons to imageobjects or
Bitmapobjects without losing clarity or color information
 
Back
Top