I'm dealing with an issue where a client has recently moved to Tachyon, but now headshots that were centred are postioned off to the side.
Further investigation reveals that smart media cropping tool is applying the smart crop strategy, and the smart cropping library is applying the rule of thirds, shifting the faces to the left or right and causing issues for stakeholders.
|
// apply smart crop if available |
I can find no mechanism to turn the rule of thirds off and have resorted to disabling smart cropping as a feature in the clients codebase to mitigate the issue.
I can reliably recreate the problem and toggle it using https://29a.ch/sandbox/2014/smartcrop/examples/testbed.html by checking and unchecking the rule of thirds box.
I'm dealing with an issue where a client has recently moved to Tachyon, but now headshots that were centred are postioned off to the side.
Further investigation reveals that smart media cropping tool is applying the smart crop strategy, and the smart cropping library is applying the rule of thirds, shifting the faces to the left or right and causing issues for stakeholders.
tachyon/src/lib.ts
Line 255 in 24cbb12
I can find no mechanism to turn the rule of thirds off and have resorted to disabling smart cropping as a feature in the clients codebase to mitigate the issue.
I can reliably recreate the problem and toggle it using https://29a.ch/sandbox/2014/smartcrop/examples/testbed.html by checking and unchecking the rule of thirds box.