Skip to content

Enum: ImageFileFormatEnum

Common image file formats

URI: valuesets:ImageFileFormatEnum

Permissible Values

Value Meaning Description
JPEG EDAM:format_3579 Joint Photographic Experts Group
PNG EDAM:format_3603 Portable Network Graphics
GIF EDAM:format_3467 Graphics Interchange Format
BMP EDAM:format_3592 Bitmap Image File
TIFF EDAM:format_3591 Tagged Image File Format
SVG EDAM:format_3604 Scalable Vector Graphics
WEBP None WebP image format
HEIC None High Efficiency Image Container
RAW None Raw image format
ICO None Icon file format

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
description: Common image file formats
from_schema: https://w3id.org/linkml/valuesets
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