# Functions
ToBitmap
32bit bmp 返回的Bmp对象用完记得Free掉
32bit bmp Remember to free the returned bmp object.
ToGIFImage
将Go的Image转为LCL的 TGIFImage 返回的gif对象用完记得Free掉
Convert the image of go to TGIFImage of LCL Remember to free the returned GIF object.
ToGoImage
将lcl的Graphic对象转为Go的Image
Convert the graphic object of LCL to the image of go.
ToJPEGImage
将Go的Image转为LCL的 TJPEGImage 返回的jpg对象用完记得Free掉
Convert the image of go to TJPEGImage of LCL Remember to free the returned jpg object.
ToPngImage
将Go的Image转为LCL的 TPngImage 返回的Png对象用完记得Free掉
Convert the image of go to TPngImage of LCL Remember to free the returned png object.