Search found 2 matches

by Asting
2014-06-16T02:46:53-07:00
Forum: Magick++
Topic: Qt + ImageMagic + ffmpeg
Replies: 0
Views: 9370

Qt + ImageMagic + ffmpeg

Hello everyone, Im trying to create f.e. mpeg video file from Qt, on Linux. In this case, I installed ffmpeg delegate and then made configure/make/install for ImageMagick with parameter to ffmpeg. Then I include IM and ffmpeg libraries and include files to Qt progect. ImageMagick itself works in Qt,...
by Asting
2014-06-12T09:26:46-07:00
Forum: Magick++
Topic: Create gif from Images
Replies: 0
Views: 8000

Create gif from Images

Hello everyone. At first sorry if my question is lame. I my prog(Qt App) I have couple of QImages in buffer, also I have func for convert QImage to Magic::Image, and I also can have couple of Image-s. So I trying to create GIF-animation from those pictures, but not successful unfortunately. I would ...