AI-generated Key Takeaways
-
The image asset has fields for its MIME type, original size metadata, raw byte data, and file size.
-
The
mime_type
indicates the image file type. -
The
full_size
field provides the original dimensions of the image. -
The
data
field contains the actual byte data of the image. -
The
file_size
field shows the size of the image in bytes.
An Image asset.
Fields | |
---|---|
|
MIME type of the image asset. |
|
Metadata for this image at its original size. |
|
The raw bytes data of an image. This field is mutate only. |
|
File size of the image asset in bytes. |