Hi all,
I'm new to Magento 2. I need to generate all the product images on the fly, taking in account the current logged in customer, so I can apply his/her logo to the original added images (using PHP GD, for instance).
I read in some forums, that it is possible to resize images on the fly, by using Magento\Catalog\Helper\Image class. So I thought it might be possible to get the original product images, plus the current user, and generate my custom image content. Of course, this will be a per-request procedure, because I don't want to change the original images, to avoid all the other users to get unwanted image content.
Is there any way to achieve that?
Please let me know if I did not make myself clear.
Thanks in advance