Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testEncodeAll (0.17 sec)

  1. src/image/gif/writer_test.go

    		}
    	}
    }
    
    func TestEncodeAllGo1Dot4(t *testing.T)                 { testEncodeAll(t, false, false) }
    func TestEncodeAllGo1Dot5(t *testing.T)                 { testEncodeAll(t, true, false) }
    func TestEncodeAllGo1Dot5GlobalColorModel(t *testing.T) { testEncodeAll(t, true, true) }
    
    func TestEncodeMismatchDelay(t *testing.T) {
    	images := make([]*image.Paletted, 2)
    	for i := range images {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 03 14:56:25 UTC 2024
    - 19K bytes
    - Viewed (0)
Back to top