37 lines
906 B
Java
37 lines
906 B
Java
package o;
|
|
|
|
import java.util.HashMap;
|
|
|
|
/* loaded from: classes.dex */
|
|
public final class LWO extends BrP {
|
|
private static final HashMap<Integer, String> d;
|
|
|
|
static {
|
|
HashMap<Integer, String> 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<Integer, String> c() {
|
|
return d;
|
|
}
|
|
|
|
@Override // o.BrP
|
|
public final String b() {
|
|
return "GIF Header";
|
|
}
|
|
}
|