By mogop on
Is there a module like this one for Drupal Commerce
http://www.opencart.com/index.php?route=extension/extension/info&extensi...
where your product image is SVG and you can change its color with the attributes?
I needed for sticker decal where there could be a lot of colors for one item (sticker) so the option to add different images for all colors is no good.
Comments
https://www.drupal.org/node
https://www.drupal.org/node/643758You can move the thread by editing the original post and choosing 'Post Installation' as the forum.Thank you.
Contact me to contract me for D7 -> D10/11 migrations.
Here is an interesting post
Here is an interesting post with some results that may help you How can I generate two colour product images dynamically?.
For the image manipulation:
You could try to implement Product Colorizer jQuery Plugin or a similar one in drupal with a custom module. Here is a discussion with some jquery solutions How to change color of an image using jquery.
ImageCache Actions is a good candidate to a solution.
Color module is to be considered, even if normally used on theming. An intro to it Becoming friends with the Drupal Color module.
Commerce Fancy Attributes and maybe Commerce Customizable Products could help customize the product.