I am trying to write some code to extract Exif information from JPG.
Exif is stored in the APP1 section of the JPG file. According to the Exif spec, The format of the APP1 segment should star
I am trying to write some code to extract Exif information from JPG.
Exif is stored in the APP1 section of the JPG file. According to the Exif spec, The format of the APP1 segment should star
Delphi’s JPEG library is very slow. How to improve its performance? I am looking for a fast Jpeg library-save and load jpeg images faster.
I only tested Jpeg.TJPEGImage
From the unit: