Page 1 of 1

Posted: 2006-05-29T09:44:19-07:00
by magick
Try this command to crop an image into a number of subimages:
  • convert 04642168L.tif -crop 500x500 image-%d.tif

Posted: 2006-05-29T11:26:05-07:00
by magick
Type
  • convert -list format
and it mentions the formats that are supported. JPEG does require the JPEG delegate library in order to read and write JPEG images. Install JPEG and then rebuild ImageMagck.

Posted: 2006-05-29T15:21:09-07:00
by magick
You probably need to install the JPEG development package/RPM. One package installs the required JPEG library and the development package installs the required JPEG header files. You can check the config.log file created by the configure script to determine what ImageMagick did not like about your JPEG installation. Fix the problem it reports and rerun the ImageMagick configure script.