Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 61 of 61 for Vector3 (0.07 sec)

  1. src/image/jpeg/reader.go

    				if d.comp[1].h != h || d.comp[1].v != v {
    					return errUnsupportedSubsamplingRatio
    				}
    			}
    
    		case 4:
    			// For 4-component images (either CMYK or YCbCrK), we only support two
    			// hv vectors: [0x11 0x11 0x11 0x11] and [0x22 0x11 0x11 0x22].
    			// Theoretically, 4-component JPEG images could mix and match hv values
    			// but in practice, those two combinations are the only ones in use,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 12:02:45 UTC 2023
    - 22.5K bytes
    - Viewed (0)
Back to top