libqrencode
libqrencode copied to clipboard
Different outputs between transparent-colored SVG and PNG
SVG and PNG images generated by qrencode from the same condition seem to differ to each other, when transparent color was given.
An SVG image contains a filled rectangle as a background, and dot patterns on it. When the foreground color is transparent, the color of the dot patterns is blended with the background color. By contrast, this color blending does not occur in PNG image.