ome / omero-downloader

An OMERO client for downloading data in bulk from the server.
https://www.openmicroscopy.org/omero/apps/
GNU General Public License v2.0
4 stars 5 forks source link

Image export should adapt to odd tile sizes. #38

Open mtbc opened 4 years ago

mtbc commented 4 years ago

For worm.tiff the raw pixels store offers a tile size of 1600×20 which violates the TIFF requirement for tile sizes to be divisible by sixteen.

mtbc commented 4 years ago

Probably best to first solve https://trello.com/c/uotTySKw so that the generic tiling API can "correct" the requested tile size.