Search found 1 match
- 2016-10-20T16:45:57-07:00
- Forum: Magick++
- Topic: Improper image header error with raw pixel data
- Replies: 1
- Views: 10769
Improper image header error with raw pixel data
I'm using Magick++ to compress frames from a video file in order to reduce the overall size. The frames are extracted with FFMPEG and are raw pixel RGB data (8-bits). For the first 300 or so frames, the code runs with no problem, but it gets to a point where I'm getting a ErrorCorruptImage exception ...