Exact image size & format, inside the upload form.
A portal wants a photo under 20 KB. You leave the form, open a compressor, come back with
21 KB. Rejected. Try again: 14 KB, and now it is blurry. Pixel Target removes every one of
those round trips — it reads the size rule off the form, lands at or under that number on
the first attempt, and drops the finished file straight back into the upload field.
What it does
Exact targets, never over. Ask for 20 KB and get 20 KB or just under.
Minimum sizes too. Forms demanding at least 20 KB are met by padding with format-legal filler bytes, with no extra blurring.
Format conversion. JPEG, WebP and PNG, filename extension included.
Reads the rule off the page, so usually there is nothing to type.
Learns from a rejection when a portal states its limit only while refusing a file.
Swaps the file in place — file inputs, drop zones, and pasted screenshots.
Privacy
Everything runs on your machine. The extension makes no network requests of any kind, and
your image bytes never leave the browser. See the
privacy policy.