开发者

How can Multi-image TIFF files be split with PHP?

开发者 https://www.devze.com 2022-12-13 09:02 出处:网络
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.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消