IMG File Format

From WarzoneWiki

(Redirected from IMG)
Jump to: navigation, search

The .img file format is very easy. It is basically a CSV (comma separated value) file, with the following fields:

 page, start x, start y, width, height, destination offset x, destination offset y

page means which image file we refer to. Each .img file can refer to any number of image files by the same name and a number suffix.

The offset fields allow you to modify the positioning of the image at the destination in the GUI.

The .img file must have the same name as the image files it describes, and these images files must be continuously enumerated (eg intfac.img refers to intfac0.png, intfac1.png, intfac2.png, and so on).