Error extracting thumbnails from jpeg file

You think you have found a bug ? You've got a suggestion to modify PhotoFiltre ? /
Ĉu vi opinias vi trovis malbonadĵon ? Ĉu vi havas sugeston por modifi PhotoFiltre ?

Modérateur : Modérateurs

SantosConnell
Nouveau(elle)|Nouveau|Nouvelle
Nouveau(elle)|Nouveau|Nouvelle
Messages : 1
Inscription : 14 nov. 2023 8:07

Error extracting thumbnails from jpeg file

Message par SantosConnell »

I am looking to extract thumbnail images from JPEG files without relying on external libraries. It seems like a manageable task since all I need to do is determine the starting and ending points of the thumbnail within the file and extract it accordingly.

I have been studying various documentation, including the one available at http://www.media.mit.edu/pia/Research/d ... /exif.html, and attempting to analyze JPEG files. However, I must admit that not everything is clear to me. I have tried to follow the byte sequence step by step, but as I delve deeper, I find myself becoming more confused.

Is there any reliable documentation or easily understandable source code that can guide me in extracting the necessary information about the thumbnail's position within a JPEG file?
Antonio
Administrateur(trice)|Administrateur|Administratrice
Administrateur(trice)|Administrateur|Administratrice
Messages : 12731
Inscription : 28 oct. 2003 22:49
Contact :

Re: Error extracting thumbnails from jpeg file

Message par Antonio »

This is a forum about photofiltre, not about development :wink:
Extracting exif data is not easy because it is not necessarily standard. I advise you to do some research on the dExif library (in C and open source) because it was the absolute reference. I don't know if it is still maintained but there must be sites on the net with docs
Répondre