Guide · Studio

How to use ImgScale Studio

Updated 2026 · ~6 min read · by kizura

ImgScale Studio turns a series of single-purpose tools into one repeatable flow. Instead of upscaling an image, downloading it, re-uploading it to remove the background, downloading again, and so on, you build the sequence once and run any image — or a whole folder of them — through every step in a single pass. This guide walks through it from scratch.

What Studio is

Think of Studio as a conveyor belt for images. Each station on the belt is a tool — upscale, remove background, resize, crop, compress, convert, watermark. You arrange the stations in order, drop images onto the belt, and each one comes out the other end fully processed. Like every ImgScale tool, the whole pipeline runs in your browser — nothing is uploaded.

Step 1 — Open Studio

Go to imgscale.net/studio. There's nothing to install and no account to create. The page loads with an empty pipeline and a panel of available actions. On first use, tools that rely on an AI model (like upscaling or background removal) download that model once and cache it locally; after that they run offline.

Step 2 — Add pipeline steps

Each action you can chain appears as a node you add to the pipeline. Add a step by selecting it from the actions panel — it drops into the flow as a new node. Add as many as you need; a typical pipeline has two to five steps. Available steps include:

Step 3 — Configure each step

Most steps have options. Click a step to open its settings: set the upscale factor (2× or 4×), the exact resize width and height or a preset, the compression target, or the output format for a convert step. Each node remembers its own settings, so you can, for example, resize to one size early in the pipeline and compress to a specific quality at the end.

Step 4 — Order the steps correctly

Order matters, because each step receives the output of the one before it. A few rules of thumb that produce the best results:

A clean general order is: upscale → remove background → crop → resize → convert → compress.

Step 5 — Drop images & run

With the pipeline built, drop in your image (or images) and run. Each file is fed through every step in order and the finished results are offered together for download. Because all of it happens locally, there's no upload wait and no per-step round trip — the whole chain executes in one go on your device.

Batch processing

Studio's biggest time-saver is batch mode: drop in many images at once and every one passes through the identical pipeline. This is ideal when the same edit applies to a whole set — a store owner preparing dozens of product photos, a creator resizing and compressing a week's worth of posts, or anyone standardizing a folder of images to one size and format. Build the flow once, drop the batch, and download them all processed the same way.

The ⌘K command palette

Press ⌘K (or Ctrl+K on Windows) to open the command palette — a fast keyboard-driven way to add steps and jump around without reaching for the mouse. Start typing an action name (“resize”, “compress”) and select it to add it to the pipeline. For anyone building pipelines often, it's the quickest way to work.

Ready-made pipeline recipes

Three pipelines that cover the most common needs:

Product photo for a store

Remove background → place on white → resize to a square (e.g. 1000×1000) → compress. Produces clean, uniform catalog images that load fast.

Social media post

Upscale a small source → crop to the target aspect ratio (1:1 or 16:9) → add a watermark. Turns a low-resolution image into a polished, branded post.

Web optimization

Resize to display width → convert to WEBP → compress. The standard recipe for fast-loading site images.

Tips & troubleshooting

Ready to build one? Open ImgScale Studio and drop in your first image. Related: AI upscaler · Remove background · Compress · Main guide

Three ready-made pipeline recipes

Once the node canvas makes sense, most real work settles into a few repeatable patterns. These three cover the requests we hear most, and each takes under a minute to assemble.

Two habits make pipelines pleasant: order nodes from “changes pixels most” to “changes pixels least” (geometry before compression, always — compressing and then resizing re-encodes twice), and when experimenting, test on one image before pointing a node chain at two hundred. Smart Batch exists for the opposite case: when a mixed folder needs different treatment per file, let it inspect and recommend, then override the odd ones out by hand.