We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
dzt slice mosaic_2020.jpg --output=tiles --tile-size=256 --format=jpg
The image height X width = 960px X 1024px. generating tiles perfectly.
But when coming to the image size height X width = 19200px X 28160px
Getting below error, please give me a way solve this issue.
error: width or height exceeds limit mosaic_2020.jpg' @ error/cache.c/OpenPixelCache/3839`
error: width or height exceeds limit
Thanks.
The text was updated successfully, but these errors were encountered:
This is coming from ImageMagick. I found this: https://www.imagemagick.org/discourse-server/viewtopic.php?t=31438. Didn't read the details. Helpful at all?
Sorry, something went wrong.
No branches or pull requests
dzt slice mosaic_2020.jpg --output=tiles --tile-size=256 --format=jpg
The image height X width = 960px X 1024px. generating tiles perfectly.
But when coming to the image size height X width = 19200px X 28160px
Getting below error, please give me a way solve this issue.
error: width or height exceeds limit
mosaic_2020.jpg' @ error/cache.c/OpenPixelCache/3839`Thanks.
The text was updated successfully, but these errors were encountered: