How to view .img files?

If you want to open .img files, you can use 7-zip, which is freeware… http://www.7-zip.org/ Once installed, right click on the relevant img file, hover over “7-zip”, then click “Open Archive”. Bear in mind, you need a seperate program, or Windows 7 to burn the image to disc! Hope this helps! Edit: Proof that it works (not … Read more

How to view .img files?

If you want to open .img files, you can use 7-zip, which is freeware… http://www.7-zip.org/ Once installed, right click on the relevant img file, hover over “7-zip”, then click “Open Archive”. Bear in mind, you need a seperate program, or Windows 7 to burn the image to disc! Hope this helps! Edit: Proof that it works (not … Read more

How to Use TextureBrush for painting an Image

how to locally refer to the image (it is set to always copy) You can add the image to a resource file and then reference that Image from there within the code. (See link http://msdn.microsoft.com/en-us/library/7k989cfy%28v=vs.90%29.aspx) How to get the image centered in the square, and how to keep the image stationary when the square moves? This … Read more

How to Use TextureBrush for painting an Image

how to locally refer to the image (it is set to always copy) You can add the image to a resource file and then reference that Image from there within the code. (See link http://msdn.microsoft.com/en-us/library/7k989cfy%28v=vs.90%29.aspx) How to get the image centered in the square, and how to keep the image stationary when the square moves? This … Read more

Transparent background in JPEG image

You can’t make a JPEG image transparent. You should use a format that allows transparency, like GIF or PNG. Paint will open these files, but AFAIK it’ll erase transparency if you edit the file. Use some other application like Paint.NET (it’s free). Edit: since other people have mentioned it: you can convert JPEG images into PNG, in any editor that’s … Read more