52 lines
1.5 KiB
Java
52 lines
1.5 KiB
Java
package o;
|
|
|
|
import java.util.HashMap;
|
|
|
|
/* renamed from: o.Ojb, reason: case insensitive filesystem */
|
|
/* loaded from: classes.dex */
|
|
public final class C0778Ojb extends BrP {
|
|
private static final HashMap<Integer, String> b;
|
|
private final nFt c;
|
|
|
|
static {
|
|
HashMap<Integer, String> hashMap = new HashMap<>();
|
|
b = hashMap;
|
|
hashMap.put(2, "Image Height");
|
|
hashMap.put(1, "Image Width");
|
|
hashMap.put(3, "Bits Per Sample");
|
|
hashMap.put(4, "Color Type");
|
|
hashMap.put(5, "Compression Type");
|
|
hashMap.put(6, "Filter Method");
|
|
hashMap.put(7, "Interlace Method");
|
|
hashMap.put(8, "Palette Size");
|
|
hashMap.put(9, "Palette Has Transparency");
|
|
hashMap.put(10, "sRGB Rendering Intent");
|
|
hashMap.put(11, "Image Gamma");
|
|
hashMap.put(12, "ICC Profile Name");
|
|
hashMap.put(13, "Textual Data");
|
|
hashMap.put(14, "Last Modification Time");
|
|
hashMap.put(15, "Background Color");
|
|
hashMap.put(16, "Pixels Per Unit X");
|
|
hashMap.put(17, "Pixels Per Unit Y");
|
|
hashMap.put(18, "Unit Specifier");
|
|
hashMap.put(19, "Significant Bits");
|
|
}
|
|
|
|
public C0778Ojb(nFt nft) {
|
|
this.c = nft;
|
|
a(new NZL(this));
|
|
}
|
|
|
|
@Override // o.BrP
|
|
public final String b() {
|
|
StringBuilder sb = new StringBuilder("PNG-");
|
|
sb.append(this.c.a());
|
|
return sb.toString();
|
|
}
|
|
|
|
@Override // o.BrP
|
|
public final HashMap<Integer, String> c() {
|
|
return b;
|
|
}
|
|
}
|