image icon indicating copy to clipboard operation
image copied to clipboard

[mirror] Go supplementary image libraries

Results 7 image issues
Sort by recently updated
recently updated
newest added

Fixes [#23115](https://github.com/golang/go/issues/23115)

cla: yes

The package does not support tiff image resolution. Check the [issue](https://github.com/golang/go/issues/20742).

cla: yes

than fmt.Sprintf("%d" Found via `git grep 'fmt.Sprintf("%d",'` Fixed with gotiti cf https://github.com/catenacyber/gotiti

Fixes https://github.com/golang/go/issues/11413 if tiff file use mode=rgb, and saved with alpha channel, it will error message > tiff: invalid format: wrong number of samples for RGB

Specification: http://www.digicamsoft.com/bmp/bmp.html Fixes golang/go#29711 Fixes golang/go#58005