Hugo
55a037c50b
Merge pull request #1531 from wiredfool/exif_div_zero
...
Divide by zero in Exif
2015-12-31 15:15:20 +02:00
Hugo
6990bc514f
Merge pull request #1622 from wiredfool/alt_pr_1493
...
Catch the IFD error near the source
2015-12-31 15:02:36 +02:00
Andrew Murray
c4f9e91122
Added release notes for 3.1.0 [ci skip]
2015-12-31 12:32:44 +11:00
Andrew Murray
10099b41e1
Updated spacing to be consistent between multiline methods
2015-12-31 10:45:21 +11:00
Andrew Murray
23a04f8529
Update CHANGES.rst [ci skip]
2015-12-31 10:20:49 +11:00
wiredfool
36c48150ea
Docs formatting
2015-12-30 13:52:13 -08:00
wiredfool
a9d1cda126
Docs for crashing fix
2015-12-30 13:52:01 -08:00
wiredfool
eba87ac6d9
Catch the IFD error near the source
2015-12-30 13:34:33 -08:00
Andrew Murray
503b0de547
Update CHANGES.rst [ci skip]
2015-12-31 08:16:52 +11:00
Andrew Murray
caf9cea00f
Updated copyright year
2015-12-31 08:10:44 +11:00
Andrew Murray
a83bcec169
Flake8 fixes
2015-12-31 07:27:27 +11:00
wiredfool
9fa6634f4d
Partial fix for #1597
...
Haven't excercized all of the metadata that we're allowing yet,
and there's clearly still something up with Arrays, as one
of them is still crashing and making it impossible to save a
palette with a libtiff image.
2015-12-30 07:54:14 -08:00
Hugo
9ba3799980
Update CHANGES.rst [CI skip]
2015-12-30 07:36:30 +02:00
Hugo
6b74b4a7f6
Merge pull request #1619 from wiredfool/1477_exif_jpeg
...
Restore exif data to the v1 form
2015-12-30 07:35:06 +02:00
wiredfool
253bc038c5
Python 3.2, sigh
2015-12-30 00:45:48 +00:00
wiredfool
31428b7009
Py3 fixes
2015-12-29 23:56:47 +00:00
wiredfool
33b90e9b6f
rolling back gps exif support to match pre 3.0.0 results
2015-12-29 22:58:54 +00:00
hugovk
69bead98ea
Update GPSInfoIFD (34853) tag
2015-12-29 22:58:54 +00:00
hugovk
d9c90bba91
Test passes for 2.9.0, fails for 3.0.0
2015-12-29 22:57:36 +00:00
wiredfool
80ab12bdc0
Lookup tag info in both _v2(info) and original(name only) dicts, delegate to lookup
2015-12-29 22:02:11 +00:00
wiredfool
3ac9396e8c
Write round trip for rationals, including nan value
2015-12-29 22:00:36 +00:00
wiredfool
48e4e0722e
Documentation for IFDRational
2015-12-29 21:33:10 +00:00
wiredfool
bd05d66c7e
Python 3.4 support for the IFDRational
2015-12-29 21:33:10 +00:00
wiredfool
3dd4b39411
Namespace
2015-12-29 21:33:10 +00:00
wiredfool
5e7a5bf237
Limit rationals for expected values in round trip
2015-12-29 21:33:10 +00:00
wiredfool
b3a6eca1c6
Merge pull request #1617 from radarhere/docs
...
Updated documentation
2015-12-29 11:10:00 -08:00
wiredfool
cc85c0498c
Merge pull request #1615 from wiredfool/pip-docs
...
Added documentation for abusing pip
2015-12-29 11:09:47 -08:00
Andrew Murray
46b11f1beb
Moved PIXAR and XV Thumbnails into the read-only section [ci skip]
2015-12-30 00:15:13 +11:00
Andrew Murray
44c8a85386
Changed formats read total [ci skip]
2015-12-30 00:05:36 +11:00
Andrew Murray
4cbe4d71ba
Removed duplicate documentation and formatted heading [ci skip]
2015-12-30 00:05:09 +11:00
Andrew Murray
e6541cb3d6
Updated ICNS documentation [ci skip]
2015-12-29 23:51:05 +11:00
wiredfool
8c739a0796
Merge pull request #1616 from radarhere/url
...
Updated URLs
2015-12-28 11:22:48 -08:00
Andrew Murray
0e1eb970e5
Updated URLs
2015-12-29 00:04:39 +11:00
wiredfool
e5f2b3ddac
Added documentation for abusing pip to send --enable-[feature] flags to the build Ref:#1412
2015-12-28 12:56:38 +00:00
wiredfool
6d4d9dc37e
Merge pull request #1614 from radarhere/url
...
Updated Tox URL
2015-12-28 02:10:20 -08:00
Andrew Murray
f1f00c0662
Updated Tox URL
2015-12-28 10:05:13 +11:00
wiredfool
4b9899b184
Update CHANGES.rst [ci skip]
2015-12-27 21:09:21 +00:00
wiredfool
6e87d5f9bf
Merge pull request #1613 from leforestier/master
...
add include and library directories for freebsd
2015-12-27 13:08:20 -08:00
wiredfool
8ed2d1ed02
Changing the type of the target values
2015-12-27 20:48:47 +00:00
Benjamin Le Forestier
e5b6018b46
add include and library directories for freebsd
2015-12-27 20:43:27 +01:00
wiredfool
e992bf6b3f
Added note that script works with Raspbian. [ci skip]
2015-12-27 18:23:26 +00:00
wiredfool
79608bd762
Make numerator/denominator read only
2015-12-27 10:21:32 +00:00
wiredfool
722ee8240b
Inherit from Rational instead of Fraction, some basic tests. Fixes Py2.6
2015-12-27 10:21:32 +00:00
wiredfool
f9fe4da8b2
Make IFDRational hashable
2015-12-27 10:21:32 +00:00
wiredfool
3bbb9e676f
value based equivalence
2015-12-27 10:21:32 +00:00
wiredfool
deecbcd3a3
Added a rational class for TiffIFD that allows for 0/0
2015-12-27 10:21:31 +00:00
wiredfool
c33fc39e76
Update CHANGES.rst [ci skip]
2015-12-27 10:14:24 +00:00
wiredfool
196500fc7e
Merge pull request #1611 from radarhere/installation
...
Updated installation docs
2015-12-27 02:13:06 -08:00
wiredfool
86ebe1eeb9
Merge pull request #1610 from radarhere/ttf
...
Removed unused file
2015-12-27 02:10:53 -08:00
wiredfool
873d771690
Merge pull request #1609 from radarhere/libwebp
...
Updated libwebp to 0.5.0
2015-12-27 02:09:45 -08:00