How to save a png file with transparency?
问题 I am using Barcode Studio 2011 to paint a QR Code into a Graphics32 - TImage32 Component and I want to save it in png format but with the white colour as transparent this I have specified in the OuterColor of Graphics32. OnFormCreate I have just procedure TForm1.FormCreate(Sender: TObject); begin psBarcodeComponent1.BarCode := 'some text here...'; end; and for the moment I have the painting assigned to a Button Click Event procedure TForm1.Button8Click(Sender: TObject); // Paint the barcode