try
{
boolean ignoreImageData = isPhilHarveyTestImage(imageFile);
if (ignoreImageData)
continue;
new WriteExifMetadataExample().changeExifMetadata(imageFile,
tempFile);
}
catch (ExifRewriter.ExifOverflowException e)
{
Debug.debug("Ignoring unavoidable ExifOverflowException", e.getMessage());