Transparency, Performance & Respect for User Data

About ImgEx

We build fast, secure, and transparent web media extraction tools designed for designers, developers, researchers, and creators.

Who Operates ImgEx

ImgEx (accessible online at imgex.online) is operated and actively developed by an independent team of web performance engineers, design enthusiasts, and open-source contributors based in Southeast Asia and distributed globally under the Future Vision technical initiative.

Our mission is to create clean, high-utility web tools that eliminate dark patterns, forced software installations, paywalls, and intrusive tracker scripts. We believe that basic web inspection and asset extraction tasks should be accessible to everyone through a standard, privacy-preserving browser interface.

What ImgEx Does

ImgEx is an automated web image scanner, asset inspector, and bulk downloader. When you enter a public webpage URL, ImgEx securely analyzes the HTML and stylesheet structure to discover:

Standard HTML Elements

Parses <img>, <picture>, and responsive <source srcset> high-resolution targets.

CSS & Inline Backgrounds

Extracts background-image: url(...) declarations and inline style properties.

Vector Graphics & SVGs

Identifies both external .svg files and inline SVG document trees for direct vector download.

Lazy-Loaded & Data URIs

Detects fallback attributes like data-src, data-original, and base64 embedded assets.

Once discovered, ImgEx provides interactive previews, natural pixel dimensions, format indicators, client-side format conversion (WebP, PNG, JPG), custom bulk renaming formulas, and single-click ZIP archive packaging.

Why ImgEx Exists

Modern web pages are increasingly complex. Images are often wrapped inside nested picture tags, dynamically hydrated via JavaScript, or buried within CSS background styling. For non-technical users, extracting these files requires manual right-clicking and saving dozens of times. For technical users, writing custom Puppeteer or Python scripts for one-off tasks wastes valuable time.

Furthermore, many existing desktop scraping utilities or browser extensions inject advertisements, track browsing history, or impose steep paywalls. ImgEx was engineered to provide a clean, instant, in-browser solution that requires no software installation and no sign-up.

Our Technology Philosophy

ImgEx is architected around the modern web standard of client-side autonomy and lightweight serverless orchestration:

Client-Side Compression & Canvas Transformation

When you resize images, adjust compression quality, or convert formats (e.g. PNG to WebP), the computation is executed directly inside your browser using the HTML5 Canvas API and WebAssembly blobs. Your files are processed locally on your device without transmitting raw images to a remote database.

In-Memory ZIP Generation

ZIP archives are assembled entirely in client memory using dynamic JSZip stream buffers. When you click “Download Selected ZIP”, the file is packaged on the fly and downloaded straight to your local downloads folder.

Ephemeral Edge Streaming

Our CORS proxy simply acts as a secure, stateless bridge to fetch cross-origin image binary streams for your immediate session. We do not store or persist these files on our servers.

Privacy Principles

Privacy is a foundational requirement of our engineering. We adhere to five non-negotiable principles:

  • Zero Image Retention: We never save, index, catalog, or resell scraped image files. Once your browser session ends, the transient memory buffer is gone.
  • No Mandatory Registration: All core scraping, previewing, filtering, and ZIP generation tools are 100% accessible anonymously.
  • Minimal Cloud Permissions: When using Google Drive or Dropbox backups, we request only the exact application-folder write permissions needed to place your ZIP file. We never inspect your personal cloud files.
  • No Invasive Trackers: We do not sell user data to advertising exchanges or data brokers.
  • Transparent Policies: You can read our detailed Privacy Policy and Terms of Service at any time.

Have Questions or Feedback?

We welcome questions, suggestions, bug reports, and partnership inquiries.