Corrupt an Image File Online
Corrupt a JPG, PNG or WebP image online for free. Destroys the markers and chunk headers decoders rely on, or produces glitch art at Light level.
- Yükleme yok
- Boyut sınırı yok
- Kayıt yok
image dosyanızı bozun
.jpg, .jpeg, .png, .webp, .bmp için ayarlandı ve diğer tüm biçimlerde de aynı şekilde çalışır.
image dosyalarını düzgün bozmak neden zordur
Image formats fail in interesting ways. A JPEG with damaged scan data produces the smeared, glitched look people associate with corruption; a JPEG with a destroyed SOI marker simply will not open at all. You can have either, depending on the level you choose.
Bu araç neyi yok eder
- JPEG markers. The SOI, SOF, DHT and SOS markers are destroyed, so no decoder can begin a scan.
- PNG chunks. The 8-byte signature plus the IHDR and IDAT chunk headers are overwritten, which also invalidates every CRC.
- WebP and BMP. The RIFF/WEBP chunk headers, or the DIB header for bitmaps, are targeted instead.
- Pixel data. Entropy is scattered through the compressed image data, which is what produces visible smearing at Light level.
Sonrasında ne göreceksiniz
| Uygulama | Davranış |
|---|---|
| Photoshop / GIMP | "Could not complete your request because the file is not compatible." |
| Windows Photos / Preview | "It looks like we don't support this file format." |
| Browsers | A broken-image placeholder is shown. |
| Light level | Often renders as a partly-decoded, glitched image, the classic datamosh look. |
Bunu yapmanın yaygın nedenleri
- Testing that an avatar or media upload form validates images properly.
- Producing glitch-art source material at Light level.
- Verifying an image processing library fails safely on malformed input.
- Creating damaged samples for a photo-recovery demonstration.
image dosyası nasıl bozulur
- .jpg dosyanızı yukarıdaki kutuya bırakın veya seçmek için tıklayın.
- Kısmi hasar (Light) istemiyorsanız ya da kurtarma yazılımını alt etmeniz (Heavy) gerekmiyorsa seviyeyi Standard bırakın.
- Dosyayı boz düğmesine basın. İşlem cihazınızda yapılır, bu yüzden neredeyse anında biter.
- Sonucu indirin. Varsayılan olarak özgün dosya adını ve bayt uzunluğunu korur.
Image hakkında sık sorulanlar
Can I get glitch art instead of a dead file?
Yes. Choose Light. It leaves the structure mostly intact and scatters a small amount of entropy through the scan data, which is what produces the smearing and colour shifts.
Does EXIF metadata survive?
No. EXIF sits in an APP1 segment near the start of the file, inside the header region that gets overwritten.
What about RAW camera files?
RAW formats fall back to the generic binary profile. They break reliably, though the corruption is not tuned to any vendor's layout.
Will the thumbnail still show?
Thumbnails your operating system has already cached may linger, but the file itself no longer decodes.