Always, no matter the size of the node (an Imageview. Also tried with a Pane).
My main issue is that this alters "the original" (via resizing by 1 pixel?) and also offsets it's center.
I wish I could use Imageview.GetImage but I can't because contrary to Imageview.Snapshot, Imageview.GetImage doesn't capture the output of JavaFx's effects (via setEffect method).
Any suggestion on how to solve this issue ?
My main issue is that this alters "the original" (via resizing by 1 pixel?) and also offsets it's center.
I wish I could use Imageview.GetImage but I can't because contrary to Imageview.Snapshot, Imageview.GetImage doesn't capture the output of JavaFx's effects (via setEffect method).
Any suggestion on how to solve this issue ?