Skip to content

Commit 450a503

Browse files
antondaubertsjudd
authored andcommitted
Add PiexImageHeaderParser and the PiexImageHeaderParserGlideModule.
(Not yet connected to Photos) ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=137061082
1 parent f5adbb6 commit 450a503

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/src/main/java/com/bumptech/glide/load/ImageHeaderParser.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ public interface ImageHeaderParser {
2323
enum ImageType {
2424
GIF(true),
2525
JPEG(false),
26+
RAW(false),
2627
/** PNG type with alpha. */
2728
PNG_A(true),
2829
/** PNG type without alpha. */

0 commit comments

Comments
 (0)