Page 1 of 1

PHP:How to save multi page TIFF image to SQL Server 2008?

Posted: 2014-05-14T05:13:44-07:00
by emahajan
Hello Team,

I need to save multi page tiff image to SQL server 2008 database and need to retrieve same multi page tiff image using PHP.
Is there any solution to this issue using Imagemagick ?

Feedback appreciated!

Thanks

Re: PHP:How to save multi page TIFF image to SQL Server 200

Posted: 2014-05-14T10:05:28-07:00
by fmw42
IM can read or write multipage tiffs. So any issue will be on the interchange between PHP and SQL, which is outside the scope of this forum. If there is some failure with Imagemagick or Imagick, then please clarify.

Re: PHP:How to save multi page TIFF image to SQL Server 200

Posted: 2014-09-23T11:41:05-07:00
by ciskomi
with PHP, did you try the command:

Code: Select all

$object->getImagesBlob();
I use it to create a multipages PDF file