diff options
Diffstat (limited to 'src/image/decode_example_test.go')
| -rw-r--r-- | src/image/decode_example_test.go | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/src/image/decode_example_test.go b/src/image/decode_example_test.go index 526c03f3c1..252ac868c0 100644 --- a/src/image/decode_example_test.go +++ b/src/image/decode_example_test.go @@ -70,22 +70,22 @@ func Example() { } // Output: // bin red green blue alpha - // 0x0000-0x0fff: 364 790 7242 0 - // 0x1000-0x1fff: 645 2967 1039 0 - // 0x2000-0x2fff: 1072 2299 979 0 - // 0x3000-0x3fff: 820 2266 980 0 - // 0x4000-0x4fff: 537 1305 541 0 - // 0x5000-0x5fff: 319 962 261 0 - // 0x6000-0x6fff: 322 375 177 0 - // 0x7000-0x7fff: 601 279 214 0 - // 0x8000-0x8fff: 3478 227 273 0 - // 0x9000-0x9fff: 2260 234 329 0 - // 0xa000-0xafff: 921 282 373 0 - // 0xb000-0xbfff: 321 335 397 0 - // 0xc000-0xcfff: 229 388 298 0 - // 0xd000-0xdfff: 260 414 277 0 - // 0xe000-0xefff: 516 428 298 0 - // 0xf000-0xffff: 2785 1899 1772 15450 + // 0x0000-0x0fff: 362 793 7245 0 + // 0x1000-0x1fff: 648 2963 1036 0 + // 0x2000-0x2fff: 1072 2301 977 0 + // 0x3000-0x3fff: 819 2266 982 0 + // 0x4000-0x4fff: 537 1303 541 0 + // 0x5000-0x5fff: 321 964 261 0 + // 0x6000-0x6fff: 321 375 177 0 + // 0x7000-0x7fff: 599 278 213 0 + // 0x8000-0x8fff: 3478 228 275 0 + // 0x9000-0x9fff: 2260 233 328 0 + // 0xa000-0xafff: 921 282 374 0 + // 0xb000-0xbfff: 322 335 395 0 + // 0xc000-0xcfff: 228 388 299 0 + // 0xd000-0xdfff: 261 415 277 0 + // 0xe000-0xefff: 516 423 297 0 + // 0xf000-0xffff: 2785 1903 1773 15450 } const data = ` |
