Versions in this module Expand all Collapse all v1 v1.2.10 Mar 20, 2020 Changes in this version + var ErrBitmapInvalid = errors.New("bitmap invalid") + var ErrPixelDataEmpty = errors.New("the pixel data is empty") + var ErrUnsupportedDataFormat = errors.New("unsupported pixel data format") + func ToBitmap(img image.Image) (*vcl.TBitmap, error) + func ToBitmap2(img image.Image, bmp *vcl.TBitmap) error + func ToGIFImage(img image.Image) (*vcl.TGIFImage, error) + func ToGoImage(obj *vcl.TGraphic) (image.Image, error) + func ToJPEGImage(img image.Image, quality int) (*vcl.TJPEGImage, error) + func ToPngImage(img image.Image) (*vcl.TPngImage, error) Incompatible versions in this module v2.0.10+incompatible Mar 5, 2021