|
@@ -129,6 +129,16 @@ Original image | Saturation = 30
|
|
-----------------------------------|----------------------------------------------|---------------------------------------------
|
|
-----------------------------------|----------------------------------------------|---------------------------------------------
|
|
 |  | 
|
|
 |  | 
|
|
|
|
|
|
|
|
+### Hue adjustment
|
|
|
|
+
|
|
|
|
+```go
|
|
|
|
+dstImage := imaging.AdjustHue(srcImage, 20)
|
|
|
|
+```
|
|
|
|
+
|
|
|
|
+Original image | Hue = 60 | Hue = -60
|
|
|
|
+-----------------------------------|----------------------------------------------|---------------------------------------------
|
|
|
|
+ |  | 
|
|
|
|
+
|
|
## FAQ
|
|
## FAQ
|
|
|
|
|
|
### Incorrect image orientation after processing (e.g. an image appears rotated after resizing)
|
|
### Incorrect image orientation after processing (e.g. an image appears rotated after resizing)
|