Search found 1 match
- 2016-05-04T13:25:31-07:00
- Forum: Users
- Topic: C++ Interface, create and append to gif file
- Replies: 1
- Views: 2610
C++ Interface, create and append to gif file
I'm a new imagemagick user, and currently in the process of converting a lot of my matlab code base into c++ for speed reasons. One of the tasks I need to complete is writing gif animations from RGB data, frame-by-frame, by appending the latest data to an existing file. In matlab, this could be done ...