mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-14 19:59:05 +01:00
Use WebP for compressing images.
This commit is contained in:
@@ -6,6 +6,9 @@ import java.io.InputStream;
|
||||
import javax.annotation.Nullable;
|
||||
|
||||
public interface TestAvatarCreator {
|
||||
|
||||
String MIME_TYPE = "image/webp";
|
||||
|
||||
@Nullable
|
||||
InputStream getAvatarInputStream() throws IOException;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user