Toolivaro

Redimensionador de imagens grátis

Redimensione imagens JPG, PNG, WebP e GIF até qualquer dimensão máxima, preservando a proporção — no seu dispositivo.

O redimensionador de imagens encolhe imagens até as dimensões em pixels que você precisa preservando a proporção: escolha uma largura e uma altura máximas, arraste uma imagem, e o redimensionador produz uma versão que cabe dentro desse limite sem distorção. A saída mantém o formato original por padrão, e o painel de resultados informa os tamanhos original e de saída, o percentual economizado e as dimensões exatas de saída antes de você baixar. As imagens são decodificadas com createImageBitmap e processadas em um Web Worker em segundo plano com OffscreenCanvas, então fotos grandes nunca travam a página — e o arquivo nunca sai do seu dispositivo: nada é enviado, registrado ou armazenado, e o limite de entrada de 25 MB existe apenas para manter o navegador responsivo. Os arquivos são re-codificados durante o processamento, o que remove metadados embutidos como EXIF, GPS e direitos autorais — a página diz isso explicitamente e recomenda guardar o arquivo original quando esses dados importam. Use esta ferramenta para preparar imagens para um site, um e-mail, um anúncio de marketplace ou um mensageiro que rejeita fotos grandes demais.

Processado localmente no seu navegador

Como usar esta calculadora

Picking the maximum box that fits your need

The resizer works with a maximum box, not a fixed output size: you give it the largest width and height the result may have, and the tool scales the image to fit inside that box while keeping the aspect ratio untouched. A 4,000×3,000 camera photo constrained to 1,600×1,600 comes out as 1,600×1,200 — the long side hits the limit, the other side follows proportionally, and nothing is stretched, cropped, or squashed. The one rule that makes the box model easy to reason about: the output touches at least one side of the box, and never exceeds either. That is what you want for the three most common jobs — a marketplace that caps listing images at 1,600px, an email that refuses multi-megabyte attachments, or a page layout where the image column is 800px wide.

Because the scale is capped at 1, the tool never upscales: an image smaller than the box comes out unchanged, which is deliberate. Enlarging a small photo only spreads its existing pixels thinner — the blur is the file’s resolution, not a fixable artifact — so the honest result for a 400px-wide logo against a 1,600px box is the original 400px image.

What happens during processing

The image is decoded with createImageBitmap and re-encoded in a background Web Worker using OffscreenCanvas, so a 25 MB photo from a modern phone does not freeze the page while it is being resized — the interface stays responsive, and the result panel appears when processing finishes. The output keeps the original format by default: a JPG in, a JPG out; a PNG in, a PNG out. That matters because resizing is a different job from compression — if the goal is a smaller file, the format and quality knobs of the compressor are the right tool, and the two pages are linked.

One side effect is stated plainly on the page: re-encoding produces a clean file, which means embedded metadata — EXIF settings, GPS coordinates, copyright fields — does not survive the process. For photos headed to a public listing that is usually a feature; for an original archive where provenance matters, keep the source file and treat the resized version as a derivative.

Reading the result panel

The panel reports three numbers before you download: the original size, the output size, and the percentage saved, together with the exact output dimensions. That last pair is the one to verify against the platform you are targeting — a listing limit of 1,600px is a hard ceiling, and the reported width and height are the values the platform will actually receive. The percentage saved is the practical number: a 4.8 MB photo that drops below 1 MB is the difference between an upload that succeeds on the first try and one that is bounced back.

If the saving is small or zero, the likely reason is that the input was already efficiently encoded, or that the image was already within the box — in which case the honest output is the original. The tool does not invent savings, and it never degrades quality to hit a percentage.

The local-processing promise

Everything happens on your device: the image is decoded, scaled, and re-encoded inside the page, and the file never crosses the network. That is the point of a resizer that takes photos — a 25 MB original is exactly the kind of file that should not be uploaded to an unknown server just to change its dimensions. The 25 MB input limit exists for the browser’s benefit, not as a network constraint, and the tool says so; for the rare RAW or multi-hundred-megabyte file, a local desktop tool remains the right answer.

Como o resultado é calculado?

Redimensionando uma foto de produto para um anúncio

Uma foto de câmera tem 4.000×3.000 pixels e 4,8 MB — grande demais para a maioria dos anúncios de marketplace. Redimensionar para caber em 1.600×1.600 pixels produz uma imagem de 1.600×1.200; com uma re-codificação orientada à qualidade, o arquivo normalmente cai abaixo de 1 MB, o que a maioria das plataformas aceita na hora.

Exemplo de entrada e saída
Entrada Valor
image 4,000×3,000 px · 4.8 MB
maxWidth 1600
maxHeight 1600
Resultado 1.600×1.200 px · normalmente < 1 MB

Qual é a fórmula e suas premissas?

Ajuste com preservação de proporção

scale = min(maxWidth / width, maxHeight / height, 1)

Termos da fórmula
Símbolo Significado
width, height as dimensões da imagem de origem em pixels
scale aplicado às duas dimensões — nunca estica

O fator de escala tem teto em 1, então a ferramenta nunca amplia imagens além da resolução original.

Dimensões de saída

output = (round(width × scale), round(height × scale))

Termos da fórmula
Símbolo Significado
round para o pixel inteiro mais próximo

Quais são os erros mais comuns?

  • Ampliar imagens pequenas e obter borrão — o redimensionador deliberadamente nunca aumenta.
  • Esquecer que a entrada GIF é re-codificada como um único quadro estático, não uma animação.
  • Usar um redimensionador online que envia a foto — esta ferramenta processa tudo localmente.

Quais são as premissas e limitações?

  • GIFs animados são convertidos em um único quadro.
  • A entrada é limitada a 25 MB para manter o processamento responsivo; a ferramenta foi feita para fotos típicas, não arquivos RAW.
  • A re-codificação remove metadados embutidos por definição (informado na página).

De onde vêm os números?

Última revisão 4 de agosto de 2026 · Versão 1.0.0 · Toolivaro não garante conteúdo externo.

Perguntas frequentes

A imagem vai ser esticada?

Não — o redimensionador aplica o mesmo fator às duas dimensões para caber dentro do limite máximo. A proporção é sempre preservada; o resultado pode ser menor que o limite em um dos eixos.

O redimensionamento amplia imagens pequenas?

Não. O fator de escala tem teto em 1, então uma imagem menor que as suas dimensões máximas sai inalterada em tamanho — ampliar uma foto pequena apenas a deixaria borrada, o que é pior do que mantê-la como está.

O que acontece com os metadados EXIF e GPS?

A re-codificação remove os metadados embutidos. A página informa isso em todo resultado — se os metadados importam (por exemplo, para comprovação de origem ou impressão), guarde o arquivo original.

Can I resize without losing quality?

The pixel dimensions change, but the resizer preserves the source quality settings — a JPG is re-encoded with quality-oriented defaults rather than a low-quality preset. If you want a smaller file after resizing, the image compressor gives you the explicit quality slider.

What image formats are supported?

JPG, PNG, WebP, and GIF. A GIF input is re-encoded as a single static frame rather than an animation, which is disclosed in the limitations — resize animations with a purpose-built tool if the motion matters.

Parte de Ferramentas de formato e conversão

Encontrou um erro ou tem uma correção? Informe — revisamos toda correção.

Foi útil?

Revisado pela equipe editorial da Toolivaro conforme nossa metodologia Metodologia · Política editorial