Closed ByLiangCheng closed 4 months ago
@ByLiangCheng config.cropViewConfig.cropBorderColor is for the border of the cropped image like below, it is not for the cropping box whose border is always white currently.
Will you consider supporting the configuration of a cropping frame that is always white in the future? Because when my background is white, the cropping frame is always white, which makes it invisible.
@ByLiangCheng Yes, I will consider supporting this configuration in the next release.
Thanks, looking forward to the update
I'm also looking forward for this update, I have similar issue with white background...
@ByLiangCheng @mihapp Can you try PR #403 to see if it meets your requirement?
You may need to modify color properties of CropViewConfig.cropAuxiliaryIndicatorConfig
@ByLiangCheng @mihapp Can you try PR #403 to see if it meets your requirement?
You may need to modify color properties of CropViewConfig.cropAuxiliaryIndicatorConfig
Thank you for your support, I successfully solved it with this configuration
@ByLiangCheng I released Mantis 2.22.0 which includes PR #403
I configured the color in config.cropViewConfig.cropBorderColor, but it seems to have no effect after setting it. I wonder if it is supported?
Because my config.cropViewConfig.backgroundColor is set to white, in this case, the crop line and the background color will be the same, making it impossible to see whether it exists, but in fact I need it to be displayed prominently.
I would appreciate any help in resolving this issue.