Home
last modified time | relevance | path

Searched refs:jpegxr_read_exif_profile (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/freeimage/FreeImage/Source/Metadata/
H A DFreeImageTag.h482 BOOL jpegxr_read_exif_profile(FIBITMAP *dib, const BYTE *profile, unsigned length, unsigned file_of…
H A DExif.cpp933 jpegxr_read_exif_profile(FIBITMAP *dib, const BYTE *profile, unsigned length, unsigned file_offset)… in jpegxr_read_exif_profile() function
/dports/graphics/freeimage/FreeImage/Source/FreeImage/
H A DPluginJXR.cpp597 jpegxr_read_exif_profile(dib, pbProfile, cbByteCount, uOffset); in ReadMetadata()