How can Multi-image TIFF files be split with PHP?
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?
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.
精彩评论