Company
About OpusImg
OpusImg is an image workspace that runs in your browser. Most of what it does never touches our servers — and where it does, the page says so before you upload anything.
Who builds this
OpusImg is built by a one-person team. There is no sales department, no account manager, and no enterprise tier that unlocks the same software you already have. The code is published under github.com/sharful, and support email goes to a person rather than a ticket queue — usually answered within one business day.
That shape explains most of the product decisions below. A small operation cannot afford to run a fleet of servers doing work a browser can do for free, and it has no business model that depends on holding onto your files. The privacy position and the economics point the same way, which is a more durable arrangement than a promise on its own.
Why it runs in your browser
The conventional way to build an online image tool is to upload the file, process it in a data centre, and hand back a download link. That made sense when browsers could not decode a JPEG without help. It has not been true for years, and it carries three costs that get passed to you: the wait for a round trip, a hard file-size limit imposed by the upload, and a copy of your image sitting on infrastructure you cannot inspect.
OpusImg runs the everyday work locally instead. Compression, format conversion, resizing, cropping, rotation, colour adjustment, redaction, watermarking, OCR and PDF assembly are all performed by WebAssembly codecs and canvas operations inside the tab you already have open. The file is read from your disk, processed in memory, and written back to your downloads folder. It is not uploaded, not queued, and not stored, because there is nowhere for it to go.
The practical effects are worth naming. It is faster, because a file that never travels does not wait for a network. It works offline once the page has loaded. There is no upload cap deciding what you may open — the ceiling is your own device’s memory. And it is genuinely usable for material you are not permitted to put in someone else’s cloud: client work, medical paperwork, signed contracts, identity documents.
What is sent to a server, tool by tool
Some things a browser cannot do. Background removal, upscaling, restoration and object removal need a GPU running a trained model, so those tools upload your image, process it, and return the result. We think the honest way to handle that is to be specific rather than reassuring, so every tool page carries a badge stating where its work happens before you choose a file, and the table below is generated from the same catalogue that drives those badges.
| Where the work happens | Tools |
|---|---|
| Stays on your device | Blur & redact, Color adjust, Compress, Convert format, Crop, Filters, ID card cropper, Image to PDF, Image to text, PDF to image, Resize, Rotate & Flip, Screenshot beautifier, Sign a document, Signature maker, Social media resize, Watermark |
| Depends on the step | Passport photo, Product photo kit, Scan to searchable PDF |
| Uploaded to our servers | AI Upscale 4×, Auto Enhance, Magic eraser, Remove background, Restore old photos, Scan cleanup |
“Depends on the step” means exactly that, and those tools are built so the choice is yours. Scan to searchable PDF, for instance, runs page ordering, text recognition and PDF assembly on your device for free; only the optional AI cleanup pass is uploaded, and you can skip it and still get a finished searchable document. What we do not do in any case is train models on your files. The full detail — retention windows, sub-processors, and your rights over anything we do hold — is in the privacy policy.
One account across the Opus suite
OpusImg has a sibling, OpusPDF, which does for documents what this does for images. They share one identity: a single account record holds your email and credentials, and each product reads its own entitlement from it. Signing up for one gives you an account on both, and signing in works the same way in either place.
Entitlements stay separate on purpose. Paying for OpusImg Pro does not quietly enrol you in a second subscription, and cancelling one does not take the other with it. The account is shared; the billing is not.
How we make money
Subscriptions, and nothing else. There are no ads, no affiliate links, and no arrangement under which your files or your behaviour are sold to anyone. The Free plan is not a trial that expires — every client-side tool is unlimited on it, without an account, because those tools cost us nothing to run.
Pro is $9 per month, or $84 billed yearly, and covers the AI tools that need a GPU. Business is $24 per seat per month for teams that need higher limits. Payments, invoices and subscription management are handled by Lemon Squeezy as our merchant of record, which is also who handles sales tax and VAT. Current prices and what each plan includes are on the pricing page.
Charging for the expensive part and giving away the cheap part is not generosity; it is the only pricing that matches what the software actually costs to operate. It also means the incentive to move work onto a server — where it could be metered — points the wrong way for us, which is the sort of alignment worth checking for in any tool you hand a private file to.
Where to go next
- All 26 tools, grouped by what they do.
- The changelog — dated, and updated when something actually ships.
- The privacy policy, including per-tool processing and retention.
- Contact — support, billing and privacy requests.