-
tests: Avoid spurious failures with Pillow 3.4.0 - 3.4.2
bgilbert committedJan 25, 2017
-
bgilbert committed
Jul 6, 2016
-
bgilbert committed
Jun 12, 2016 -
setup.py: Add classifiers for newer Python versions
bgilbert committedJun 12, 2016 -
bgilbert committed
Jun 12, 2016
-
doc: Add Philips TIFF and Ventana TIFF to format list
bgilbert committedJun 11, 2016
-
tests: Disable large-read test to avoid consuming too much RAM
There's no good way to conditionalize on the amount of system RAM using only the stdlib.
bgilbert committedJun 10, 2016 -
tests: Note that PILLOW_VERSION check also skips old Pillow
bgilbert committedJun 10, 2016 -
tests: Skip large-read test with extension module on PIL
PIL.Image.frombuffer() raises a ValueError, "buffer has negative size". PIL is ancient and large reads are unusual, so this isn't worth fixing.
bgilbert committedJun 10, 2016 -
tests: Skip large-read tests on 32-bit Python
They would fail with OverflowError.
bgilbert committedJun 10, 2016 -
tests: Add unittest.skipIf() wrapper that works on Python 2.6
bgilbert committedJun 10, 2016 -
Fix 2+ GB reads --without-performance
PIL.Image.frombuffer() raises OverflowError on buffers >= 2 GB when mapping color channels (python-pillow/Pillow#1475). Work around this by loading large buffers in smaller chunks and pasting them into the result image. Fixes #17.
bgilbert committedJun 10, 2016
-
Fix misleading reprs for property and associated image maps
bgilbert committedJun 5, 2016 -
Add reprs for OpenSlide, ImageSlide, DeepZoomGenerator
bgilbert committedJun 5, 2016
-
tests: Consolidate some setup code
bgilbert committedMay 25, 2016 -
tests: Test reading bad image data
bgilbert committedMay 25, 2016 -
tests: Test reading an associated image
bgilbert committedMay 25, 2016 -
setup.py: Fix "unclosed file" ResourceWarning
bgilbert committedMay 25, 2016 -
ImageSlide: Close underlying PIL.Image if we opened it ourselves
Fixes "unclosed file" ResourceWarnings.
bgilbert committedMay 25, 2016 -
Fix ResourceWarning in ImageSlide.detect_format()
Explicitly close the PIL.Image to avoid an "unclosed file" warning.
bgilbert committedMay 25, 2016 -
tests: Explicitly close handles after use
Fixes some "unclosed file" ResourceWarnings on Python 3.
bgilbert committedMay 25, 2016
-
deepzoom: Change default tile size to 254 pixels
For best viewer performance, the total tile size including overlaps should be a power of 2: jcupitt/libvips#359 (comment) jcupitt/libvips#359 (comment) jcupitt/libvips#359 (comment)bgilbert committedMay 21, 2016 -
examples/deepzoom: Update jQuery to 2.2.4
Internet Explorer < 9 is EOL, so we don't need to stay with jQuery 1.x anymore.
bgilbert committedMay 21, 2016 -
Fix fallback _load_image() with Pillow 3.x
Fixes Pillow exception on image read when we're installed --without-performance: Exception: tostring() has been removed. Please call tobytes() instead. Found by @andrewmfiorillo.bgilbert committedMay 21, 2016 -
Further improve message on Mac OS X library load error
bgilbert committedMay 21, 2016
-
Slightly improve message on Mac OS X library load error
bgilbert committedMay 10, 2016
-
doc: Fix underscore fixup on Python 3 in non-UTF-8 locale
bgilbert committedOct 18, 2015
-
examples/deepzoom: Update jQuery to 1.11.3
bgilbert committedOct 4, 2015
-
bgilbert committed
Apr 20, 2015
-
bgilbert committed
Apr 2, 2015
-
examples/deepzoom: Disable pinch scaling of multipane view
If we allow pinch zoom both within OpenSeadragon and of the entire page, the nested panning/zooming makes it too easy to get lost.
bgilbert committedMar 8, 2015
-
examples/deepzoom: Initialize scalebar configuration only once
bgilbert committedMar 2, 2015
-
examples/deepzoom: Update OpenSeadragonScalebar to bafd4b2
bgilbert committedFeb 11, 2015
-
examples/deepzoom: Show scale bar when MPP is known
<meta charset="utf-8"> ensures the "micro" symbol renders correctly in viewers written by deepzoom_tile.py.
bgilbert committedJan 30, 2015