Skip to content

Commit

Permalink
DOC: Update FAQ.md with SOURCE-IMAGE
Browse files Browse the repository at this point in the history
  • Loading branch information
HappySeaFox committed Oct 22, 2023
1 parent a990211 commit 9d3f813
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,12 +317,12 @@ mime-types=image/abc
# Can be empty if the image codec cannot load images.
#
# Possible values:
# STATIC - Can load static images.
# ANIMATED - Can load animated images.
# MULTI-PAGED - Can load multi-paged (but not animated) images.
# META-DATA - Can load image meta data like JPEG comments or EXIF.
# INTERLACED - Can load interlaced images.
# ICCP - Can load embedded ICC profiles.
# STATIC - Can load static images.
# ANIMATED - Can load animated images.
# MULTI-PAGED - Can load multi-paged (but not animated) images.
# META-DATA - Can load image meta data like JPEG comments or EXIF.
# ICCP - Can load embedded ICC profiles.
# SOURCE-IMAGE - Can populate source image information in sail_image.source_image.
#
features=STATIC;META-DATA;INTERLACED;ICCP

Expand Down

0 comments on commit 9d3f813

Please sign in to comment.