package o; import java.util.HashMap; /* loaded from: classes.dex */ public final class LWO extends BrP { private static final HashMap d; static { HashMap hashMap = new HashMap<>(); d = hashMap; hashMap.put(1, "GIF Format Version"); hashMap.put(3, "Image Height"); hashMap.put(2, "Image Width"); hashMap.put(4, "Color Table Size"); hashMap.put(5, "Is Color Table Sorted"); hashMap.put(6, "Bits per Pixel"); hashMap.put(7, "Has Global Color Table"); hashMap.put(8, "Background Color Index"); hashMap.put(9, "Pixel Aspect Ratio"); } public LWO() { a(new XdC(this)); } @Override // o.BrP public final HashMap c() { return d; } @Override // o.BrP public final String b() { return "GIF Header"; } }