Hey there!
I am currently in the process of developing a Wordpress website for a client. This site is using the Fancy Product Designer along with WooCommerce to sell custom engraved memory stones. These stones are black, with laser-etched engravings that create stunning grayscale text and imagery.
The client specifically wants all images uploaded to the Designer to be displayed in grayscale. This is to ensure customers do not have unrealistic expectations about receiving a color print, which the client cannot provide.
While the Fancy Product Designer has been helpful in solving many issues, we are facing a challenge due to the fact that individual elements within the designer cannot be accessed through CSS. This is because they are drawn on an HTML5 CANVAS element via the plugin's JQuery. Our initial attempt at applying a grayscale CSS overlay to the entire CANVAS element resulted in obstructing the red error messages built into the Designer.
My belief is that the key to addressing this issue lies in finding a suitable plugin or method capable of automatically converting user uploads to grayscale before integrating them as elements onto the CANVAS.
I would greatly appreciate any assistance you can offer. Thank you!