Commit Graph

  • 5f4c758b99 Convert .ico to 8-bit to match lena.ico: convert hopper.ico -alpha off -colors 256 hopper2.ico Hugo 2014-09-04 22:53:35 +0300
  • 9cde0aa7d6 Updated Changes.rst (formatting) [ci skip] wiredfool 2014-09-04 10:09:05 -0700
  • fc447afb05 Merge pull request #887 from hugovk/hopper2a wiredfool 2014-09-04 10:05:25 -0700
  • 3ec65f8614 Replace lena.ico with hopper.ico. Created with ImageMagick: convert hopper.jpg -resize 16x16 hopper.ico hugovk 2014-09-04 13:29:35 +0300
  • 76a7965187 Replace lena.dcx with hopper.dcx. Created with ImageMagick: convert hopper.ppm hopper.dcx hugovk 2014-09-04 13:24:53 +0300
  • 4a243e90bc Replace lena.ras with hopper.ras, created with ImageMagick: convert hopper.jpg hopper.ras hugovk 2014-09-04 12:59:03 +0300
  • 53a04a4118 Replace lena.spider with hopper.spider, created with Pillow. hugovk 2014-09-04 12:28:37 +0300
  • 14ac9ce59c Replace lena.tar with hopper.tar hugovk 2014-09-04 12:21:19 +0300
  • 06a2378f52 Remove lena.png hugovk 2014-09-04 12:13:43 +0300
  • e1c33d3190 Replace lena with hopper hugovk 2014-09-04 12:09:52 +0300
  • e524bcc327 Created with ImageMagick: convert hopper.jpg hopper.png hugovk 2014-09-04 12:09:15 +0300
  • b451c6f410 Replace lena.rgb and lena.bw with hopper hugovk 2014-09-04 10:31:16 +0300
  • 513422323b Created with ImageMagick then renamed: convert hopper.ppm hopper.sgi hugovk 2014-09-04 10:29:39 +0300
  • 5b01333f62 Created with ImageMagick then renamed: convert hopper.ppm -monochrome hopper.sgi hugovk 2014-09-04 10:24:13 +0300
  • 699b662511 Update selftest.py for hopper hugovk 2014-09-04 09:50:47 +0300
  • 78e7fe025e Fix constant name hugovk 2014-09-04 09:42:31 +0300
  • 8f2d707a7a Update epsilona for hopper hugovk 2014-09-04 09:40:14 +0300
  • d7f7965aa2 Replace lena.gif with hopper.gif Hugo 2014-09-04 08:44:46 +0300
  • b248dcd019 Image created by Pillow via test_effect_spread() Hugo 2014-09-04 08:42:46 +0300
  • c1c77c4a63 Fix path Hugo 2014-09-04 08:42:12 +0300
  • 4cafbf5112 Fix path Hugo 2014-09-04 08:26:50 +0300
  • add81ac00a Created with ImageMagick: convert hopper.jpg hopper.gif Hugo 2014-09-04 08:17:04 +0300
  • 5dd4d6d941 Add hopper() to eventually replace lena() Hugo 2014-09-04 08:03:55 +0300
  • 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