Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Which is great, it's nearly there, but when I open the images in photoshop and zoom in there is a single strip of gradated color between each of the swatch colors.
I need to figure out how to make it simply the swatch colors with no gradation at all.
The problem is that you are not multiplying the size by an integer (eg 2100% or 2200%). If you replace "-scale 2110%" by "-filter box -resize 2110%" this will probably give you the results you want.