saalfeldlab / render

Render transformed image tiles
GNU General Public License v2.0
34 stars 32 forks source link

Allow query string override of baseUrl and render parameters in tile-pair.html #98

Closed perlman closed 5 years ago

perlman commented 5 years ago

We needed min/max intensity values in order to see 16-bit data as a jpeg in the tile pair viewer.

I also made a few changes to let baseUrl be set in the URL (instead of the source code) and to treat the render parameters as a set of options instead of a string.

Eventually this could turn into a more abstract way to deal with render options from JavaScript as part of JaneliaQueryParameters.