I am transitioning from using ERDAS Imagine to FME to generate ECW files
I need to understand the difference between the terminology used by both systems with regards to compression.
FME ECW writer refers to "Compress by Percentage (0-99)" with a default of 75
this means that the output image will be 75% compressed, or one-quarter the size
ERDAS Imagine refers to "Target ECW Compression" with a default of 20
this means that the output image will be compressed by a ratio of 20:1, or one-twentieth the size.
Two questions;
1) Why does FME use a compression percentage and not a compression ratio (the convention established by ERDAS)
2) Why is FME's default compression different to ERDAS's default compression?