File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1515
1616 See <https://github.com/gfcwfzkm/PIF-Image-Format> for more info.
1717doc-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
2020seq :
2121 - id : file_header
2222 type : pif_header
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.
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
You can’t perform that action at this time.
0 commit comments