National Imagery Transmission Format (NITF) Writer: Feature Type Parameters
To access feature type parameters, click the gear icon on a feature type in the workspace. This opens the Feature Type Parameter Editor.
General
All feature types share similar General parameters, which may include Feature Type Name, Reader or Writer information, and Geometry.
In most Writer Feature Type parameter dialogs, you can also control Dynamic Schema Definitions. Some database formats accept Table or Index Qualifier prefixes on the output table feature type.
Raster
Generate World File
World files are used to store georeferencing information for rasters. More specifically, they describe the origin, spacing, and rotation of a raster.
Generate TAB File
Enables or disables the generation of a TAB file along with the output image.

Compression Method
This option sets the compression method:
- None (default)
- JPEG
- JPEG with block map
- JPEG2000
This option sets the JPEG quality when using JPEG compression.
Note: Repeatedly reading and saving files may decrease the quality for this format. In addition, FME Workbench may not know which format data comes from, and whether it used lossy compression. If you know that source data comes from files with lossy compression, you should also set the compression level to 0. Although this compression still does not guarantee the exact copy of the source file, the output will be very close to the original.
JPEG2000 Compress By Percentage
This parameter sets the quality of the compression.
The range of the value is from 0 (best quality, lossless compression) to 99 (worst quality).
The default value is 75.

JPEG2000 Encoding Profile
Particular implementations of JPEG 2000 core coding may be established as profiles. This parameter specifies which encoding profile to use.
NATO and NGA (National Geospatial-Intelligence Agency) have established profiles for certain work flows:
- NPJE (NSIF/BIIF/NITF Preferred JPEG 2000 Encoding), which is optimized for fast image browsing and panning at high resolutions. This is the default.
- EPJE (Exploitation Preferred JPEG Encoding), which is optimized for viewing imagery at low resolution.
Profile 0, 1, and 2 are part of the JPEG 2000 standard:
- profile0 has some restricted features, and is suitable for mobile devices. It has the greatest compatibility.
- profile1 is only slightly limited from JPEG 2000, and suitable for commercial applications.
- profile2 codestreams have no constraints.