-1
I'd like to open .img files which I suppose to be pictures (there are many .img in a subfolder of this program: lobby.img, avatars.img, cards.img etc).
I wanted to change a background in this software since it really hurts my eyes after several minutes in fron of pc, it's too bright and colorful.
However I don't know how to open those .img files: I've first tried with paint and some others image editors, but after I've googled a little bit I've discovered that .img refers to: "binary files with .img filename extension that store raw disk images of floppy disks, hard drives, or optical discs."
I've tried to open it with 7z but it doens't work either.
Any suggestion? Thanks in advance.
P.S. It's essential to me to use this software, and if I can't manage to change those backgrounds I'll probably have to buy another monitor...
usually .img is associated with disk images, not with pictures, but your filenames do indicate that that may not be accurate in this case, and that your program handles the filetype differently than most programs would when opening an .img. It is also possible that they are just containers, so you could try opening them with a virtual disk mounter like virtualcloneCD or daemon tools. That means though, that most applications that do know .imgs as a disk image type will not recognize the internal structure of these files. if you tell us the name of the software, we may be able to tell you more. – Frank Thomas – 2014-12-03T17:41:27.693
1
Use a hex editor like HxD to open the IMG file and look at the first four to eight bytes and see if matches the file signature for any known image formats. Alternatively, use TrID to identify the files.
– Vinayak – 2014-12-03T22:01:02.117Thanks for your suggestion: I've used TrID to identify it and it happened to be a .CEL file (Autodesk FLIC image file). Any ideas on how can I handle it? – Giorgio – 2014-12-03T23:45:01.073
Was it a 100% match? What percentage of similarity to the Autodesk FLIC format did TrID report? – Vinayak – 2014-12-04T04:43:26.907
Yes it was a 100% match. I've tried to modify the extension of the file to .cel then to open it with GiMP but it failed. – Giorgio – 2014-12-04T10:02:12.103
Update: I've repeated the process to make sure there was a 100% match. And actually there was a 100% match just with 1 file: avatars.img. But other files .img in the same folder couldn't be recognized.
Maybe a clue could be the folder name: gfx; it means nothing to me but maybe it does to you! – Giorgio – 2014-12-04T12:52:48.337
That information doesn't help much. If you could let us know the name of program you're trying to modify, add a few screenshots and also post a few of those IMG files, maybe someone can take a look. – Vinayak – 2014-12-04T13:42:13.697
@Vinayak you can't donwload the software without having an account; however I've downloaded the .img files here if you'd like to have a look! https://drive.google.com/folderview?id=0BxENJdqZ02Q0LUNRZVZGVEpxZXc&usp=sharing
Thanks in advance for your kindness.