Search found 2 matches

by orthogonal
2016-04-10T08:08:29-07:00
Forum: MagickWand
Topic: Slow GIF Generation
Replies: 3
Views: 13926

Re: Slow GIF Generation

Thanks for the quick response. Two questions: * Is there any reasonable way to generate a shared colortable from a wand full of images? It looks like I can use MagickRemapImage on each image as I add them to the wand, but it doesn't look like there's any way to generate the color table? * MagickQuan...
by orthogonal
2016-04-09T08:29:54-07:00
Forum: MagickWand
Topic: Slow GIF Generation
Replies: 3
Views: 13926

Slow GIF Generation

It appears this topic has come up before, so I apologize if I've missed the answer. I have some code that decodes frames from an ffmpeg steam, loads them into a magickwand via ConstituteImage, calls OptimizeImageLayers, then OptimizeImageTransparency, and finally gets the bytes via GetImagesBlob. So...