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
PHP:How to save multi page TIFF image to SQL Server 2008?
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: PHP:How to save multi page TIFF image to SQL Server 200
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
with PHP, did you try the command:
I use it to create a multipages PDF file
Code: Select all
$object->getImagesBlob();