LibImage: Add image format probing
Instead of determining the image type in Image.cpp call image probing functions for each supported image type
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
namespace LibImage
|
||||
{
|
||||
|
||||
bool probe_netbpm(BAN::ConstByteSpan);
|
||||
BAN::ErrorOr<BAN::UniqPtr<Image>> load_netbpm(BAN::ConstByteSpan);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user