mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-06-17 22:37:33 +02:00
Fix transparrency in loaded ICO
This commit is contained in:
@ -208,7 +208,7 @@ func (img *Image) Load(imgdata *imagedata.ImageData, shrink int, scale float64,
|
||||
}
|
||||
|
||||
if imgdata.Type == imagetype.BMP {
|
||||
return img.loadBmp(imgdata.Data)
|
||||
return img.loadBmp(imgdata.Data, true)
|
||||
}
|
||||
|
||||
var tmp *C.VipsImage
|
||||
|
Reference in New Issue
Block a user