Search found 2 matches
- 2014-01-07T14:40:01-07:00
- Forum: Magick++
- Topic: Disable FFmpeg and non-image related features at run time
- Replies: 3
- Views: 12731
Re: Disable FFmpeg and non-image related features at run tim
That sounds promising, thank you.
- 2014-01-07T13:18:04-07:00
- Forum: Magick++
- Topic: Disable FFmpeg and non-image related features at run time
- Replies: 3
- Views: 12731
Disable FFmpeg and non-image related features at run time
I am developing a program that aim to identify images, and only images. But when I use Magick::Image on a video, the library won't return after loading the entire file (using ffmpeg). I just want to get the general informations on the image (size, format, colorspace, compression...), and it should ...