Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestEncodeAllGo1Dot4 (0.27 sec)

  1. src/image/gif/writer_test.go

    		p0, p1 := uint8(0), g1.Disposal[i]
    		if go1Dot5Fields {
    			p0 = DisposalNone
    		}
    		if p0 != p1 {
    			t.Errorf("frame %d: disposal values differ: %d and %d", i, p0, p1)
    		}
    	}
    }
    
    func TestEncodeAllGo1Dot4(t *testing.T)                 { testEncodeAll(t, false, false) }
    func TestEncodeAllGo1Dot5(t *testing.T)                 { testEncodeAll(t, true, false) }
    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