Search found 1 match

by CalvinMorrison
2012-06-19T13:18:16-07:00
Forum: MagickWand
Topic: Recreating output (was using bash scripts before)
Replies: 1
Views: 12164

Recreating output (was using bash scripts before)

Hi,

I'm doing some image processing for my work, and currently we write out a file, do some operations with convert, and then send it back to another program. To make this faster I decided to interface directly with the MagickWand API. things are going great so far.

Unfortunately I am having ...