i am moving a project from one server to another (both are Debian). It is php script which executes with exec($cmd); an ImageMagick command. On the new server the generated images look significantly different to the old one.
The first problem is, that there are a very large spaces between the single -labels. Secondly, the generated image seems not to use RGB (-colorspace RGB ) since colors look completely different.
I have compared ImageMagick version on both servers:
Code: Select all
convert -version
Code: Select all
Version: ImageMagick 6.2.4 02/10/07 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2005 ImageMagick Studio LLC
Thank you for your help,
Sonya