Hey there, I saw a past issue that is related to my struggles with Filepond and cropping:
#1
For small startup projects and simpler use cases, I would like to get open source cropping plugins working with this, and I've attempted to get react-east-crop working so far:
https://github.com/ricardo-ch/react-easy-crop
My primary struggle with the minimal documentation seems to come down to the order of transforms being performed by the Image Transform plugin. I successfully converted the simple things like degrees to radians, but every attempt I've made at more complex matrix math to correct for the transforms order has lead me to a dead end.
I'm wondering if it's feasible to control the transform order when using the Image Edit plugin so we can make this easier on ourselves. Each cropper plugin clearly applies transforms in a specific order, and if we could could control the same aspect as it appears in the preview and the transform, we wouldn't all have to be guessing at matrix math and digging through undocumented code to reverse engineer these plugins to make another.
Thoughts?
Thanks!
Hey there, I saw a past issue that is related to my struggles with Filepond and cropping:
#1
For small startup projects and simpler use cases, I would like to get open source cropping plugins working with this, and I've attempted to get
react-east-cropworking so far:https://github.com/ricardo-ch/react-easy-crop
My primary struggle with the minimal documentation seems to come down to the order of transforms being performed by the Image Transform plugin. I successfully converted the simple things like degrees to radians, but every attempt I've made at more complex matrix math to correct for the transforms order has lead me to a dead end.
I'm wondering if it's feasible to control the transform order when using the Image Edit plugin so we can make this easier on ourselves. Each cropper plugin clearly applies transforms in a specific order, and if we could could control the same aspect as it appears in the preview and the transform, we wouldn't all have to be guessing at matrix math and digging through undocumented code to reverse engineer these plugins to make another.
Thoughts?
Thanks!