I found the sources for Convers Hacker this morning and all day I added some changes to it: Fixes:
Now it will find all the images, not only the ones that use the standard color palette (defined by the Theme).
Extras:
- You can choose to decode the found images using the internal color palette, if it's included in the file and at least one image has a reference to it - Still in development!!! (it will only save and use the color palette of the last image that it finds AND it only works if you load BIN file, not VBF file, as it needs to have correct file offsets)
- You can load an external file that contains a color palette to be used with all the found images.
In order to use it, you have to extract the file in the same folder of IPC Updater - as it needs the same DLL resource files.
The archive is PassWord protected. I'll give the password only to those who contributed to this forum with real data, not only questions
![Rolling Eyes :roll:](./images/smilies/icon_rolleyes.gif)
In the archive is the ConversHacker.exe program, logo.bin - a simple image, logo_with_RGB.bin - same logo but with it's color palette embedded in the file and custom.rgb - the color palate for logo.bin as a separate file - all of this in order to understand how everything works.
Next Steps:
- Add the possibility to convert an image with custom color palette
- Maybe modify "Show image from offset" - Ursadon implemented this in a way that makes you do some math before knowing what offset to write here. It also works only for BIN files, not VBF files.
![Rolling Eyes :roll:](./images/smilies/icon_rolleyes.gif)
If you want I can give you the sources for all of this.