The Web Image Format Checker app is a tool developed in Python and Streamlit that can analyze images on a web page to determine which image formats are being used. The app can identify images in WebP, JPEG (and JPG), and PNG formats, providing a detailed list of URLs for each format.
- Image format analysis: Determines which image formats are used on a web page.
- Detailed image list: Provides image URLs divided by format.
- Friendly User Interface: Easy to use with URL input and display of results directly in the app.
- Python
- Streamlit
- Requests
- BeautifulSoup
This project is released under the MIT license.