magick -size 800x200 xc:none \ -font "Liberation-Sans" -pointsize 72 \ -fill white -gravity center \ -annotate 0 "Your Text Here" \ output.png
magick -size 800x200 xc:none \ -font "Liberation-Sans" -pointsize 72 \ -fill white -gravity center \ -annotate 0 "Your Text Here" \ output.png
magick -size 800x200 xc:none \ -font "Liberation-Sans" -pointsize 72 \ -fill white -gravity center \ -annotate 0 "Your Text Here" \ output.png - Open pixotter.com/convert.
- Select PNG as the output format.
- Drop your source file onto the page — JPEG, WebP, BMP, TIFF, HEIC, or any other supported format.
- Click Convert. Processing happens locally in milliseconds.
- Download your PNG. - Transparency (logos, icons, overlays, product photos with removed backgrounds)
- Lossless quality for editing or archiving
- Crisp rendering of text, screenshots, or line art
- Maximum compatibility with design tools, print services, or upload portals - Watermarks. A semi-transparent text PNG can be overlaid on photos in bulk using tools like ImageMagick v7.1.1 (Apache-2.0) without opening each photo in an editor.
- Video thumbnails. YouTube and social platforms let you upload custom thumbnails. A bold text PNG composited over a still frame performs better than platform-generated text.
- Logo wordmarks. If your logo is text-based, exporting it as a transparent PNG lets you place it on any background — website headers, social profiles, business cards.
- Presentation overlays. Text PNGs can be layered in slide decks, OBS scenes, or video editors where native text rendering is limited. - Create a new image: File > New. Set your dimensions and choose Transparency under Advanced Options > Fill with.
- Select the Text Tool (T). Choose your font, size, and color.
- Click on the canvas and type your text.
- Optionally, add effects: Filters > Light and Shadow > Drop Shadow for depth.
- Export: File > Export As > .png. The transparent regions around your text are preserved. - Create a frame with no background fill.
- Add a text element with your content.
- Select the frame, then Export > PNG with a transparent background. - Export at 2x or 3x your target display size. Scaling a raster text PNG down looks crisp; scaling up looks blurry.
- Use anti-aliasing (enabled by default in most tools). It smooths edges by adding semi-transparent pixels along curves.
- Stick to high-contrast color combinations. Light text on transparent backgrounds can become invisible when placed on light surfaces.
- For recurring use (watermarks, logos), save the source file in the editor's native format (.xcf for GIMP, .psd for Photoshop) alongside the exported PNG. Editing a PNG directly loses layer information. - Quick format conversion (JPG to PNG, WebP to PNG): Pixotter. Fastest path — drop, convert, download. No account, no limits.
- Background removal for transparent PNGs: Pixotter for speed. GIMP or Photoshop for pixel-level edge control.
- Text-to-PNG creation: GIMP (free) or Figma (free tier) for visual editing. ImageMagick for CLI automation.
- Batch processing at scale: ImageMagick for CLI pipelines. Pixotter for browser-based batch conversion.
- Full image editing with PNG export: GIMP if you want free and open source. Photoshop if budget is not a constraint. - You need transparency. JPG does not support it. Period.
- You are working with screenshots, text, line art, or UI elements. JPEG compression creates visible artifacts on sharp edges.
- You are in an editing workflow and want to preserve quality across multiple saves.
- A platform or tool specifically requires PNG input. - You are publishing photographs where file size matters and transparency is irrelevant.
- You need maximum compatibility with legacy systems.
- The image is a photo with smooth gradients and no text — where JPEG artifacts are invisible. - You are serving images on the web and want the smallest file size.
- You need both transparency and small files — WebP with alpha is significantly smaller than PNG with alpha.
- Your audience uses modern browsers (every major browser has supported WebP since 2020).