I installed ImageMagick (http://www.imagemagick.org) first, since the image module's install file said that it had to be installed for image to work correctly. I am using SuSE 9.0 and choose to use the rpm package to install ImageMagick. Then I started the installation of the image module.
In Following the install instructions the first problem was that my copy and paste of the mysql update command didn't work because the Install file gave wrong extension in the command. They used ".sql" instead of ".mysql" which is what the actual file used. Minor but confusing for a newbie.
After you finish the install, the first thing you MUST do is go to Home >> administer >> Images and check to see if there are any errors. It will save you a whole lot of time…. ;-)
When I checked for errors, the first error was: At the location, Home >> administer >> configuration >> modules >> Image -- 'convert.exe' was automatically put in the "Imagemagick Convert path:" box instead of 'convert' which was the files actual name.
The second error was: At the location, Home >> administer >> configuration >> modules >> Image -- it did not like any path that had a leading "/" but it insisted the path have a trailing "/"
The third error was: At the location, Home >> administer >> configuration >> modules >> Image -- it didn't like me creating the default and temporary paths as directories off of the root instead of relative to the Drupal installation directory -- You MUST create them relative to your Drupal installation directory -- i.e. in or in a directory attached to it. (The instructions explicitly told me where they had to be created. Duh…. Sometimes you have to wonder about yourself.)