Commit Graph

  • c3d3789da7 Created with ImageMagick: convert hopper.jpg hopper.ppm Hugo 2014-09-04 08:00:41 +0300
  • 2798589a24 Crop, resize and rename Hugo 2014-09-03 22:58:03 +0300
  • 675014b26a Public domain image of Grace Hopper: http://www.history.navy.mil/photos/images/h96000/h96919k.jpg Hugo 2014-09-03 22:44:02 +0300
  • afcb8980ed Update CHANGES.rst [CI skip] Hugo 2014-09-03 10:07:30 +0300
  • e09d7790a0 Merge pull request #885 from wiredfool/tiff-seek-rebase Hugo 2014-09-03 10:06:15 +0300
  • 918c77e98a Py3.2 fix wiredfool 2014-09-02 23:33:10 -0700
  • 81076d5f29 Don't copy input file for GS if not necessary, length variable name fix wiredfool 2014-09-02 23:09:04 -0700
  • 6dc276599e test for all the different line ending characters wiredfool 2014-09-02 22:47:05 -0700
  • ee46f45b96 Remove unused code, tighten up readline for all the line endings wiredfool 2014-08-08 15:47:39 -0700
  • 8f75cc2bbf Don't search for the imagedata if we're not going to do anything with it wiredfool 2014-08-07 16:41:10 -0700
  • 9b35a4538d Read the offset using original fp wiredfool 2014-08-04 15:28:57 -0700
  • e52152baad Test bytesio object wiredfool 2014-08-04 15:27:08 -0700
  • 8193566ff1 Try to open the file in universal line ending mode, fallback to prev behavior wiredfool 2014-08-04 14:48:42 -0700
  • 291bbedfce Merge e6ad472c3b into c2835350a8 Kenny Ostrom 2014-09-02 22:31:20 +0000
  • 17ac15543d fp.tell resyncs the python3 with the file pointer wiredfool 2014-09-02 15:08:51 -0700
  • d8b2829f4b Partial fix for test failures, works on py2.x wiredfool 2014-08-26 15:30:03 -0700
  • 3df822d1ef Testing the imagesequence module with the multipage tiffs wiredfool 2014-08-26 14:16:01 -0700
  • d5b4f136c5 added ifd offset to the tiff decoder args, call TIFFSetSubDirectory Kenny Ostrom 2014-08-21 13:02:01 -0500
  • 99f7dd2aff Allocate a new core image object for each frame, fixes problems with reusing palettes and image sizes wiredfool 2014-08-20 22:52:12 -0700
  • 9f04c2d0a5 Don't close fd for multipage files wiredfool 2014-08-20 21:44:28 -0700
  • b8bdd13aac Tests for multipage tiffs wiredfool 2014-08-20 21:43:46 -0700
  • f54bccab0e multipage tiff for iterator testing Kenny Ostrom 2014-08-20 17:24:28 -0500
  • 2505893e5e Merge e26c62044f into c2835350a8 wiredfool 2014-09-02 22:18:03 +0000
  • 053299c882 Merge cf1d6a37f2 into c2835350a8 Kenny Ostrom 2014-09-02 22:02:52 +0000
  • c2835350a8 Update CHANGES.rst [ci skip] wiredfool 2014-09-02 14:56:59 -0700
  • 07fdab65d7 Merge 2b844e7872 into 416d8e340e Etienne Desautels 2014-09-02 21:55:03 +0000
  • 416d8e340e Fixed issue #857. etienne 2014-09-02 14:49:24 -0400
  • a65351fcdf Updated Changes.rst [ci skip] wiredfool 2014-09-02 14:38:27 -0700
  • 86d5d8abed Merge pull request #882 from hugovk/effects wiredfool 2014-09-02 14:36:24 -0700
  • de088a1ad9 Merge pull request #879 from hugovk/install wiredfool 2014-09-02 14:34:05 -0700
  • f6caaa1c9f Merge pull request #875 from hugovk/tifftags wiredfool 2014-09-02 14:32:47 -0700
  • e9542bb1e4 Merge pull request #874 from hugovk/GimpGradientFile wiredfool 2014-09-02 14:30:38 -0700
  • 2b844e7872 Merge commit '8b2e7ee48ac9317b79bb7f0053a9201ada8d7d08' into fix-issue-857 etienne 2014-09-02 14:50:01 -0400
  • afc4a26e34 Fixed issue #857. When saving a JPEG and specifying 'keep' for quality or subsampling, if the source JPEG image is in grayscale mode, don't try to find the subsampling of the source, because grayscale images don't have any subsampling (it's only for color components). etienne 2014-09-02 14:49:24 -0400
  • 3a9612af50 Test mandelbrot with bad arguments hugovk 2014-09-02 16:39:35 +0300
  • ed85a03db0 An epsilon of 80 should do it, getting ~79.5 on Travis hugovk 2014-09-02 16:12:23 +0300
  • b9303b454f Test image was generated on Windows and matches on Windows, but not on Travis (Linux). Check for similar. hugovk 2014-09-02 16:00:43 +0300
  • bcc5305125 Add access functions for ImagingEffectSpread with a test hugovk 2014-09-02 15:53:58 +0300
  • 8c96d38ce9 Add access functions for ImagingEffectMandelbrot with a test hugovk 2014-09-02 15:14:00 +0300
  • 76ef83263b Remove unreachable and never completed Perlin turbulence code hugovk 2014-09-02 14:47:34 +0300
  • d3242a5124 test_effect_noise stalls on Travis, skip unless Windows hugovk 2014-09-02 14:45:54 +0300
  • 860e67e1c4 Add access functions for ImagingEffectNoise with a test hugovk 2014-09-02 14:11:08 +0300
  • cf1d6a37f2 I had uncommented a debug print line finding the previous error. re-commented it. Kenny Ostrom 2014-08-30 13:54:43 -0500
  • e067a86c4d fixed typo in pyargs Kenny Ostrom 2014-08-30 13:07:26 -0500
  • b701edd28e merged wiredfool tiff-seek Kenny Ostrom 2014-08-29 17:19:24 -0500
  • 339a63ed69 Fail fast: move installation stuff that's not needed in the script: section closer to where it's needed. This saves time by avoiding it when a test fails. hugovk 2014-08-29 16:03:58 +0300
  • 99a3a00c24 Also pep8/pyflakes *.py in parent dir hugovk 2014-08-28 17:23:39 +0300
  • 42610c0ecd flake8 hugovk 2014-08-28 17:18:54 +0300
  • 1335006cd7 flake8 hugovk 2014-08-28 14:44:19 +0300
  • e26c62044f Same test, debugging,not debugging wiredfool 2014-08-27 09:02:24 -0700
  • c2f0903627 Correct the correction: RelatedImageWidth=0x1001, RelatedImageLength=0x1002 hugovk 2014-08-27 11:06:34 +0300
  • a428321bee flake8 hugovk 2014-08-27 10:57:40 +0300
  • d866a29bd8 Correct duplicate EXIF tags: http://www.exiv2.org/tags.html hugovk 2014-08-27 10:46:34 +0300
  • 40e5265c3b Debugging on tests wiredfool 2014-08-26 20:15:03 -0700
  • f90a515464 Partial fix for test failures, works on py2.x wiredfool 2014-08-26 15:30:03 -0700
  • 8b2e7ee48a Additional dependencies [ci skip] wiredfool 2014-08-26 14:48:17 -0700
  • c5ac6d3094 Testing the imagesequence module with the multipage tiffs wiredfool 2014-08-26 14:16:01 -0700
  • 72909aac4e Merge pull request #872 from wiredfool/test_libtiff_inheritance Hugo 2014-08-26 21:12:41 +0300
  • 633660f5d3 added ifd offset to the tiff decoder args, call TIFFSetSubDirectory Kenny Ostrom 2014-08-21 13:02:01 -0500
  • 3e361d800d Refactor inheritance tree of test_file_libtiff_small wiredfool 2014-08-26 09:57:15 -0700
  • ab1e809948 Allocate a new core image object for each frame, fixes problems with reusing palettes and image sizes wiredfool 2014-08-20 22:52:12 -0700
  • 84013b35ca Don't close fd for multipage files wiredfool 2014-08-20 21:44:28 -0700
  • f524333880 Tests for multipage tiffs wiredfool 2014-08-20 21:43:46 -0700
  • e6ad472c3b test_sequence_tiff fixed (was not run by selftest.py) Kenny Ostrom 2014-08-26 10:46:44 -0500
  • 0c94adc538 Merge pull request #864 from hugovk/make-j wiredfool 2014-08-26 08:43:52 -0700
  • 6891989274 print version numbers on mismatch Kenny Ostrom 2014-08-26 10:26:25 -0500
  • d0e51650e3 removed some deadend attempts that should have been rolled back once the ifd offset was passed in args.\nThere should be no changes to Tile or clientstate->loc for this code. Kenny Ostrom 2014-08-26 10:09:23 -0500
  • 8de95676e0 flake8 hugovk 2014-08-26 16:47:10 +0300
  • ec2a225fff flake8 hugovk 2014-08-26 15:52:37 +0300
  • 952d1d5bf5 Remove duplicate tag caused by typo in spec: http://www.asmail.be/msg0055321032.html hugovk 2014-08-26 15:51:37 +0300
  • 998955b024 Fix for Python 3 hugovk 2014-08-26 12:23:12 +0300
  • 0a3b25ef9e Test GimpGradientFile.sine() hugovk 2014-08-26 12:21:08 +0300
  • 08499d3547 flake8 hugovk 2014-08-26 12:16:32 +0300
  • 6b5871a484 Fix for GIMP 1.3 gradient files hugovk 2014-08-26 12:14:58 +0300
  • dbf0ee3631 Add (failing) test for GIMP 1.3 gradient files and .ggr by me hugovk 2014-08-26 12:04:04 +0300
  • 674fd9744d Tests for GimpGradientFile and a sample .ggr by me hugovk 2014-08-26 11:45:28 +0300
  • 566448fbf0 Update CHANGES.rst [CI skip] Hugo 2014-08-26 09:17:54 +0300
  • 4c26e08d8a Merge pull request #871 from wiredfool/windows_fixes2 Hugo 2014-08-26 09:17:23 +0300
  • 3cb7db6f24 Merge 15b9d861ef into 5d9107ee4c wiredfool 2014-08-25 04:23:31 +0000
  • 15b9d861ef Tests need to pass without imagemagick around wiredfool 2014-08-22 20:49:29 -0700
  • 136345a5a5 allowing for libwebp* library names wiredfool 2014-08-22 17:04:26 -0700
  • 1d58e711fe mp is a little twitchy on windows wiredfool 2014-08-22 16:15:22 -0700
  • 9d00686f53 backup implementation of Round for windows platforms wiredfool 2014-08-22 16:14:48 -0700
  • 304e8add46 working build on all 4 compilers wiredfool 2014-08-22 21:36:28 -0700
  • 3e219d818c just build the libs, not the progs wiredfool 2014-08-22 21:35:56 -0700
  • 9c6a9172c0 works with nose/unittest wiredfool 2014-08-22 21:35:01 -0700
  • b14e3daea1 Tests need to pass without imagemagick around wiredfool 2014-08-22 20:49:29 -0700
  • 4e3bc5558d clean all of lcms2 wiredfool 2014-08-22 17:07:08 -0700
  • c95515ec52 only build tiff libs wiredfool 2014-08-22 17:06:30 -0700
  • e99631125d working webp build wiredfool 2014-08-22 17:06:11 -0700
  • aa105bf89d allowing for libwebp* library names wiredfool 2014-08-22 17:04:26 -0700
  • f6dd5d3dbb new openjpeg2k wiredfool 2014-08-22 16:15:37 -0700
  • cd44e1427a mp is a little twitchy on windows wiredfool 2014-08-22 16:15:22 -0700
  • 97b5c72630 backup implementation of Round for windows platforms wiredfool 2014-08-22 16:14:48 -0700
  • b2ea0941f7 working lcms2 build wiredfool 2014-08-22 16:14:19 -0700
  • c7b90f39f4 Merge from master wiredfool 2014-08-22 14:50:33 -0700
  • a437d75163 Merge branch 'master' of https://github.com/python-pillow/Pillow Kenny Ostrom 2014-08-22 01:38:33 -0500
  • 398b1174b1 fix crash by checking len(v) before accessing v[0] Kenny Ostrom 2014-08-21 15:58:01 -0500
  • 7158894042 added test for multi.tif Kenny Ostrom 2014-08-21 15:52:09 -0500
  • c7862f57c2 ignore vendor defined tags in python parsing Kenny Ostrom 2014-08-21 14:33:12 -0500