Images 💾

Last commit ⭐

commit da2c80ef47c235b63b343bf5d5017ae6ee2965dc
Author:     Nico Weber <thakis@chromium.org>
AuthorDate: Tue Sep 17 20:22:52 2024 -0400
Commit:     Nico Weber <thakis@chromium.org>
CommitDate: Tue Sep 17 23:32:51 2024 -0400

    image: Guess mime type based on file extension
    
    Without this, image formats that can't sniff data can't be read
    by `image`.
    
    The only such format we currently have is TGA, so this effectively
    allows `image` to read tga files.