How to generate an EXIF thumbnail for a JPEG

exifjpeg

I have a Canon Selphy printer and when trying to print images that have been edited on my computer a question mark appears in the viewer screen. It appears that the EXIF thumbnail in the image has been stripped out.

Is there an application to generate the EXIF thumbnail for an image?

I have tried using JHead but that only regenerates the thumbail if there is already one present.

Best Answer

You can use the -g option of exiftran:

exiftran -g -i image.jpg

The -i option does in-place modification to the file.

Related Question