Search found 1 match
- 2012-04-18T08:20:52-07:00
- Forum: Magick++
- Topic: Image::read( ) - string encoding requirement?
- Replies: 2
- Views: 15911
Image::read( ) - string encoding requirement?
Hi! I'm writing a software generating web galleries ( http://www.ezwebgallery.org ), using Qt4 and Magick++. After having updated ImageMagick from 6.7.1-0 to 6.7.6-5 , I couldn't read some photos using Magick::Image::read( const std::string &imageSpec_ ) anymore. I found the cause, but I cannot ...