<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mat/libmat/exiftool.py, branch master</title>
<subtitle>Keep your data, trash your meta

</subtitle>
<id>http://git.dustri.org/archives/mat/atom?h=master</id>
<link rel='self' href='http://git.dustri.org/archives/mat/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.dustri.org/archives/mat/'/>
<updated>2015-12-03T23:16:00Z</updated>
<entry>
<title>Silence exiftool's stderr</title>
<updated>2015-12-03T23:16:00Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2015-12-03T23:16:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/archives/mat/commit/?id=81bf41933551f6bebf5a0c6a86e47af2e597b653'/>
<id>urn:sha1:81bf41933551f6bebf5a0c6a86e47af2e597b653</id>
<content type='text'>
In the past, this might have been useful, but now,
exiftool works on pretty much every file passed to it by MAT.

Also, if something goes wrong, MAT will know about this thanks to the
return code != 0.
</content>
</entry>
<entry>
<title>Remove hachoir from MAT.</title>
<updated>2015-12-02T16:22:45Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2015-12-02T16:07:19Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/archives/mat/commit/?id=80ece3001895ea13d50915a5215fd47e313bab4c'/>
<id>urn:sha1:80ece3001895ea13d50915a5215fd47e313bab4c</id>
<content type='text'>
This (huge) commit removes completely hachoir from MAT.
Audio files are now processed with mutagen, and images
with exiftool, since the main python imaging library (PIL)
isn't super-great to deal with metadata (and damaged/non-standard
files).

Package maintainer should change the dependencies to reflect this.
</content>
</entry>
<entry>
<title>Add support for TIFF file</title>
<updated>2015-11-02T17:23:57Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2015-11-02T17:23:57Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/archives/mat/commit/?id=d87711e172d215198f1831cad85e7bbdae727093'/>
<id>urn:sha1:d87711e172d215198f1831cad85e7bbdae727093</id>
<content type='text'>
</content>
</entry>
<entry>
<title>_MASSIVE_ pep8 revamp</title>
<updated>2015-07-25T15:14:23Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2015-07-25T15:14:23Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/archives/mat/commit/?id=6ba3e3f20d7d52895bc44f9fc35b068cfce47133'/>
<id>urn:sha1:6ba3e3f20d7d52895bc44f9fc35b068cfce47133</id>
<content type='text'>
Thank you so much PyCharm
</content>
</entry>
<entry>
<title>ExiftoolStripper: white-list the "File Type Extension" and "Megapixels" fields.</title>
<updated>2015-07-25T14:16:59Z</updated>
<author>
<name>intrigeri</name>
</author>
<published>2015-07-25T14:16:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/archives/mat/commit/?id=6a7ec826768bf7961254c101ca4e51ef41dd6df3'/>
<id>urn:sha1:6a7ec826768bf7961254c101ca4e51ef41dd6df3</id>
<content type='text'>
Those are not actual metadata stored in the file, but rather information that
can be trivially derived from the actual data.

This fixes the test suite on current Debian sid, most likely because its
libimage-exiftool-perl (9.98-1) reports more such "metadata" fields than the one
in Jessie (9.74-1).

Fix-committed: #9252
Closes: Debian#789833
</content>
</entry>
<entry>
<title>Remove the pillow stuff, because it was a bad idea.</title>
<updated>2015-07-21T19:37:32Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2015-07-21T19:37:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/archives/mat/commit/?id=fb550678117a6963539b864a18b904021e619dc5'/>
<id>urn:sha1:fb550678117a6963539b864a18b904021e619dc5</id>
<content type='text'>
Pillow sucks at parsing malformed pictures :/
</content>
</entry>
<entry>
<title>Fix an ods-related bug</title>
<updated>2015-04-11T20:43:06Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2015-04-11T20:43:06Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/archives/mat/commit/?id=0a24b07cd41e7d645641d5af1acb99890cdd3772'/>
<id>urn:sha1:0a24b07cd41e7d645641d5af1acb99890cdd3772</id>
<content type='text'>
Since exiftool can't remove the Palette field,
let's whitelist it. And even if it could,
this would really degrade the quality of the picture.
</content>
</entry>
<entry>
<title>Preliminary implementation of PIL for images.</title>
<updated>2015-02-22T09:15:34Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2015-02-22T09:10:50Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/archives/mat/commit/?id=79ce29a7d5e41bb3bb2499bc7eb99164c423aa1d'/>
<id>urn:sha1:79ce29a7d5e41bb3bb2499bc7eb99164c423aa1d</id>
<content type='text'>
PIL (Python Image Library) is used to open, then save
images, in order to remove unknown metadata.
</content>
</entry>
<entry>
<title>Rename the MAT folder to libmat.</title>
<updated>2014-06-08T11:39:18Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2014-06-08T11:39:18Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/archives/mat/commit/?id=af36529554c39a2eefcc2c8723715e2d25b401b8'/>
<id>urn:sha1:af36529554c39a2eefcc2c8723715e2d25b401b8</id>
<content type='text'>
This commit fixes some issues for dump operating
systems who doesn't handle capitalization.
</content>
</entry>
</feed>
