Enum: ImageFileFormatEnum
Common image file formats
URI: valuesets:ImageFileFormatEnum
Permissible Values
| Value | Title | Meaning | Description | Compression | Extension | Features | Mime Type | Type | Use |
|---|---|---|---|---|---|---|---|---|---|
| JPEG | JPEG | EDAM:format_3579 | Joint Photographic Experts Group | lossy | .jpg, .jpeg | image/jpeg | |||
| PNG | EDAM:format_3603 | Portable Network Graphics | lossless | .png | image/png | ||||
| GIF | EDAM:format_3467 | Graphics Interchange Format | .gif | animation support | image/gif | ||||
| BMP | EDAM:format_3592 | Bitmap Image File | uncompressed | .bmp | image/bmp | ||||
| TIFF | EDAM:format_3591 | Tagged Image File Format | .tif, .tiff | image/tiff | professional photography, scanning | ||||
| SVG | EDAM:format_3604 | Scalable Vector Graphics | .svg | image/svg+xml | vector | ||||
| WEBP | WebP image format | lossy and lossless | .webp | image/webp | |||||
| HEIC | High Efficiency Image Container | .heic, .heif | image/heic | Apple devices | |||||
| RAW | Raw image format | .raw, .cr2, .nef, .arw | unprocessed sensor data | ||||||
| ICO | Icon file format | .ico | image/x-icon | favicons, app icons |
Slots
| Name | Description |
|---|---|
| image_file_format | Common image file formats |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/linkml/valuesets
LinkML Source
name: ImageFileFormatEnum
instantiates:
- valuesets_meta:ValueSetEnumDefinition
description: Common image file formats
title: Image File Format
from_schema: https://w3id.org/linkml/valuesets
contributors:
- orcid:0000-0002-6601-2165
- https://github.com/anthropics/claude-code
status: DRAFT
rank: 1000
permissible_values:
JPEG:
text: JPEG
description: Joint Photographic Experts Group
meaning: EDAM:format_3579
annotations:
extension:
tag: extension
value: .jpg, .jpeg
mime_type:
tag: mime_type
value: image/jpeg
compression:
tag: compression
value: lossy
title: JPEG
aliases:
- JPG
PNG:
text: PNG
description: Portable Network Graphics
meaning: EDAM:format_3603
annotations:
extension:
tag: extension
value: .png
mime_type:
tag: mime_type
value: image/png
compression:
tag: compression
value: lossless
GIF:
text: GIF
description: Graphics Interchange Format
meaning: EDAM:format_3467
annotations:
extension:
tag: extension
value: .gif
mime_type:
tag: mime_type
value: image/gif
features:
tag: features
value: animation support
BMP:
text: BMP
description: Bitmap Image File
meaning: EDAM:format_3592
annotations:
extension:
tag: extension
value: .bmp
mime_type:
tag: mime_type
value: image/bmp
compression:
tag: compression
value: uncompressed
TIFF:
text: TIFF
description: Tagged Image File Format
meaning: EDAM:format_3591
annotations:
extension:
tag: extension
value: .tif, .tiff
mime_type:
tag: mime_type
value: image/tiff
use:
tag: use
value: professional photography, scanning
SVG:
text: SVG
description: Scalable Vector Graphics
meaning: EDAM:format_3604
annotations:
extension:
tag: extension
value: .svg
mime_type:
tag: mime_type
value: image/svg+xml
type:
tag: type
value: vector
WEBP:
text: WEBP
description: WebP image format
annotations:
extension:
tag: extension
value: .webp
mime_type:
tag: mime_type
value: image/webp
compression:
tag: compression
value: lossy and lossless
HEIC:
text: HEIC
description: High Efficiency Image Container
annotations:
extension:
tag: extension
value: .heic, .heif
mime_type:
tag: mime_type
value: image/heic
use:
tag: use
value: Apple devices
RAW:
text: RAW
description: Raw image format
annotations:
extension:
tag: extension
value: .raw, .cr2, .nef, .arw
type:
tag: type
value: unprocessed sensor data
ICO:
text: ICO
description: Icon file format
annotations:
extension:
tag: extension
value: .ico
mime_type:
tag: mime_type
value: image/x-icon
use:
tag: use
value: favicons, app icons