ImageMagick Montage creating a spritesheet has blurry text
Posted: 2016-07-26T10:36:07-07:00
Hello, I am trying to create a spritesheet from 38 images (png) with each image in the spritesheet being 1366x768, but when I do the text becomes blurry in the image/spritesheet that is created. The commands I've been trying different variations of are...
I have also tried to mess with the imagemagick option -density setting it at 500 and just for laughs 5 but to no avail. I wish I could show the images but they are confidential and I'm not the designer so I can't create some mock up images to represent my issue. Hopefully that will not prevent people from understanding/helping. Please let me know if there are any other questions I can answer to help clarify, thanks in advance!
Code: Select all
montage -border 0 -geometry 1366x -tile 6x -quality 100% spritesheet1/*.png spritesheet-animation.png
montage -mode concatenate -tile 6x -quality 100 spritesheet1/*.png spritesheet-animation.png