large-image-source-test 1.23.7.dev10__tar.gz → 1.23.8.dev2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: large-image-source-test
3
- Version: 1.23.7.dev10
3
+ Version: 1.23.8.dev2
4
4
  Summary: A fractal test tilesource for large_image.
5
5
  Home-page: https://github.com/girder/large_image
6
6
  Author: Kitware, Inc.
@@ -44,6 +44,10 @@ In addition to installing the ``large-image`` package, you'll need at least one
44
44
  Pip
45
45
  ~~~
46
46
 
47
+ Install common tile sources on linux, OSX, or Windows::
48
+
49
+ pip install large-image[common]
50
+
47
51
  Install all tile sources on linux::
48
52
 
49
53
  pip install large-image[all] --find-links https://girder.github.io/large_image_wheels
@@ -101,6 +105,8 @@ Large Image consists of several Python modules designed to work together. These
101
105
 
102
106
  - ``performance``: include optional modules that can improve performance
103
107
 
108
+ - ``common``: all of the tile sources and above packages that will install directly from pypi without other external libraries on linux, OSX, and Windows.
109
+
104
110
  - ``all``: for all of the above
105
111
 
106
112
  - ``large-image-converter``: A utility for using pyvips and other libraries to convert images into pyramidal tiff files that can be read efficiently by large_image.
@@ -108,33 +114,33 @@ Large Image consists of several Python modules designed to work together. These
108
114
 
109
115
  - Tile sources:
110
116
 
111
- - ``large-image-source-tiff``: A tile source for reading pyramidal tiff files in common compression formats.
112
-
113
- - ``large-image-source-openslide``: A tile source using the OpenSlide library. This works with svs, ndpi, Mirax, tiff, vms, and other file formats.
117
+ - ``large-image-source-bioformats``: A tile source for reading any file handled by the Java Bioformats library.
114
118
 
115
- - ``large-image-source-ometiff``: A tile source using the tiff library that can handle some multi-frame OMETiff files.
119
+ - ``large-image-source-deepzoom``: A tile source for reading Deepzoom tiles.
116
120
 
117
- - ``large-image-source-pil``: A tile source for small images via the Python Imaging Library (Pillow).
121
+ - ``large-image-source-dicom``: A tile source for reading DICOM WSI images.
118
122
 
119
123
  - ``large-image-source-gdal``: A tile source for reading geotiff files via GDAL. This handles source data with more complex transforms than the mapnik tile source.
120
124
 
121
125
  - ``large-image-source-mapnik``: A tile source for reading geotiff and netcdf files via Mapnik and GDAL. This handles more vector issues than the gdal tile source.
122
126
 
123
- - ``large-image-source-openjpeg``: A tile source using the Glymur library to read jp2 (JPEG 2000) files.
127
+ - ``large-image-source-multi``: A tile source for compositing other tile sources into a single multi-frame source.
124
128
 
125
129
  - ``large-image-source-nd2``: A tile source for reading nd2 (NIS Element) images.
126
130
 
127
- - ``large-image-source-bioformats``: A tile source for reading any file handled by the Java Bioformats library.
131
+ - ``large-image-source-ometiff``: A tile source using the tiff library that can handle some multi-frame OMETiff files.
128
132
 
129
- - ``large-image-source-deepzoom``: A tile source for reading Deepzoom tiles.
133
+ - ``large-image-source-openjpeg``: A tile source using the Glymur library to read jp2 (JPEG 2000) files.
130
134
 
131
- - ``large-image-source-multi``: A tile source for compositing other tile sources into a single multi-frame source.
135
+ - ``large-image-source-openslide``: A tile source using the OpenSlide library. This works with svs, ndpi, Mirax, tiff, vms, and other file formats.
132
136
 
133
- - ``large-image-source-vips``: A tile source for reading any files handled by libvips. This also can be used for writing tiled images from numpy arrays.
137
+ - ``large-image-source-pil``: A tile source for small images via the Python Imaging Library (Pillow).
138
+
139
+ - ``large-image-source-tiff``: A tile source for reading pyramidal tiff files in common compression formats.
134
140
 
135
141
  - ``large-image-source-tifffile``: A tile source using the tifffile library that can handle a wide variety of tiff-like files.
136
142
 
137
- - ``large-image-source-dicom``: A tile source for reading DICOM WSI images.
143
+ - ``large-image-source-vips``: A tile source for reading any files handled by libvips. This also can be used for writing tiled images from numpy arrays.
138
144
 
139
145
  - ``large-image-source-test``: A tile source that generates test tiles, including a simple fractal pattern. Useful for testing extreme zoom levels.
140
146
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: large-image-source-test
3
- Version: 1.23.7.dev10
3
+ Version: 1.23.8.dev2
4
4
  Summary: A fractal test tilesource for large_image.
5
5
  Home-page: https://github.com/girder/large_image
6
6
  Author: Kitware, Inc.
@@ -1,4 +1,4 @@
1
- large-image>=1.23.7.dev10
1
+ large-image>=1.23.8.dev2
2
2
 
3
3
  [:python_version < "3.8"]
4
4
  importlib-metadata<5