Posts

Showing posts with the label PNG

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 ...

Lossy vs lossless the two fundamental categories

Image
Every time you save a JPEG, send a voice note, or zip a folder, you are choosing between two completely different ideas about how to make a file smaller. One keeps every single bit and rebuilds the original exactly. The other quietly throws some data away in exchange for a much smaller file. Knowing which is which stops you from ruining a photo, blurring a logo, or wondering why your archive will not shrink. The short version Lossless : rebuilds the original byte for byte. Nothing is lost. Used for text, code, spreadsheets, ZIP, PNG, and FLAC. Modest size savings. Lossy : permanently discards data your eyes or ears are unlikely to miss. Used for JPEG, MP3, MP4, and WebP. Large size savings, but the original is gone. How lossless compression works Lossless compression finds patterns and redundancy, then writes them down more efficiently. If a file repeats the word "compression" two hundred times, the algorithm can store that word once and reference it. When you...

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 ...