-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
image/png: implement grayscale transparency.
Change-Id: Ib9309ee499fc51be2662d778430ee30089822e57 Reviewed-on: https://go-review.googlesource.com/32143 Reviewed-by: Rob Pike <[email protected]>
- Loading branch information
Showing
7 changed files
with
350 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
#SNG: from ftbbn0g01.png | ||
IHDR { | ||
width: 32; height: 32; bitdepth: 8; | ||
using grayscale; | ||
} | ||
bKGD {gray: 0;} | ||
tRNS { | ||
gray: 0; | ||
} | ||
IMAGE { | ||
pixels hex | ||
0000000000000000000000000000000000000000000000000000000000000000 | ||
0000000000000000000000000000000000000000000000000000000000000000 | ||
0000000000000000000000000000000000000000000000000000000000000000 | ||
0000000000000000000000000000000000000000000000000000000000000000 | ||
00ffffffffffffff000000000000000000000000000000000000000000000000 | ||
00ffffffffffffffff0000000000000000000000000000000000000000000000 | ||
00ffffffffffffffffff00000000000000000000000000000000000000000000 | ||
00ffffff0000ffffffff00000000000000000000000000000000000000000000 | ||
00ffffff000000ffffff00000000000000000000000000000000000000000000 | ||
00ffffff000000ffffff00ffffff000000ffffff000000000000000000000000 | ||
00ffffff00ffffffffff00ffffff000000ffffff000000000000000000000000 | ||
00ffffffffffffffffff00ffffffff0000ffffff000000000000000000000000 | ||
00ffffffffffffffff0000ffffffff0000ffffff000000000000000000000000 | ||
00ffffffffff0000000000ffffffffff00ffffff000000000000000000000000 | ||
00ffffff00000000000000ffffffffff00ffffff0000000000ffffffffff0000 | ||
00ffffff00000000000000ffffffffffffffffff000000ffffffffffffffff00 | ||
00ffffff00000000000000ffffffffffffffffff000000ffffffffffffffff00 | ||
00ffffff00000000000000ffffffffffffffffff0000ffffffffff00ffffff00 | ||
0000000000000000000000ffffff00ffffffffff0000ffffffff000000000000 | ||
0000000000000000000000ffffff00ffffffffff0000ffffff00000000000000 | ||
0000000000000000000000ffffff0000ffffffff0000ffffff0000ffffff0000 | ||
0000000000000000000000ffffff000000ffffff0000ffffff00ffffffffff00 | ||
0000000000000000000000ffffff000000ffffff0000ffffff0000ffffffff00 | ||
00000000000000000000000000000000000000000000ffffff00000000ffff00 | ||
00000000000000000000000000000000000000000000ffffffff0000ffffff00 | ||
00000000000000000000000000000000000000000000ffffffffffffffffff00 | ||
0000000000000000000000000000000000000000000000ffffffffffffffff00 | ||
000000000000000000000000000000000000000000000000ffffffffffff0000 | ||
0000000000000000000000000000000000000000000000000000000000000000 | ||
0000000000000000000000000000000000000000000000000000000000000000 | ||
0000000000000000000000000000000000000000000000000000000000000000 | ||
0000000000000000000000000000000000000000000000000000000000000000 | ||
} |
Oops, something went wrong.