Game Texture Format Converter

Shrink mod textures or re-encode assets without installing an editor.

Convert game textures between PNG, JPEG, and WebP in your browser — resize-free, with transparency preserved where the format allows.

Note: browsers cannot export BMP client-side, so PNG/JPEG/WebP are the supported targets. JPEG drops transparency (filled white).
Choosing the right texture format

Scenario: a mod ships huge PNGs that bloat load times, or you need a transparent icon as WebP for a web overlay. Converting locally avoids uploading assets to a random site.

Example: load a 4 MB PNG, export as WebP at 90% quality — often under 1 MB with no visible loss, transparency intact.

Boundaries: conversion is pixel-for-pixel in size (no resizing here). JPEG discards transparency and is best for opaque photos; PNG/WebP keep alpha. BMP export is not available in browsers, so use PNG/WebP/JPEG.

FAQ: will quality 100% WebP equal the PNG? Nearly, but it is still lossy; for pixel-art or UI where every pixel matters, keep PNG. For photos and large backgrounds, WebP at 85–90% is the sweet spot.