package c5;

import android.graphics.Bitmap;
import androidx.annotation.Nullable;

/* JADX INFO: loaded from: classes.dex */
public interface m {
    void a(Bitmap bitmap);

    String f(int i10, int i11, Bitmap.Config config);

    @Nullable
    Bitmap get(int i10, int i11, Bitmap.Config config);

    int h(Bitmap bitmap);

    String j(Bitmap bitmap);

    @Nullable
    Bitmap removeLast();
}
