()
| 734 | } |
| 735 | |
| 736 | func (img *Image) IsLinear() bool { |
| 737 | return C.vips_image_guess_interpretation(img.VipsImage) == C.VIPS_INTERPRETATION_scRGB |
| 738 | } |
| 739 | |
| 740 | func (img *Image) BackupColourProfile() { |
| 741 | var tmp *C.VipsImage |
no outgoing calls
no test coverage detected