How to create a virtual machine from a .img disk image?

I downloaded a disk image used for a wargame hosted by stripe, but I cant figure out how to create a virtual machine from this image. I'm using virtualbox, but I could use another tool if it would be easier


Found the solution, VirtualBox has a tool to create the .vdi from .img:

VBoxManage convertfromraw image.img virtual_disk.vdi

Ive used IMGtoISO and have been pleased with it. Its free and easy to use. Plus the ISO format is more compatible with more applications.