Professional web image resource extraction tool - 专业的网页图片资源提取工具
Author: 陌涛 (Mo Tao)
Version: 1.0.0
Website: https://imotao.com/
License: MIT License
Smart Image Collector is a professional web image extraction tool that can intelligently identify and extract various image resources from web pages. It supports multiple image sources including IMG tags, CSS background images, inline styles, lazy-loaded images, etc.
智能图片采集器是一个专业的网页图片提取工具,能够智能识别和提取网页中的各种图片资源。支持多种图片来源,包括IMG标签、CSS背景图片、内联样式、懒加载图片等。
php -S localhost:8000
http://localhost:8000Smart Image Collector/ ├── index.html # Main page | 主页面 ├── style.css # Stylesheet | 样式文件 ├── script.js # JavaScript logic | JavaScript逻辑 ├── api_fixed.php # PHP backend API | PHP后端API └── README.md # Project documentation | 项目说明
| Source Type | Description | Example |
|---|---|---|
| IMG Tags | Images in HTML img tags | <img src="image.jpg"> |
| CSS Background | Background images in CSS stylesheets | background-image: url(bg.jpg) |
| Inline Styles | Background images in HTML style attributes | style="background: url(pic.jpg)" |
| Lazy Loading | Images with data-src attributes | <img data-src="lazy.jpg"> |
| Text URLs | Image links in page text | Direct image URL links |
Smart Image Collector - Web Image Extraction Tool Copyright (c) 2025 陌涛 (Mo Tao) All rights reserved. MIT License Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Welcome to submit Issues and Pull Requests to improve this project.
欢迎提交Issue和Pull Request来改进这个项目。
If you encounter problems during use, please check the browser console for error messages, or submit an Issue describing the specific problem.
如果您在使用过程中遇到问题,请查看浏览器控制台的错误信息,或提交Issue描述具体问题。
Author: 陌涛 (Mo Tao)
Website: https://imotao.com/
License: MIT License