Search found 2 matches

by JeongSeok, Yang
2013-08-16T01:59:05-07:00
Forum: Magick++
Topic: why readImages() function does not catch the exception?
Replies: 2
Views: 12434

Re: why readImages() function does not catch the exception?

Yes I am using the same version on the server and on Unbuntu desktop.
by JeongSeok, Yang
2013-08-16T01:30:45-07:00
Forum: Magick++
Topic: why readImages() function does not catch the exception?
Replies: 2
Views: 12434

why readImages() function does not catch the exception?

Image Magick version: ImageMagick-6.7.5-2
System: Linux

When I try to open the file that is maybe not a real image file,
The below codes works differently at Magick::readImages().
I'd like to know why.
The input file is here( http://cfile221.uf.daum.net/attach/262A633D520DE0F60D8E69 )

On the ...