Image Compressor
Hit the size limit without the upload.
Drop in a JPG, PNG, or WebP, pick a target size or a quality level, and download a smaller file. Everything runs in your browser through an HTML canvas, so the picture never gets uploaded and nothing is stored on a server. Use it to slip under an upload limit or trim a page's weight.
How it works
The tool paints your image onto an HTML canvas and re-encodes it as a JPEG at the quality you choose. Lower quality throws away detail the eye barely notices, and a smaller file is the result. Pick a target size instead and it binary-searches the quality for you until the file lands under your number.
The image never leaves your browser. There is no upload, no server, and no copy kept anywhere. Everything above happens on your own machine, and closing the tab clears it.