Commit Graph

4076 Commits

Author SHA1 Message Date
Eric W. Brown
098e4c36d6 Further populated Exif values in TiffTags.
Added lots more of the possible Exif values per the EXIF specifications.
2014-07-18 22:02:14 -04:00
hugovk
3c39a44f6e Make _make_gamma_lut() public 2014-07-19 01:45:57 +03:00
Hugo
31f8da78b7 Update CHANGES.rst [CI skip] 2014-07-19 00:31:43 +03:00
Hugo
eb4f669b34 Merge pull request #808 from wiredfool/xpm_load_image
Fix Scrambled XPM
2014-07-19 00:28:02 +03:00
wiredfool
d30eb007ef Fix scrambled XPM image, don't mmap when load_read/load_seek is defined. Fixes #806 2014-07-18 10:40:08 -07:00
hugovk
14d1ac6389 Rename bad variable name 'file' to 'TEST_FILE', remove unused 'data' variable 2014-07-17 23:23:50 +03:00
wiredfool
cf8f191c54 Updated Changes.rst [ci skip] 2014-07-17 09:51:44 -07:00
Eric W. Brown
5857053be4 Activated MPO detection.
Added MPO to the list to be checked. Removed the superfluous second os
import. Added OS X & Komodo work files to .gitignore.
2014-07-17 12:30:45 -04:00
wiredfool
c0e840f242 Merge pull request #805 from hugovk/DcxImagePlugin
Tests for CurImagePlugin.py and DcxImagePlugin.py
2014-07-17 09:17:47 -07:00
hugovk
1e24dcd317 Check some pixel colors to ensure image is loaded properly 2014-07-17 10:42:43 +03:00
hugovk
8db043b35f flake8 2014-07-17 02:40:14 +03:00
hugovk
665293e9b9 More tests for XpmImagePlugin.py 2014-07-17 02:38:57 +03:00
hugovk
3c8f858aad flake8 2014-07-17 01:21:56 +03:00
hugovk
70786f1b99 Tests for DcxImagePlugin.dcx 2014-07-17 01:20:19 +03:00
hugovk
84b13ff1ae Created with ImageMagick: convert lena.ppm lena.dcx 2014-07-17 01:19:52 +03:00
hugovk
9acbaa4aee Flake8 and fix typo 2014-07-17 00:12:54 +03:00
hugovk
8a73a20af1 Sanity test for CurImagePlugin.py 2014-07-16 23:45:18 +03:00
hugovk
1ff695873f Cursor image by Miss Mycroft, 'Released under the Release to Public Domain license' http://www.rw-designer.com/cursor-detail/61757 2014-07-16 23:44:35 +03:00
hugovk
bc34bda2b8 Remove stray print 2014-07-16 21:35:43 +03:00
hugovk
3322bfbad0 flake8 2014-07-16 21:30:41 +03:00
hugovk
2b3d655833 Sanity tests for SgiImagePlugin.py 2014-07-16 21:28:17 +03:00
hugovk
535494d862 Created with ImageMagick: convert transparent.png transparent.sgi 2014-07-16 21:27:31 +03:00
hugovk
e29c2d49c0 Created with ImageMagick then renamed: convert lena.ppm -monochrome lena.sgi 2014-07-16 21:27:06 +03:00
hugovk
cc27e8d532 Created with ImageMagick then renamed: convert lena.ppm lena.sgi 2014-07-16 21:26:47 +03:00
wiredfool
c22c8eefcc Merge pull request #802 from hugovk/SunImagePlugin
Sanity test for SunImagePlugin.py
2014-07-16 09:00:25 -07:00
Eric W. Brown
53b7f6294b First steps toward MPO support.
Allows Pillow to distinguish between JPEGs and MPOs, and provides some
MPO metadata handling. Does not yet handle multiple frames.
2014-07-16 11:36:56 -04:00
hugovk
43dab9113e flake8 2014-07-16 14:26:30 +03:00
hugovk
d04ffd2377 Sanity test for SunImagePlugin.py 2014-07-16 14:24:23 +03:00
hugovk
5db868e060 Created with ImageMagick: convert lena.ppm lena.ras 2014-07-16 14:20:15 +03:00
Hugo
793dff5a6b Merge pull request #801 from wiredfool/doc_cleanup
More Docs Cleanup.
2014-07-16 11:31:34 +03:00
wiredfool
09b0d1cfa6 converted to current docutils format 2014-07-15 21:24:52 -07:00
wiredfool
b6c33596b3 Broke out OleFileIO into its own page, Added docs from the readme 2014-07-15 16:56:59 -07:00
wiredfool
7dfec434fa Pulled ImageMorph into its own page 2014-07-15 16:20:20 -07:00
Eric W. Brown
2609a24221 Moved images to correct place.
Accidentally uploaded images to their initial test location, not the
proper location used by other tests.
2014-07-15 17:43:31 -04:00
hugovk
17223001df flake8 2014-07-15 18:38:10 +03:00
Eric W. Brown
0dddff63d9 Added two sample MPO image files for testing.
Both MPO files represent 3D images and thus have a left image and a
right image. Both were taken with a Nintendo 3DS in Breakheart
Reservation in Saugus, MA.
2014-07-15 10:21:17 -04:00
Alex Clark
4b40839970 Revert "Bump"
This reverts commit 4fe5d520fb.

Hah, foiled by PEP8
2014-07-15 06:15:31 -04:00
Alex Clark
4fe5d520fb Bump
Though I hate the 'dev' designation I want something to indicate master is where development for the next major version happens. I think we've previously disagreed on simply 'X.X.X' so I'm going with 'X.X.Xdev' to see if that is more palatable. :-)
2014-07-15 06:02:34 -04:00
Alex Clark
94ac531960 Update [ci skip] 2014-07-15 06:01:37 -04:00
Alex Clark ☺
37fdea2872 Merge pull request #799 from hugovk/SpiderImagePlugin
More tests for SpiderImagePlugin.py
2014-07-15 05:59:57 -04:00
hugovk
6c9940e9d1 More tests for SpiderImagePlugin.py 2014-07-15 12:23:02 +03:00
Alex Clark
11ac1e34cf Update [ci skip] 2014-07-15 04:18:39 -04:00
Alex Clark ☺
080d8b0b44 Merge pull request #798 from wiredfool/doc_cleanup
Doc cleanup
2014-07-15 04:17:19 -04:00
wiredfool
4a5d73cb1e Fixing errors when compiling docs 2014-07-14 22:25:02 -07:00
wiredfool
5eef39f3fb Asserting copyright over lcms2 port 2014-07-14 22:00:29 -07:00
wiredfool
6a928ff6e2 Removed leading docstring 2014-07-14 21:59:42 -07:00
wiredfool
551cdedb45 Pulled ImageCms into it's own docpage 2014-07-14 21:57:58 -07:00
wiredfool
5e12c49034 Fixing doc warning 2014-07-14 21:32:14 -07:00
wiredfool
a0d6cf01ce Fixing doc warnings, reformatting docstring comments 2014-07-14 21:24:54 -07:00
wiredfool
d80eef46ce Fixing warnings when building docs 2014-07-14 21:13:01 -07:00