Question

I've got a client who needs me to use PHP to split a TIFF image (which contains 2 or 3 images, sort of like an animated GIF) into its component images.

Can ImageMagick or one of the other graphic libraries do this?

Was it helpful?

Solution

From a quick search, ImageMagick claims to be able to resize/crop images, as well as read TIFF. So I would say that it is able to do the job. I know from previous questions that ImageMagick does work with PHP.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top