mirror of
https://github.com/imgproxy/imgproxy.git
synced 2024-11-24 08:12:38 +02:00
typo
This commit is contained in:
parent
a08a5d41d9
commit
75aae2f569
2
vips.go
2
vips.go
@ -545,7 +545,7 @@ func (img *vipsImage) RgbColourspace() error {
|
||||
return img.Colorspace(C.VIPS_INTERPRETATION_sRGB)
|
||||
}
|
||||
|
||||
func (img *vipsImage) Colourspace(colorspace C.VipsInterpretation) error {
|
||||
func (img *vipsImage) Colorspace(colorspace C.VipsInterpretation) error {
|
||||
if C.vips_image_guess_interpretation(img.VipsImage) != colorspace {
|
||||
var tmp *C.VipsImage
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user