up vote 1 down vote favorite
share [g+] share [fb]

To use the PHP extension for ImageMagick, I need to upgrade my server to ImageMagick version 6.2.4.

alt text

However I have some legacy code that uses version 6.0.7

I saw a slashdot comment from 2006 about ImageMagick being notoriously bad for backwards compatibility but I have no personal experience of this. Looking throught the archives it seems as though my current versionis from circa 2005.

Does anyone know if ImageMagick is now stable enough to upgrade without too much difficulty?

link|improve this question

75% accept rate
IM's backwards compatibility isn't great, that is my (limited) experience too. What functions does your code use exactly? The less fancy, the more likely it is that it will work – Pekka Jan 15 '11 at 18:04
feedback

1 Answer

I've only found backward compatibility (BC) reports for ImageMagick C/C++ API from 6.5.6 up to 6.6.7 versions (from October 2009 to January 2011). There are a lot of BC problems. So, the API is not stable for now (2011).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.