Image Tools
Convert JPG Photos to WebP for Web Publishing
Convert a JPG source into WebP only after the image has the right crop, size, and quality target, then use a short acceptance test before publishing.
Answer-first workflow
If your goal is faster web delivery with stable visual quality, do this: first finalize content edits in your source JPG, then resize to target display dimensions, then convert to WebP with conservative quality, then compare before replacing old assets in the publishing branch. This sequence is faster to review, easier to audit, and avoids wasting time on repeated re-encoding of non-final images.
This page gives an operator-ready process for Fundy users who need repeatable image conversion for production websites, blogs, and storefront pages without relying on unsupported server tools or remote image inference steps.
Required decisions before conversion
Before opening the converter, answer these questions in plain text notes so nobody has to ask them again:
- Where will this file be shown first: hero, card, article embed, or gallery thumbnail?
- What is the exact displayed pixel width at each key viewport?
- Do users care more about compression savings or micro edge detail for this visual?
- Is there an acceptance reviewer who needs a JPG fallback due to platform or editorial constraints?
- Do you have a clear fallback policy for browsers or CMS pipelines that do not handle WebP automatically?
If any question is unknown, stop and get it answered before export. Most downstream defects come from guessing these choices.
Step-by-step conversion workflow
- Keep the original JPG master in a separate folder and never overwrite it.
- Create a working copy and apply final crop and composition changes first. WebP is a delivery format, not a design decision stage.
- Resize to the exact largest used display width plus optional 10 percent safe bleed for high density displays if your site is not using responsive srcset.
- Pick an initial WebP quality target from the decision rules below.
- Convert one sample through Image Converter and inspect it in the real page layout, not only in the tool preview.
- Run a visual check for faces, text edges, thin lines, and sky or gradient areas. These fail first if compression is too aggressive.
- If the sample fails, increase quality one step and re-run a single test, not a full directory conversion.
- Run once on the full set only after you lock the quality rule and final output dimensions.
- Name files and folders with both source and conversion state so handoff reviewers can see what changed.
Decision rules for quality and size
- Use WebP as delivery format for public pages, but keep JPG master files for archive and rollback.
- For photos with faces or fine texture, start at a higher quality setting such as 80 to 90; this usually keeps facial detail stable.
- For simple graphics or icons with hard edges, lower quality can be acceptable because artifacts are easier to detect and fix before publish.
- Do not create multiple WebP variants unless responsive needs require them; keep one validated format per display size and a documented fallback file.
- Keep source dimension and converted dimension in your notes: for example 1600w source, 1600w converted for hero, 768w converted for card, etc.
- Log the selected quality, file size delta, and reason for selection so future runs are reproducible.
Common mistakes and how to avoid them
- Mistake: Converting before final cropping. Fix: lock composition first, then convert.
- Mistake: Changing both dimension and quality repeatedly without checkpoints. Fix: change one variable at a time and document each pass.
- Mistake: Using one quality value for every image type. Fix: apply different starting quality bands for portrait photos, product shots, and UI icons.
- Mistake: Removing JPG files and losing rollback path. Fix: keep untouched masters and convert only from approved copies.
- Mistake: Checking quality only in a local preview. Fix: run at least one pass in the live destination layout or publishing context.
- Mistake: Forgetting fallback. Fix: document if a JPG fallback is required and where it is stored.
Acceptance and stop conditions
Stop the workflow when all checks pass; do not continue tuning for micro preference differences.
- Source JPG master is untouched and clearly retained.
- WebP size reduction is meaningful for the page use case, or visual detail is improved enough for the target viewport.
- Visual checks pass for faces, edges, text, gradients, and high-contrast backgrounds.
- The converted file has been tested in destination context and no additional changes are required for this publish milestone.
- If a second conversion pass only changes subjective look by less than your tolerance band, stop. If it fixes a real defect, continue one more constrained pass.
The default stop signal is: the page looks correct in context, constraints are met, and more iterations add no objective value.
Handoff and related-tool flow
The output bundle for handoff should include:
- Final source JPG path and immutable backup location.
- WebP output path with final dimensions and chosen quality value.
- Fallback file path and the reason a fallback exists.
- Quick comparison notes: what changed, why it was accepted, and known risks.
Use Image Converter for the actual format conversion step. Keep this page as the decision log and keep Image Tools as your destination for nearby quality checks. If you need additional cleanup before conversion, use your usual editing process, then return here for the final format stage.
Practical checklist before shipping
Run this in order right before replacement or deployment:
- Confirm final dimensions for desktop and mobile breakpoints.
- Confirm quality rule by image category.
- Confirm fallback policy and path.
- Confirm no overwrite of the original JPG master.
- Run final in-page check on at least one desktop and one mobile width.
- Attach conversion notes and handoff context in a single message.
If any item is missing, pause publishing and resolve it before release.