Skip to content

Commit 17629c7

Browse files
committed
pif: update commit hash in links to gfcwfzkm/PIF-Image-Format
1 parent 7e0a1fa commit 17629c7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

image/pif.ksy

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ doc: |
1515
1616
See <https://github.com/gfcwfzkm/PIF-Image-Format> for more info.
1717
doc-ref:
18-
- https://github.com/gfcwfzkm/PIF-Image-Format/blob/cc256d5/Specification/PIF%20Format%20Specification.pdf
19-
- https://github.com/gfcwfzkm/PIF-Image-Format/blob/cc256d5/C%20Library/pifdec.c#L300
18+
- https://github.com/gfcwfzkm/PIF-Image-Format/blob/4ec261b/Specification/PIF%20Format%20Specification.pdf
19+
- https://github.com/gfcwfzkm/PIF-Image-Format/blob/4ec261b/C%20Library/pifdec.c#L300
2020
seq:
2121
- id: file_header
2222
type: pif_header
@@ -75,7 +75,7 @@ types:
7575
true
7676
# ^ shouldn't get there (all cases have been covered before)
7777
doc: |
78-
See <https://github.com/gfcwfzkm/PIF-Image-Format/blob/cc256d5/Specification/PIF%20Format%20Specification.pdf>:
78+
See <https://github.com/gfcwfzkm/PIF-Image-Format/blob/4ec261b/Specification/PIF%20Format%20Specification.pdf>:
7979
8080
> Bits per Pixel: Bit size that each Pixel occupies. Bit size for an
8181
> Indexed Image cannot go beyond 8 bits.
@@ -98,7 +98,7 @@ types:
9898
: len_color_table_full
9999
) : 0
100100
doc: |
101-
See <https://github.com/gfcwfzkm/PIF-Image-Format/blob/cc256d5/Specification/PIF%20Format%20Specification.pdf>:
101+
See <https://github.com/gfcwfzkm/PIF-Image-Format/blob/4ec261b/Specification/PIF%20Format%20Specification.pdf>:
102102
103103
> Color Table Size: (...), only used in Indexed mode, otherwise zero.
104104
---
@@ -160,7 +160,7 @@ enums:
160160
0x7daa:
161161
id: black_white
162162
doc: '0: black, 1: white'
163-
doc-ref: https://github.com/gfcwfzkm/PIF-Image-Format/blob/cc256d5/C%20Library/pifdec.c#L233
163+
doc-ref: https://github.com/gfcwfzkm/PIF-Image-Format/blob/4ec261b/C%20Library/pifdec.c#L233
164164
0x4952: indexed_rgb888
165165
0x4947: indexed_rgb565
166166
0x4942: indexed_rgb332

0 commit comments

Comments
 (0)