Skip to main content

How does local image processing work without installing software?

WebAssembly allows established image-processing code to run alongside JavaScript in the browser. HEIC and HEIF use the bundled libheif runtime, while JPG, PNG, and WebP tasks combine browser image capabilities with purpose-built libraries. After the required code loads, supported tasks can work like an offline image converter while selected files remain on your device. Page display and ordinary site features may still use a network connection

From choosing an image to saving the result, the work follows three simple steps

  1. 01

    Choose images

    Load the images you want to use from your device into the browser

  2. 02

    Process on your device

    Convert or edit the images in your current browser without sending them away

  3. 03

    Save the results

    Save finished images, PDFs, or ZIP files wherever you choose

Once you choose an image, the browser reads it from your device, performs the selected task, and creates a finished file for you to save. The file does not need to leave the device for that processing to happen. Source images, full file names, decoded content, intermediate data, generated images, PDFs, and ZIP files are not sent off your device for processing

Image processing always takes place on your device. Please use Image Convert Tools with confidence in any situation, including but not limited to those below

  • Family photos
  • Images with personal information
  • Application documents
  • Report images
  • Web publishing

FAQ