Best Free Mugadziri weImage

Resize a image to exact pixel dimensions, with or without locking the aspect ratio - free and watermark-free.

Chiito chinobuda chinorodha otomatiki kana chagadzirira.

100% yemahara Hapana kumbopinda Hapana watermark Faira rakagadziriswa mupfungwa, risingachengetwe
โœจ Go Pro yeakanakisa AI mamodheru - vhidhiyo, vhidhiyo uye kufona - pamwe nekuwedzera kwakanyanya, kurodha pasi, ku prioritera mubhokisi rezvinyorwa uye pasina kumirira. Kuvandudza kuPro
Love Best.Free? Shandisa

Maitiro ekushanda

  1. Upload. Choose the image to resize (up to 40 MB).
  2. Enter size. Dzvanya pane upamhi uye/kana kukwira mumifananidzo. Tenga "aspect ratio" kuti uite kuchinja-chinja kwemufananidzo.
  3. Download. Iyo yakadzikama vhidhiyo inorodha otomatiki nekushandisa yakakwira-mhando Lanczos filter.

Nezve iyi chirongwa

Resize a image to the exact width and height you need. Enter just a width (or just a height) and keep the box checked to scale the other side proportionally, or set both and uncheck it to force precise dimensions. Resize uses a high-quality Lanczos filter, so downscaled images stay crisp rather than jagged. The output keeps the original format where possible. As always: no watermark, no signup, processed in memory and discarded.

Chii vanhu vanoshandisa kuti

  • Fit an image to a forum or marketplace pixel limit
  • Kuita kuti profile kana avatar image ive ne square size
  • Kudzikisa saizi yechifananidzo chakakura chewebhu pasina kusvibiswa kwemativi
  • Kuita kuti mitsara yemafaira iite seyakaenzana

Developer API

Automatize iyi chirongwa kubva yako pachako code. Send a POST request to the endpoint below and get the same result the web tool produces. It is rate-limited per IP and needs no signup - API keys for higher limits are coming.

POST https://best.free/api/tools/image-resizer/
Parameter Mufananidzo Anodarika Nhoroondo
file (faira) photo.jpg Yes Any common image, โ‰ค25 MB.
width 800 Hapana Target width in px.
height 600 Hapana Target height in px.
keep_aspect True Hapana Lock aspect ratio.
curl -X POST https://best.free/api/tools/image-resizer/ \
  -F 'file=@photo.jpg' \
  -F 'width=800' \
  -F 'height=600' \
  -F 'keep_aspect=True' \
  -o resized.png
import requests

files = {"file": open("photo.jpg", "rb")}
data = {"width": 800, "height": 600, "keep_aspect": True}

r = requests.post("https://best.free/api/tools/image-resizer/", files=files, data=data)
with open("resized.png", "wb") as out:
    out.write(r.content)
const fd = new FormData();
fd.append("file", fileInput.files[0]);
fd.append("width", 800);
fd.append("height", 600);
fd.append("keep_aspect", true);

const r = await fetch("https://best.free/api/tools/image-resizer/", { method: "POST", body: fd });
const blob = await r.blob();  // the resized.png

Kutenda: The resized image (same format where possible).

Zvimwe zvinobvunzwa zvakanyanya

Ndinoda. Nzira yekuita kuti vhidhiyo iite seyakajeka. Nzira yekuita kuti vhidhiyo iite seyakajeka ndeyekuisa upamhi nekureba mu pixels uye kubvisa chiratidzo che "keep aspect ratio" kuti utore mavara akajeka.

Rega "keep aspect ratio" yakatumirwa uye nyora chete imwe dimensiyo; imwe nzvimbo inowedzera zvakaenzana kuti hapana chinokanganisa.

Kuchinja kwesimba rinoshandisa yakakwira-mhando Lanczos filter, iyo inochengeta mapikicha akaderera-simba akachena uye akajeka kupfuura pixelated.

Ichichengeta chimiro chekutanga kana zvabvira (PNG inoramba iri PNG, JPG inoramba iri JPG). Kuti ushandure chimiro, shandisa mushanduri wechifananidzo mushure mekunge wachinja.

Hapana kune zvese. Hapana account inodiwa uye hapana chinowedzerwa kune iyo imwecheteyo.

Kusvika 40 MB paimwe vhidhiyo, neiyo output yakapetwa ne10 pixels pamwechete.

No. It is resized mupfungwa uye akaparadzwa sezvakaitika kuti chiratidzo chacho chadzokera.

Yes. POST yako faira se multipart/form-data kuti /api/tools/image-resizer/ uye yakagadziriswa faira inobuda straight back - iyo imwechete injini iyo web tool inoshandisa, saka zviwanikwa zvinofanana. Iine rate-limited per IP sewebhu vhezheni uye haina kufanira kushanyira; API keys for higher limits are coming.

Yechokwadi - Image Resizer inowanikwa zvakasununguka, pasina watermark pazvigadzirwa zvako uye pasina mari yekubhadharisa.

Yakanaka. Yakabatana nebrowser yako, saka Image Resizer inoshanda pafoni, matableti uye desktop - hapana app yaunoda kuisa.

Zvirongwa zvinobatana

Ratidza iyi peji
5.0/5 (0)

Chii chingatibatsira kuvandudzwa? Ruzivo rwako runogona kutibatsira kugadzirisa matambudziko.