Skip to content

EXIF removal processing #71

Answered by saucecontrol
kadickerss asked this question in Q&A
Discussion options

You must be logged in to vote

You can expect deterministic output provided the MagicScaler version, .NET runtime version and architecture, hardware, and ProcessImageSettings are the same. Any change in those variables may result in bitwise differences due to anything from high-level changes in the MagicScaler heuristics between versions all the way down to floating point math at the hardware level (e.g. FMA vs MUL+ADD).

If you need stability across variations of the above, I'd suggest using a structural similarity measurement or some sort of perceptual hash.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@kadickerss
Comment options

Answer selected by saucecontrol
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #70 on May 10, 2021 19:33.