kimageformats/autotests
Mirco Miranda ae62ea3dfc Improved EXIF V3 compatibility
EXIF specs V3 added the UTF-8 data type. The MicroExif class now allows serializations to choose whether to support the V2 or V3 format. To maximize compatibility with old readers, even when V3 is set, the ASCII data type is used if possible.

The JXR plugin, based on TIFF V6 container, does not allow to use the V3 format (it does not recognize the UTF-8 data type) and therefore V2 has been forced. For all other plugins using MicroExif, it is now possible to save, e.g., descriptions in Japanese.

Please note that this patch is also a bugfix: when saving, version 3 was set but the strings were always saved as ASCII.
2025-04-18 13:53:12 +00:00
..
ani Add plugin for animated Windows cursors (ANI) 2021-01-03 08:49:10 +00:00
pic Make PSD image reader endianess-agnostic. 2015-02-20 23:03:10 +00:00
read Added support for resolution and EXIF/XMP metadata to HEIF 2025-03-02 08:03:28 +00:00
write Improved EXIF V3 compatibility 2025-04-18 13:53:12 +00:00
anitest.cpp Add plugin for animated Windows cursors (ANI) 2021-01-03 08:49:10 +00:00
CMakeLists.txt Write tests for hej2 format 2025-03-16 21:31:46 +01:00
fuzzyeq.cpp Read test: added perceptive fuzziness 2025-01-24 13:07:32 +00:00
long-runs.pic Rewrite the PIC image format handler 2014-05-04 13:42:30 +01:00
pictest.cpp Run clang-format on all cpp/h files 2021-03-08 20:15:33 +02:00
readtest.cpp readtest: special handling for HEIF format 2025-03-12 16:17:59 +01:00
templateimage.cpp Read test: added perceptive fuzziness 2025-01-24 13:07:32 +00:00
templateimage.h Read test: added perceptive fuzziness 2025-01-24 13:07:32 +00:00
writetest.cpp Write tests for hej2 format 2025-03-16 21:31:46 +01:00