29.3.1.5 Including referenced graphics without converting
If the graphics in your FrameMaker document were imported by reference, and they are already in a format and of a size appropriate for HTML output, you can have Mif2Go include them as is, without passing them through any conversion process.
To use original referenced graphics, in the Mif2Go Export dialog check Use original graphic names; or, specify the following option in the configuration file:
Also comment out the following setting:
Original graphics in the same folder as output files
If you put the graphics in the same folder as the .htm files (typically the project folder), set StripGraphPath=Yes and comment out GraphPath:
; GraphPath=path/to/graphics/files
To copy graphics to the project folder or to a distribution folder:
; WrapPath = path to dir to contain the distribution
; CopyGraphicsFrom = path to dir containing the graphics files,
CopyGraphicsFrom=../MyGraphics
When you specify a value for CopyGraphicsFrom, any GIF, JPG, and PNG files are copied from the location specified either to the folder designated by WrapPath, or to the project folder if WrapPath is not specified. see §33.5 Placing graphics files for distribution.
Original graphics in a different folder
If you put the graphics somewhere other than the folder with the .htm files, use GraphPath to specify the path to their location, and set StripGraphPath=No:
GraphPath=path/to/graphics/files
See §29.3.1.1 Specifying graphics location for HTML.
> 29 Working with graphics > 29.3 Replacing and relocating graphics files > 29.3.1 Changing graphics files for HTML output > 29.3.1.5 Including referenced graphics without converting
