I use the BARСODES module to create a QR code in PNG format. Next, I need to convert the PNG file to JPG using the IMAGE module. But the PNG file was created with a transparent background instead of white. And the IMAGE module paints a transparent background with black. As a result, I get a completely filled black square instead of the QR code.
Is it possible to make the “white background” option in the BARСODES module or in the IMAGE module?
right i have looked at aa few options. this is what i have come up:
Simplest option might be to convert it to a pdf
If you need a jpg output file then you could make a call to the excellent ConvertAPI. They have free accounts that will let you do up to 250 conversions a month
I’m sure you could do something with html/css. That would require a little more thought though.