image/jpeg.decoder.jfif (field)
4 uses
image/jpeg (current package)
reader.go#L141: jfif bool
reader.go#L497: d.jfif = d.tmp[0] == 'J' && d.tmp[1] == 'F' && d.tmp[2] == 'I' && d.tmp[3] == 'F' && d.tmp[4] == '\x00'
reader.go#L611: if configOnly && d.jfif {
reader.go#L747: if d.jfif {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |