Posts

Showing posts with the label WebP

How to Email Large Files: Attachment Limits and Workarounds

Image
You attach a folder of photos or a short video, hit send, and minutes later the message bounces back: "attachment too large" or "message exceeds size limit". Email was never designed to move big files, and every provider caps how much you can attach. Here is what the real limits are, why they bite sooner than you expect, and the free ways around them. The real attachment limits Gmail : 25 MB per message. Above that, Gmail automatically offers to upload to Google Drive and send a link instead. Outlook and Microsoft 365 : 20 MB by default for the web and desktop apps; some accounts allow up to 150 MB, but the receiving server may reject it. Yahoo Mail : 25 MB per message. iCloud Mail : 20 MB per message, with Mail Drop stepping in for larger files up to 5 GB. Those numbers are the send limit. The catch is that the recipient's provider has its own, often smaller, limit. The lowest cap along the path wins, which is why a file that sends fine to o...

GIF vs WebP vs MP4: Stop Sending Huge Animated GIFs

Image
The animated GIF is everywhere, and it is also one of the most wasteful ways to store moving images ever invented. A three-second reaction clip that would be 200 KB as a video routinely balloons to 5 MB as a GIF. If your page feels slow or your chat app chokes on an animation, the format is almost always the reason. Here is why GIFs are so heavy, and how WebP and MP4 do the same job for a fraction of the size. The short version GIF : ancient, universally supported, limited to 256 colours, and enormous. Use only when nothing else will display. Animated WebP : full colour, far smaller than GIF, works in all modern browsers. Great for web pages. MP4 video : the smallest of all by a wide margin, perfect for anything longer than a second or two. The right choice for most real animations. Why GIFs are so large The GIF format dates from 1987 and was designed for simple graphics, not moving photographs. Two limitations make it heavy. First, it can only store 256 colours per ...

How to Extract Audio from a Video (MP4 to MP3) Without Losing Clarity

Image
Sometimes you only want the sound. A recorded lecture you would rather listen to on a walk, the audio from an interview you filmed, a song from a music video, or the narration from a tutorial. Pulling the audio out of a video and saving it as an MP3 or M4A is quick, and if you do it right the result is small and clear. Do it wrong and you end up with a bloated file or muddy speech. What "extracting audio" actually does A video file such as an MP4 is really a container holding two separate streams: a video stream for the picture and an audio stream for the sound. Extracting audio means copying out the audio stream and saving it as its own file. The video is left behind entirely. This matters because it gives you two very different options, and choosing the right one is the whole game. The two ways to extract, and when to use each Copy the audio stream as-is If you simply copy the existing audio stream without re-encoding it, the extraction is instant and there is ze...

JPG vs PNG vs WebP: Which Image Format Should You Use?

Image
Three image formats cover almost every image you'll upload, save, or post: JPG (also called JPEG), PNG, and WebP. They look identical at a glance, but their internal mechanics are very different and picking the wrong format can mean either a blurry image or a 5 MB file where a 100KB one would have done the same job. This guide explains how each format works, when to use it, and what the realistic file-size differences look like. The short version JPG/JPEG : best for photographs and anything with smooth gradients. Smaller than PNG, slightly larger than WebP. PNG : best for screenshots, logos, line drawings, and any image that needs transparency or has sharp edges. WebP : best for the web when the receiving system supports it. Smaller than JPEG and PNG at the same visible quality, handles transparency, and supports animation. If you stop reading here, that is the answer 95% of the time. The rest of the article explains why, and when to deviate. How JPEG compression wo...

How to Compress an Image to 100KB Without Losing Visible Quality

Image
"Please upload a photo under 100KB" is the kind of instruction that turns a simple form into a five-minute panic. Most phone cameras produce JPEGs in the 3–8 MB range. PNG screenshots can be even bigger. To hit a 100KB ceiling you need to do something deliberate — but you don't need to make the image look bad. This guide explains exactly what to change, why each setting matters, and what targets are realistic for different image types. What "100KB" actually means 1 KB is 1,024 bytes. 100KB is therefore around 102,400 bytes. A modern smartphone photo is typically 3,000 KB or more, so we're looking to cut around 96–97% of the file size. That sounds extreme, but the loss is almost entirely in data the human eye doesn't see: very fine colour gradations and high-frequency noise. We'll get to why in a moment. The two main levers: resolution and quality Image file size depends mostly on two things: Pixel dimensions — a 4,000 × 3,000 image has 12 million ...