Replies: 2 comments 4 replies
-
Hello @mgbee8, The |
Beta Was this translation helpful? Give feedback.
-
@jcupitt Thanks for getting back to me and for how responsive you are to the community. We are using Netvips to open and save using Image newImage = openslide.IccTransform("srgb", null, Enums.Intent.Perceptual, null, true); newImage.Dzsave(finalPath, uuid.ToString(), tileSize: tileSize, depth: Enums.ForeignDzDepth.One, suffix: QValue, skipBlanks: 1); The open and icctransform are very quick, tiling out a 2.8 GB svs file is taking ~3 minutes on k8s container running Ubuntu 20.04. Underlying nodes are 16 CPU with 32GB of RAM. How can I set the rgb value in using Netvips. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
We are using libvips/netvips to process whole slide images for digital pathology and we love it. We tile out our images using dzsave and then save to internal s3 storage.
We are trying to decrease the amount of time it takes to perform the dzsave operation. We are running on Ubuntu 20.04 on kubernetes with 16 cores. To tile out a WSI using dzsave for a 2.8 GB svs files its taking ~ 2 and a half minutes. Does anyone have any thought on steps that could be taken to reduce the amount of time to output the tiles using dzsave.
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions