Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2015-11-24 14:01:24
Size: 556
Editor: JohnWeirich
Comment:
Revision 3 as of 2015-11-24 14:03:36
Size: 691
Editor: JohnWeirich
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
TEMPLATES/ <- Empty (this is where the .RAW files will be placed)
IMAGEFILES/ <- Empty
SUMFILES/ <- Filled (you'll need to copy these files or generate new ones)
MAPFILES/ <- Filled (these .MAP files will be used to generate the images)
 * TEMPLATES/ <- Empty (this is where the .RAW files will be placed)
 * IMAGEFILES/ <- Empty
 * SUMFILES/ <- Filled (you'll need to copy these files or generate new ones)
 * MAPFILES/ <- Filled (these .MAP files will be used to generate the images)
Line 12: Line 12:
MAPLIST.TXT <- Contains a list of all of the .MAP files. (You'll need an "END" and the end of the file, and possibly an extra blank line after "END")  * MAPLIST.TXT <- Contains a list of all of the .MAP files. (Needs an "END" at the end of the file, and possibly an extra blank line after "END")
 * img-list <- Contains a list of all the image names. (Can be built from the .SUM file list. ''No'' need for an "END.")

Imager_MG

  • To make images you'll first need the following directories/files in your working directory:

Directories:

  • TEMPLATES/ <- Empty (this is where the .RAW files will be placed)

  • IMAGEFILES/ <- Empty

  • SUMFILES/ <- Filled (you'll need to copy these files or generate new ones)

  • MAPFILES/ <- Filled (these .MAP files will be used to generate the images)

Files:

  • MAPLIST.TXT <- Contains a list of all of the .MAP files. (Needs an "END" at the end of the file, and possibly an extra blank line after "END")

  • img-list <- Contains a list of all the image names. (Can be built from the .SUM file list. No need for an "END.")

Imager_MG (last edited 2021-10-07 09:59:43 by EricPalmer)