How to generate 300dpi QR code using PHP QR Code Library ? They have size ranged from 1-40, with maximum size 984px (72dpi). My client wants me to work on a program that can generate printable version, which requires 300dpi and at least 5 inches of each side.
No, they do not specify the DPI. DPI is an interpretation of the picture which can be specified at will. An image has a given amount of pixels and a DPI suggestion, the DPI is not an intrinsic property of the pixel based image. If you want a 5 by 5 inches picture at 300dpi, you simply need to have a 1500 by 1500 pixel image. |
|||
|
|
|
I work for a commercial printer, and I can assure you that there is no benefit to generating a QR code at 300dpi. While 300dpi is the generally-recommended resolution for printing raster graphics, this is because each dot is so tiny when printed that it is almost indistinguishable to the human eye, so (together with anti-aliasing) the tiny dots in a curve will make the curve look smooth. However, since there are no curves in a QR Code, they can simply be scaled up. They look exactly the same at 300dpi as they do at 72dpi. |
|||
2250000 pixels??? Do you think using PHP would be the best option for this ??? – Baba Oct 15 '12 at 11:25