Search found 3 matches
- 2014-07-28T12:21:55-07:00
- Forum: Bugs
- Topic: libmagick++ throws exception on libtiff warning
- Replies: 3
- Views: 2393
Re: libmagick++ throws exception on libtiff warning
Thanks for that help. I see the relevant section in the documentation now.
- 2014-07-28T09:35:20-07:00
- Forum: Bugs
- Topic: libmagick++ throws exception on libtiff warning
- Replies: 3
- Views: 2393
Re: libmagick++ throws exception on libtiff warning
I forgot to mention, I tested this with a fresh download & compile of ImageMagick-6.8.9-6, but I was originally experiencing it in the Debian Stable version of 6.7.7.10-5+deb7u3
- 2014-07-28T09:24:43-07:00
- Forum: Bugs
- Topic: libmagick++ throws exception on libtiff warning
- Replies: 3
- Views: 2393
libmagick++ throws exception on libtiff warning
This may be related to the bug discussed in thread 23415:
http://www.imagemagick.org/discourse-server/viewtopic.php?t=23415
try
{
std::vector<Magick::Image> pages;
Magick::readImages (&pages, "/var/tmp/generates-warning-fax.tiff");
}
catch (std::exception& e)
{
std::cout << e.what();
}
With ...
http://www.imagemagick.org/discourse-server/viewtopic.php?t=23415
try
{
std::vector<Magick::Image> pages;
Magick::readImages (&pages, "/var/tmp/generates-warning-fax.tiff");
}
catch (std::exception& e)
{
std::cout << e.what();
}
With ...