Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Performance Issue: Slow Creation of Deep Zoom Images (DZI) #30

Open
Ryannn41 opened this issue Nov 25, 2024 · 1 comment
Open

Performance Issue: Slow Creation of Deep Zoom Images (DZI) #30

Ryannn41 opened this issue Nov 25, 2024 · 1 comment

Comments

@Ryannn41
Copy link

Hello,

In our project, we are working on backend AI models to analyze pathology images. These images are typically large TIF files (around 500MB each). We use the create() method to generate Deep Zoom Images (DZI) for efficient visualization and zooming, but the performance is significantly slow when processing such large images.

I wanted to ask if you or others have encountered similar performance issues and are there any specific optimizations?

@darwinjob
Copy link

#7 (comment)

Check if your TIFFs are tiled. If not - tile them using https://github.com/darwinjob/ImageMagick-scripts or something similar.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants