Transparency preserved
SVG rgba() and opacity → PNG alpha. Background transparent unless explicit.
SVG is unbeatable on the web — infinite scaling, tiny file size, CSS-styleable. But every print shop, social media uploader, presentation tool, and email client wants a raster. The converter sites queue your upload behind everyone else's job. Morph rasterizes the SVG via Canvas directly in your browser tab at 1x, 2x, or 4x density. Crisp at any size, no upload, no quota. Free for everything that runs on your device; AI is paid in credits.
Reads viewBox, applies CSS, runs the same path renderer Chrome uses for the live web. Then writes to PNG via Canvas. The vector renders crisp at every size; output is identical to a high-DPI Chrome screenshot.
A 256×256 SVG becomes 256, 512, or 1024 px PNG. Custom dimensions in Artboard for exact pixel control.
SVG rgba() and opacity → PNG alpha. Background transparent unless explicit.
Stays in your tab. No log, no server.
SVG is the right format for design systems, web icons, logos shipped to a build pipeline, and anywhere CSS can take over rendering. But the moment you need to hand the file off to a non-technical surface — a slide deck, a print shop, an Instagram post, a client email, a design library that someone else's tool can't import — you need a raster. PNG is what the world agreed on for "still image with transparency." So the round-trip is constant: keep the source as SVG, ship a PNG when the destination demands one. Morph rasterizes the SVG locally for the price of a coffee a year, and the original SVG never leaves your machine.
If you're rasterizing tens of thousands of SVGs nightly as part of a CI pipeline with strict pixel-density profiles per client device, server-side tools with proper queueing make sense. For everyone else opening a logo in their browser to attach to one email, Morph is the right shape.
SVG is unbeatable for web — infinite scaling, tiny file size, CSS-styleable. But many design-handoff tools, presentation software, social media uploaders, email clients, and printing services either refuse SVG entirely or render it inconsistently. PNG is the universally accepted raster handoff.
Morph rasterizes the SVG via Canvas directly in your browser tab — no upload, no queue, no ad wall, no daily quota.
Pick 1x, 2x, or 4x density. Morph reads the SVG's viewBox dimensions and multiplies — a 256x256 SVG becomes 256, 512, or 1024px PNG. Custom dimensions also supported in Artboard for exact pixel control.
Yes — full transparency preserved. SVG fills with rgba() and CSS opacity translate directly to PNG alpha channel. The background of the canvas stays transparent unless your SVG has an explicit background rect.
Yes. Drop a folder of icons, drop fifty logos, drop two hundred design tokens. The free tier has no batch limit.
Yes — Safari on iOS supports SVG rendering and Canvas PNG export fully. Drop an SVG, pick PNG, download to Files. The rasterization runs locally on your iPhone, never touches a server.