Problem in a module of the photo gallery in Drupal

MagickWand for PHP is an object-oriented PHP interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning MagickWand for PHP.
Post Reply
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Problem in a module of the photo gallery in Drupal

Post by magick »

ImageMagick supports a majority of image formats natively, however, some formats such as JPEG require delegate libraries. Do you have the JPEG and JPEG Development RPMS installed on your system? If not, download and install then rebuild / reinstall ImageMagick. To verify, type
  • identify -list format
We get this line:
  • JPEG* JPEG rw- Joint Photographic Experts Group JFIF format (62)
The rw- mode indicates the JPEG format is readable / writeable with the assistance of libJPEG version 62.
Post Reply