Search found 1 match

by RSX
2013-04-27T11:32:29-07:00
Forum: Magick++
Topic: Loading image with Magick++, displaying with Qt
Replies: 2
Views: 13290

Loading image with Magick++, displaying with Qt

Hello, I have some problems using Magick++ with Qt. Spec: Magick++: 6.8.5 Qt: 5.0.2 Compiler: MSVC2010 Test Image: 600x600 JPEG What I want to achieve is load with Magick++ images with various format (i.e. psd), put it in QPixmap and display in window. Attempt 1: Magick::Image image; try { image.rea...