conversion to SVS or other common pyramidal tiff formate

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
jrturner
Posts: 1
Joined: 2015-12-15T15:16:27-07:00
Authentication code: 1151

conversion to SVS or other common pyramidal tiff formate

Post by jrturner »

I am tiling large images (>4GB). I would like these to be easier to view, ideally using a web interface or some software similar to those freely available from aperio etc. I am told that either a tiled format or pyramid tiff would be the best option, but I don't know if the pyramid tiff created by IM (e.g. convert input.tiff -compress jpeg -quality 90 -define tiff:tile-geometry=256x256 ptif:output.tiff) will be readable by these programs. Does anyone know?
thanks!

PS Does not have to be svs, just one example
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: conversion to SVS or other common pyramidal tiff formate

Post by fmw42 »

If you already have Imagemagick, then just create a tiled pyramid tiff and display it in other software such as your aperio. If you are not on Imagemagick already, we can convert an tiff to tiled pyramid tiff format and you can test its display. If you do not have aperio or other display software, then I do not know. Some one who has such software would have to do the test for you. If aperio can display pyramid tiffs then the one IM creates should be displayable. It follows tiff standards.

Give us more information about your situation.
Post Reply