Converter for Large Image.
Project description
Convert a variety of images into the most efficient format for Large Image.
Geospatial files are converted into cloud-optimized geotiff via gdal_translate. Single-image non-geospatial files are converted into pyramidal tiff files via pyvips. Multi-image tiff files are converted into tiff files with multiple pyramidal tiff images and have a custom image description to store frame details.
Some files can be read via the various tile sources in large_image without conversion but are inefficient (for example, uncompressed data in nd2 files). Converting these files will result in more efficient data access.
Installation
To install via pip with custom-built wheels:
pip install large-image-converter[sources] --find-links https://girder.github.io/large_image_wheels
The [sources] extra requirement is optional. When specified, all of the default large-image tile sources are installed for additional metadata extraction and format support.
Requirements
If the custom-built wheels do not cover your platform, or you want to use different versions of tools, you can install the prerequisites manually. For full functionality, the following packages and libraries are needed:
GDAL 3.1.0 or greater, including the command-line tools and the python library
libtiff, including the command-line tools
libvips
Additionally, the various tile sources for large_image can be used to read input files to extract and preserve metadata and to read files that can’t be read via libvips or GDAL. The requirements of those sources need to be installed.
Usage
Command Line
In the simplest use, an image can be converted via:
large_image_converter <source path>
An output image will be generated in the same directory as the source image.
The full list of options can be obtained via:
large_image_converter --help
From Python
The convert function contains all of the main functionality:
from large_image_converter import convert convert(<source path>) # See the options print(convert.__doc__)
From Girder
The converter is installed by default when girder-large-image is installed. It relies on Girder Worker to actually run the conversion.
The conversion task can be reached via the user interface on the item details pages, via the createImageItem method on the ImageItem model, or via the POST item/{itemId}/tiles endpoint.
Limitations and Future Development
There are some limitations that may be improved with additional development.
For some multi-image files, such as OME Tiff files that cannot be read by an existing large_image tile source, the specific channel, z-value, or time step is not converted to readily usable metadata.
Whether the original file is stored in a lossy or lossless format is not always determined. If unknown, the output defaults to lossless, which may be needlessly large.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for large-image-converter-1.25.1.dev32.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9a8b2cab7439f54a81806b5930984fd1bcc8c1b842e524f2aacec5652ed4acb2 |
|
MD5 | ad8d319a7f850eea35d10fb17c892ace |
|
BLAKE2b-256 | 1c15aa0b42d9aa002926751f39a715fd2985c20cc05c1854aa8defdadd5cfe75 |
Hashes for large_image_converter-1.25.1.dev32-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5342037fee4117885b837ac412697eb1a54b77bbf8efd1ed42863d74717e5295 |
|
MD5 | 7b611e4cef41f046380237fef6bd6526 |
|
BLAKE2b-256 | b4896fdd130fd705884431f2a68472d2766326e111a873ddf72f0c6912f355f0 |