Skip to content

Instantly share code, notes, and snippets.

View sbesson's full-sized avatar

Sébastien Besson sbesson

View GitHub Profile
@sbesson
sbesson / TiledWriter.java
Last active January 23, 2017 13:51 — forked from emilroz/TiledWriter.java
Basic ome.tif tile writer
import java.io.IOException;
import loci.common.services.DependencyException;
import loci.common.services.ServiceException;
import loci.common.services.ServiceFactory;
import loci.formats.services.OMEXMLService;
import loci.formats.FormatException;
[{
"type" : "tag",
"name" : "Foo001",
"desc" : "A foo was fooed when the food was few.",
"set" : [{
"type" : "tag",
"name" : "Foo001_Sub1",
"desc" : "Substandard substitutes with stubbed tubs."
}, {
"type" : "tag",
@sbesson
sbesson / ome_merge.py
Created September 26, 2012 12:29 — forked from joshmoore/ome_merge.py
Script to merge all PRs with a given label.
This gist is being merged into the OME mainline. Please see:
https://github.com/snoopycrimecop/snoopycrimecop/blob/master
@sbesson
sbesson / README.md
Created September 7, 2012 12:46 — forked from joshmoore/README.md
Generate OME's download page
@sbesson
sbesson / README.md
Last active October 10, 2015 08:58 — forked from joshmoore/README.md
Bootstrap script for creating and installing OMERO via Homebrew.
@sbesson
sbesson / README.md
Created March 22, 2012 20:21 — forked from joshmoore/README.md
Bootstrap script for creating and installing OMERO via Homebrew.

The instructions for installing OMERO on Mac OS X using Homebrew are available in the OMERO documentation.