Which image convert route should I use?
Use bitmap compress to reduce file size, bitmap convert to change bitmap formats, vector compress to clean up SVG payloads, and vector convert to export SVG into bitmap outputs.
- Choose a route based on your source format first: bitmap inputs stay on bitmap tools, SVG inputs stay on vector tools.
- Compression routes focus on smaller output size, while conversion routes focus on changing the destination format.
- All routes run in the browser so you can prepare assets without sending them to a remote server.