File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -603,6 +603,13 @@ to do so by estimating the transformations' inverse if they choose to.
603603```
604604:::
605605
606+ ``` {hint}
607+ The exact values in a transformed image depend on the interpolation used when applying any transformation to the image
608+ and on the exact implementation of this transformation.
609+ Exact reproducibility of pixel values in a transformed image is not expected across different implementations
610+ and therefore also out of scope for the specified transformation types in this specification document.
611+ ```
612+
606613#### Matrix transformations
607614(matrix-trafo-md)=
608615
@@ -1322,13 +1329,6 @@ the input and output of the `forward` and `inverse` transformations are understo
13221329```
13231330:::
13241331
1325- ``` {hint}
1326- The exact values in a transformed image depend on the interpolation used when applying any transformation to the image
1327- and on the exact implementation of this transformation.
1328- Exact reproducibility of pixel values in a transformed image is not expected across different implementations
1329- and therefore also out of scope for the specified transformation types in this specification document.
1330- ```
1331-
13321332### "multiscales" metadata
13331333(multiscales-md)=
13341334
You can’t perform that action at this time.
0 commit comments