You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
339 B
21 lines
339 B
#
|
|
# AFL dictionary for WebP images
|
|
# ------------------------------
|
|
#
|
|
# Created by Michal Zalewski
|
|
#
|
|
|
|
header_RIFF="RIFF"
|
|
header_WEBP="WEBP"
|
|
|
|
section_ALPH="ALPH"
|
|
section_ANIM="ANIM"
|
|
section_ANMF="ANMF"
|
|
section_EXIF="EXIF"
|
|
section_FRGM="FRGM"
|
|
section_ICCP="ICCP"
|
|
section_VP8="VP8 "
|
|
section_VP8L="VP8L"
|
|
section_VP8X="VP8X"
|
|
section_XMP="XMP "
|