# GetGraphic Method ## Overload List
GetGraphic(Int32, Boolean) Creates a black white PNG of the QR code, using 1-bit grayscale.
GetGraphic(Int32, Byte[], Byte[], Boolean) Creates 2-color PNG of the QR code, using 1-bit indexed color. Accepts 3-byte RGB colors for normal images and 4-byte RGBA-colors for transparent images.
## See Also #### Reference PngByteQRCode Class QRCoder.Core Namespace