Image Resizer.
Professional image resizing with 6 modes, 20 social presets, and next-gen WEBP/AVIF conversion. No uploads. No limits. No watermarks.
Loading Image Studio…
How to Use
Upload Image
Drag & drop or click to select. Supports JPG, PNG, WEBP, AVIF, GIF, BMP, SVG. No size limit.
Choose Mode
Pick from 6 resize modes: Custom, Percentage, Social Preset, Compress, Crop, or Thumbnail.
Set Format
Select output format: WEBP (recommended), AVIF, JPEG, or PNG. Adjust quality slider.
Download
Click the action button — your file is ready instantly. Download with one click. Done.
6 Resize Modes
Custom Size
Set exact pixel dimensions with optional aspect ratio lock. Quick-pick buttons for common sizes (800px, 1080px, 1920px). Scale to half or double instantly.
By Percentage
Scale proportionally to any percentage from 1% to 400%. Live preview shows resulting dimensions. Quick-pick for 25%, 50%, 75%, 100%, 150%, 200%.
Social Presets
20 built-in presets covering Instagram, Twitter, Facebook, LinkedIn, YouTube, Pinterest, WhatsApp, and more. Includes print sizes and developer standards.
Compress Only
Re-encodes at your chosen quality without changing pixel dimensions. Best used with WEBP or AVIF for maximum size reduction.
Crop & Resize
Crops to a standard aspect ratio (1:1, 4:3, 16:9, 9:16, etc.) with adjustable horizontal and vertical offsets from centre.
Thumbnail
Smart centre-crop to a perfect square at any specified size. Ideal for product images, avatars, and any platform requiring square media.
Format Guide
Best for web. 25–35% smaller than JPEG. Supports transparency and animation. Supported by all modern browsers.
Best for: Websites, apps, blogs
Newest format. 40–50% smaller than JPEG. Better at preserving detail at low quality. Growing browser support.
Best for: Modern web projects
Works everywhere. Best for photographs. No transparency support. Higher file sizes than WEBP.
Best for: Photos, sharing, legacy
Lossless quality. Supports transparency. Larger files. Best for logos, icons, screenshots with text.
Best for: Logos, UI, icons
Complete Guide
Image resizing is one of the most common tasks in web development, content creation, and social media management. Whether you're optimising images for a website, creating content for Instagram, or reducing file sizes for email attachments, having the right tool makes an enormous difference in both speed and output quality.
HQCalc's Image Resizer is built entirely on the browser's native Canvas API — meaning your images never leave your device. This architecture provides three major advantages: absolute privacy (no server ever sees your files), instant processing (no upload/download round-trip), and zero cost (no server infrastructure means no fees, ever).
Pro Tip — The WEBP Switch: Simply converting an existing JPEG to WEBP at quality 85 typically reduces file size by 35–45% with no perceptible quality difference. This single change can dramatically improve your website's loading speed and Core Web Vitals scores.
The quality of image downsizing depends heavily on the algorithm used. Many basic online resizers perform a single-step resize, which can produce blurry or aliased results when reducing images to less than 50% of their original size. HQCalc uses a step-down algorithm — the image is progressively halved until near the target size, then a final resize is applied. This technique, identical to Photoshop's "Bicubic Sharper" method, produces dramatically cleaner results for large reductions like converting a 4K photo to a thumbnail.
For web performance, the combination of resizing to actual display dimensions + converting to WEBP + quality 80–85 is the gold standard. An unoptimised 3MB JPEG hero image can be reduced to under 100KB with this approach — a 30× reduction — with no visible quality loss at browser rendering sizes. This directly impacts Google's Core Web Vitals, particularly Largest Contentful Paint (LCP), which is now a ranking signal.
Expert FAQ Hub
Everything you need to know about image resizing, compression, and format conversion.
1. How do I resize an image online for free?
Upload your image to HQCalc's Image Resizer, enter your target width and height (or pick a social media preset), choose your output format (WEBP recommended), set quality, and click Resize. The file downloads instantly — no account needed.
2. Does resizing an image reduce its quality?
Scaling up (enlarging) always reduces quality because new pixels must be interpolated. Scaling down generally preserves visual quality well. HQCalc uses a step-down algorithm for large reductions to minimise quality loss — a common technique used by professional tools.
3. What is the best format for resized images?
WEBP offers the best balance of quality and file size for web use — typically 25–35% smaller than JPEG at the same quality. AVIF is the newest standard with even better compression but lower browser support. Use PNG for images requiring transparency or lossless quality. JPEG remains best for photos shared on older platforms.
4. What is WEBP and why should I use it?
WEBP is an image format developed by Google that uses advanced compression to achieve smaller file sizes than JPEG and PNG while maintaining comparable visual quality. It supports transparency (like PNG) and animation (like GIF). All modern browsers support WEBP, making it the recommended format for web images.
5. What is AVIF format?
AVIF (AV1 Image File Format) is the newest image format, offering superior compression to WEBP — often 40–50% smaller than JPEG. It supports HDR, wide colour gamut, and transparency. Browser support is growing (Chrome, Firefox, Safari support it), making it excellent for modern web projects.
6. How do I resize an image for Instagram?
Use the Social Presets mode in HQCalc. Instagram post (square) is 1080×1080px. Instagram portrait is 1080×1350px. Instagram Stories and Reels are 1080×1920px. Instagram landscape is 1080×566px. Select the preset and click resize — the tool handles the cropping automatically.
7. What are the best image dimensions for social media in 2026?
Key 2026 social media image sizes: Instagram Post 1080×1080px, Instagram Story 1080×1920px, Twitter/X Post 1200×675px, Facebook Post 1200×630px, LinkedIn Post 1200×627px, YouTube Thumbnail 1280×720px, Pinterest Pin 1000×1500px. All presets are built into HQCalc.
8. How do I compress an image without losing quality?
Use HQCalc's Compress Only mode with WEBP or AVIF format at 80–85 quality. This re-encodes the image with modern compression algorithms, typically reducing file size by 40–60% with no perceptible quality difference at standard viewing sizes.
9. Is my image data safe when using HQCalc?
Completely safe. HQCalc's Image Resizer operates 100% in your browser using the HTML5 Canvas API. Your images are never uploaded to any server, never stored, and never transmitted anywhere. The entire resize/compress process happens on your device.
10. Can I resize a PNG without losing transparency?
Yes. Select PNG as your output format to preserve the alpha channel (transparency). If you select JPEG, transparency will be replaced with a white background since JPEG does not support alpha channels. WEBP also supports transparency.
11. What is aspect ratio locking?
When you lock the aspect ratio (the padlock icon in Custom mode), changing the width automatically updates the height (and vice versa) to maintain the original proportions. This prevents distortion. Unlock it to set independent width and height values (stretching/squishing the image).
12. How do I make an image smaller in KB?
Use Compress Only mode with WEBP format at 75–85 quality for a drastic file size reduction. Alternatively, resize the image to smaller dimensions (fewer pixels = smaller file). Combining both — smaller dimensions AND WEBP format — gives the smallest possible output.
13. What is the step-down algorithm for image resizing?
When resizing an image to less than 50% of its original size, standard single-step interpolation can produce blurry or jagged results. The step-down algorithm repeatedly halves the image until near the target size, then makes a final resize. This produces much sharper results — the same technique used by Photoshop's bicubic sharper option.
14. What does the Thumbnail mode do?
Thumbnail mode centre-crops the image to a perfect square (removing excess height or width) then scales it to your specified size. This is ideal for product images, avatars, and social media profile pictures where a specific square format is required.
15. Can I convert GIF, BMP or SVG images?
HQCalc accepts GIF, BMP, SVG, JPG, PNG, WEBP, and AVIF as input formats (any format the browser can decode). Note that animated GIFs will be converted to a static frame. SVG is rasterised at the browser's rendered size.
16. What quality setting should I use?
For most web images, 80–85 quality with WEBP is the sweet spot — excellent visual quality with a 40–60% file size reduction vs original. For social media sharing where quality is critical, use 90+. For aggressive compression (email attachments, slow connections), 60–70 is acceptable. PNG quality is always lossless and the setting is ignored.
17. Is there a file size limit?
There is no hard server-side limit since processing happens in your browser. Practical limits depend on your device's RAM and browser. Most modern devices handle images up to 20–30MB and 10,000×10,000px without issues. Very large RAW files or extremely high-resolution images may be slow to process.
18. What is the difference between resize and crop?
Resizing scales the entire image to new dimensions — the full image is retained but made larger or smaller. Cropping cuts away portions of the image to achieve a specific aspect ratio or composition, and may then resize the remaining area. HQCalc's Crop mode lets you choose a ratio (1:1, 16:9, etc.) and centre-crops automatically.
19. Can I use this on my phone?
Yes. HQCalc's Image Resizer is fully mobile-optimised and works on any modern smartphone browser (Chrome, Safari, Firefox). The in-browser Canvas API is supported on all current mobile operating systems.
20. Does HQCalc add a watermark to resized images?
Never. HQCalc is completely free with no watermarks, no account required, and no limitations. Your resized images are entirely yours.
Explore More
Related Tools & Converters
Discover more free calculators, PDF tools, image converters and daily-use utilities on HQCalc.
Social Media Preset Sizes