peircej / jbrout

Automatically exported from code.google.com/p/jbrout
0 stars 0 forks source link

jBrout writes EXIF data to files with no date without asking user #209

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Add a directory of image files to jBrout.

If some files have no Exif.Photo.DateTimeOriginal then jBrout writes "jBrout" 
into the Exif.Image.Make field and sets Exif.Image.DateTime, 
Exif.Photo.DateTimeOriginal, and Exif.Photo.DateTimeDigitized.  There's no 
option to prevent this, there are options to stop jBrout automatically rotating 
images and automatically renaming them.

These images marked with Exif.Image.Make set to "jBrout" are then displayed 
with bright red margins to the thumbnail and there seems no way to get rid of 
this.

The offending code that does this is the function __init__() in tools.py.  The 
value "jBrout" in Exif.Image.Make is used from there on as a flag to mark image 
as 'not real'.

Original issue reported on code.google.com by cljab...@gmail.com on 15 Oct 2012 at 3:57

GoogleCodeExporter commented 8 years ago
Just a quick addition, the __init__() I refer to above is the one in class 
PhotoCmd().

Original comment by cljab...@gmail.com on 15 Oct 2012 at 4:18

GoogleCodeExporter commented 8 years ago

Original comment by r...@wallace.gen.nz on 16 Oct 2012 at 9:30

GoogleCodeExporter commented 8 years ago

Original comment by matej.c...@gmail.com on 16 Sep 2013 at 1:40

GoogleCodeExporter commented 8 years ago

Original comment by matej.c...@gmail.com on 16 Sep 2013 at 1:41

GoogleCodeExporter commented 8 years ago
I am not sure I understand what is the problem? The fact that jBrout makes its 
own Exif.Image.Make or that the thumbnail is marked with bright red margin? If 
it was possible to do the former without the latter, would you still be unhappy?

Original comment by matej.c...@gmail.com on 23 Sep 2013 at 3:13

GoogleCodeExporter commented 8 years ago
No response in a long long time.

Original comment by matej.c...@gmail.com on 17 Jul 2014 at 12:06