.jpeg File Extension
.jpeg file contains, how to open it, how Poly supports it, and why .jpeg and .jpg are equivalent suffixes. File extension details for .jpeg
Full Support| File type | JPEG image |
|---|---|
| MIME type | |
| Encoding | Binary, usually JPEG with JFIF or Exif conventions |
| Operating systems | Windows, macOS, Linux, iOS, Android |
| Opens with | Microsoft Photos, Apple Preview, Adobe Photoshop, Web browsers |
| Poly support | Yes. Poly provides rich support for JPEG images. |
| Indexed by Poly | Yes. Poly indexes filenames, supported metadata, and visual similarity. |
| Preview in Poly | Yes. JPEG files open in Poly's image viewer. |
| Poly agent | Yes. The Poly agent can understand the visible image. |
What kind of file is a .jpeg?
A .jpeg file is a JPEG image, usually a photograph compressed to balance visual quality and file size. Its standard media type is image/jpeg, and a conforming file commonly begins with the bytes FF D8 FF.1 Check those bytes and parse the JPEG markers when a filename may be misleading. The suffix alone cannot prove what is inside a file.
The .jpeg and .jpg suffixes represent the same image format. Neither spelling produces better quality or different compression. .jpeg is simply the longer filename convention, while .jpg is its three-character counterpart.
portrait.jpeg to portrait.jpg normally changes only its name. Giving PNG, AVIF, or other image data a .jpeg suffix does not convert it to JPEG.How do I open a .jpeg on my computer?
Most systems open .jpeg files without extra software:
- On Windows, use Microsoft Photos, Paint, or a current web browser.
- On macOS, use Preview or Photos. Preview can also resize, annotate, and export an image to another format.2
- On Linux, open it in the desktop image viewer, GIMP, or a browser.
- On iPhone, iPad, and Android, use the built-in Photos or Files app.
Photo editors including Adobe Photoshop, Affinity Photo, and GIMP are better choices for detailed adjustments. Keep an original before repeated edits because exporting a JPEG again can discard more image information.
Poly support for .jpeg
Poly gives .jpeg images thumbnails and an in-app image preview. It indexes the filename, available camera metadata, and visual content, so you can search for a picture by what it depicts. The Poly agent can also interpret the visible image.
Text photographed inside an ordinary JPEG is not indexed like document text. Exif metadata may include capture time, camera and lens details, and GPS coordinates. Review that information before sharing a sensitive photo. The IANA registration specifically notes that JPEG metadata can expose private information such as geolocation.1
History of .jpeg
Work on the original JPEG standard began in 1986, and JPEG 1 was created in 1992. Its core is ISO/IEC 10918-1 and ITU-T Recommendation T.81; JFIF later standardized common interchange details for JPEG files.3
The .jpeg spelling fits the format's name naturally. The alternate .jpg spelling became important on older MS-DOS FAT systems, whose 8.3 filenames allowed only three characters after the period.4 Modern filesystems allow both spellings, and IANA registers both jpeg and jpg for image/jpeg.1
Working with .jpeg and alternatives
JPEG works particularly well for photographs and continuous color gradients. It is usually lossy, so sharp lettering, interface screenshots, and flat-color illustrations can acquire halos or block artifacts. The quality setting, encoder, chroma subsampling, and image content all affect the result; there is no fixed JPEG compression ratio.
Choose a destination based on the job:
| Need | Useful format |
|---|---|
| Maximum compatibility for a photo | JPEG with .jpeg or .jpg |
| Transparency or lossless sharp graphics | PNG |
| Smaller images for modern web delivery | WebP or AVIF |
| High-quality editing or archival interchange | TIFF |
In Google's documented study, WebP files were 25% to 34% smaller than JPEG at equivalent or slightly better SSIM across its tested image sets and quality levels.5 That result is a benchmark, not a promise for every photo. Test representative images and inspect decoded output at the size people will actually view.
Converting a .jpeg to a lossless format avoids another lossy JPEG save, but it cannot recover detail already removed. Preserve the best available source when future editing matters.
Footnotes
- Internet Assigned Numbers Authority. image/jpeg Media Type Registration. ↩ ↩2 ↩3
- Apple. Convert Image File Types Using Preview on Mac. ↩
- Joint Photographic Experts Group. Overview of JPEG 1. ↩
- Microsoft. Naming Files, Paths, and Namespaces. Older MS-DOS FAT filenames allowed three characters in the extension. ↩
- Google. WebP Compression Study. The study matched WebP and optimized JPEG output with SSIM across standard image sets and a web sample. ↩