What is the maximum size of JPEG metadata?

后端 未结 3 777
心在旅途
心在旅途 2020-12-16 23:09

Is there a theoretical maximum to the amount of metadata (EXIF, etc) that can be incorporated in a JPEG file? I\'d like to allocate a buffer that is assured to be sufficient

3条回答
  •  一整个雨季
    2020-12-16 23:47

    Wikipedia states:

    Exif metadata are restricted in size to 64 kB in JPEG images because according to the specification this information must be contained within a single JPEG APP1 segment.

提交回复
热议问题