Link to home
Start Free TrialLog in
Avatar of mheacock
mheacock

asked on

Looking for a really good resource creator/editor

The Image Editor that comes with Delphi is junk.  I have a tonne of bitmaps I need to store in a resource file.  All are 24 bit color.  Image Editor only seems to allow 256 color images.

Anyhow, I need to be pointed to a good resource editor.
Avatar of Matvey
Matvey

You have a good resource editor in VC++. You also have the Borland Resource Workshop, but I really can't tell you where you can find it to download. Once I posted it to one guy through my FTP dir - he asked the same question. So if you really want to see it, I can try again (2 MB).

I don't know about 24 bit images though. This one seems to be able to create only 256 color too. Maybe you can try the RCDATA resource type, and post in there the image in binary representation? Don't know about this...
ASKER CERTIFIED SOLUTION
Avatar of Tazi
Tazi

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mheacock

ASKER

Actually, I am using Visual C++'s resource editor.  Can't edit the pics, but then I don't need to.  Just need to store them in a resource file.  I then just compile them into a DLL.  Makes it really easy to retrieve them.  Use the THandle you get from the LoadLibrary call into the LoadFromResourceID function.

I'm giving you points anyhoo to get rid of the question.  Thanks tho.
Tazi, Please email it to me: ronith@cmr.co.il
Thanks,
Ronit