-
Notifications
You must be signed in to change notification settings - Fork 27
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
Large .psb files #8
Comments
Hi! It shall work for any image size. What is your OS and what commands you using? |
Hi - it works well with my images up to about 40 000 pixels. But the 121 000 pixels it just seems to get stuck on my one computer and the other computer says terminal has run out of memory. The machine specs are: I haven't been able to render any of them with the large image (also left the i7 machine to run for 3 days but no luck - it just had one empty folder) |
I run script and found problem with defining image sizes from imagemagick - it require at last 2-3Gb RAM and more 50Gb on disk. Try to add option |
Thanks ./magick-slicer.sh: line 665: let: imgLen = imgLen * 100 / zoomStep: division by 0 (error token is "p") |
Yes, I'm already found this error - looks like it produced by |
Thank you The image is a client image and very very large 15GB- (I can get permission and watermark it though - do you have a private email so I can send you a link?) Otherwise the image is easy to make in photoshop for testing? and save it as a large format photoshop file .psb Let me know if you need a link |
Yes, I'm already done this in photoshop for tests. You can contact me directly in gitter webchat |
Just in case this happens to me again I wanted to mention that you can also get this error ( imgLen = imgLen * 100 / zoomStep: division by 0) if your image magick policy is set too low for the image you are trying to process. Increasing the memory limits as described here might help you. more info |
Hi, I was getting the following error |
Hi
What is the largest we can go using this tool?
I have a 121 095 x 52 585 pixel image I am trying to convert
It seems to get stuck at level 4 of the zoom tiles
I tried smaller files and they work great
The text was updated successfully, but these errors were encountered: