-
-
Notifications
You must be signed in to change notification settings - Fork 482
Open
Labels
Description
How to do the chroma sampling similar to ImageMagick as mentioned below.
mw := imagick.NewMagickWand()
defer mw.Destroy()
samplingFactor := []float64{2, 1, 1}
mw.SetSamplingFactors(samplingFactor)