34 lines
775 B
Java
34 lines
775 B
Java
package o;
|
|
|
|
import java.util.HashMap;
|
|
|
|
/* renamed from: o.bTz, reason: case insensitive filesystem */
|
|
/* loaded from: classes.dex */
|
|
public final class C4231bTz extends BrP {
|
|
private static final HashMap<Integer, String> a;
|
|
|
|
static {
|
|
HashMap<Integer, String> hashMap = new HashMap<>();
|
|
a = hashMap;
|
|
hashMap.put(1, "Channel Count");
|
|
hashMap.put(2, "Image Height");
|
|
hashMap.put(3, "Image Width");
|
|
hashMap.put(4, "Bits Per Channel");
|
|
hashMap.put(5, "Color Mode");
|
|
}
|
|
|
|
public C4231bTz() {
|
|
a(new FWc(this));
|
|
}
|
|
|
|
@Override // o.BrP
|
|
public final HashMap<Integer, String> c() {
|
|
return a;
|
|
}
|
|
|
|
@Override // o.BrP
|
|
public final String b() {
|
|
return "PSD Header";
|
|
}
|
|
}
|