Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to IIP layout in relight.js #62

Merged
merged 2 commits into from
Oct 25, 2023
Merged

Conversation

ruven
Copy link
Contributor

@ruven ruven commented Oct 25, 2023

No description provided.

* Allow info.json data to be obtained directly through IIPImage server, avoiding need for separate "path" variable. This requires info,json JSON to be embedded in TIFF (XMP field)
* Add support for single image stacks with info.json + all planes integrated into a single TIFF image stack

For example:

	var relight = new RelightViewer('.relight', {
		url: "rti1.tif",
		layout: "iip",
		server: "/fcgi-bin/iipsrv.fcgi",
		stack: true
	});
… folder containing image planes and an info.json file.
@ponchio ponchio merged commit b66632b into cnr-isti-vclab:master Oct 25, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants