Type returns the current colorspace interpretation of the image.
()
| 718 | |
| 719 | // Type returns the current colorspace interpretation of the image. |
| 720 | func (img *Image) Type() Interpretation { |
| 721 | return Interpretation(img.VipsImage.Type) |
| 722 | } |
| 723 | |
| 724 | // GuessInterpretation returns the guessed colorspace interpretation of the image. |
| 725 | func (img *Image) GuessInterpretation() Interpretation { |