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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Extract Icon 7
resource manager 1
Bitmap and Icons 2
Accessing Bitmap Bits 2
Specified Cast not Valid: Object to Bitmap 2
Icon vs BitMap 2
Where are the Access object bitmaps stored? 7
Icon Chalange 2

Back
Top